@media (prefers-reduced-motion: reduce) {
	* {
    	animation: none !important;
    	transition: none !important;
	}
}

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

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

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

a {
    color: #337ab7;
    text-decoration: none
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

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

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

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

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

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

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

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

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

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

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

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

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

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

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

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

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

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

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

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

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

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

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
    .visible-xs-block {
        display: block !important
    }
    .visible-xs-inline {
        display: inline !important
    }
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
    .visible-sm-block {
        display: block !important
    }
    .visible-sm-inline {
        display: inline !important
    }
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
    .visible-md-block {
        display: block !important
    }
    .visible-md-inline {
        display: inline !important
    }
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

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

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

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

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

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

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

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

#content-block header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 43px 0 19px;
    background: #fff;
    z-index: 11;
    -webkit-transition: -webkit-box-shadow .3s linear, -webkit-transform .2s linear;
    transition: -webkit-box-shadow .3s linear, -webkit-transform .2s linear;
    -o-transition: box-shadow .3s linear, transform .2s linear;
    transition: box-shadow .3s linear, transform .2s linear;
    transition: box-shadow .3s linear, transform .2s linear, -webkit-box-shadow .3s linear, -webkit-transform .2s linear
}

header.style2 {
    border-bottom: 1px solid #d1d1d1
}

header .container {
    z-index: 2
}

header .hamburger {
    display: none
}

header.searchActive .searchToggle .imgWrapper {
    opacity: 0
}

header.searchActive .searchToggle .closeSearch {
    opacity: 1;
    visibility: visible
}

header.searchActive .seacrhInput {
    opacity: 1;
    visibility: visible
}

header.searchActive .seacrhInput form {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

header.searchActive nav {
    opacity: 0;
    visibility: hidden
}

header #logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 85px
}

header #logo img {
    width: 181px;
    height: 21px;
    display: block
}

header .headerNav {
    display: inline-block;
    vertical-align: middle
}

header nav {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: opacity 250ms linear, visibility 250ms linear;
    -o-transition: opacity 250ms linear, visibility 250ms linear;
    transition: opacity 250ms linear, visibility 250ms linear
}

header nav li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px
}

header nav li i {
    position: absolute;
    display: inline-block;
    top: 90%;
    left: 50%;
    width: 20px;
    height: 16px;
    margin-top: -3px;
    margin-left: -15px;
    -webkit-transform: translate(25%, -5px);
    -ms-transform: translate(25%, -5px);
    transform: translate(25%, -5px);
    opacity: 0;
    -webkit-transition: opacity 250ms linear, -webkit-transform 250ms linear;
    transition: opacity 250ms linear, -webkit-transform 250ms linear;
    -o-transition: transform 250ms linear, opacity 250ms linear;
    transition: transform 250ms linear, opacity 250ms linear;
    transition: transform 250ms linear, opacity 250ms linear, -webkit-transform 250ms linear
}

header nav li i:after,
header nav li i:before {
    position: absolute;
    top: 6px;
    left: 0;
    display: inline-block;
    background: #f2a900;
    width: 11px;
    height: 2px;
    -webkit-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    transform: rotate(32deg);
    -webkit-transition: background 250ms ease-out;
    -o-transition: background 250ms ease-out;
    transition: background 250ms ease-out;
    content: ""
}

@media (prefers-reduced-motion: reduce) {
    header nav li i:after, header nav li i:before {
        animation: none !important;
        transition: none !important;
    }

    .loader:after {
        animation: none !important;
        transition: none !important;
    }
}

header nav li i:after {
    left: auto;
    right: 0;
    -webkit-transform: rotate(-32deg);
    -ms-transform: rotate(-32deg);
    transform: rotate(-32deg)
}

header nav li.active>a:before {
    height: 6px
}

header nav li a {
    position: relative;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    padding: 24px 5px;
    -webkit-transition: color 250ms linear;
    -o-transition: color 250ms linear;
    transition: color 250ms linear
}

header nav li a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #f2a900;
    -webkit-transition: height 350ms ease-out;
    -o-transition: height 350ms ease-out;
    transition: height 350ms ease-out;
    content: ''
}

header nav li .dropDown {
    position: fixed;
    top: 105px;
    left: -10000px;
    width: 100%;
    height: 48vh;
    background: #1b1b1b;
    z-index: 5;
    text-align: center;
    padding: 0 15px 25px;
    border-top: 1px solid #1b1b1b;
    border-bottom: 1px solid #1b1b1b;
    overflow: hidden;
    overflow-y: auto;
    font-size: 0;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    opacity: 0;
    -webkit-transition: opacity .3s linear, top .3s linear, left 0s 301ms linear;
    -o-transition: opacity .3s linear, top .3s linear, left 0s 301ms linear;
    transition: opacity .3s linear, top .3s linear, left 0s 301ms linear
}

header nav li .dropDown .row {
    width: 100%
}

header nav li .dropDown .navColumn {
    max-width: 500px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-right: 50px
}

header nav li .dropDown .navColumn.size2 {
    max-width: 250px
}

header nav li .dropDown .twoColumnList {
    font-size: 0
}

header nav li .dropDown .twoColumnList ul {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-right: 40px
}

header nav li .dropDown p {
    font-size: 12px;
    position: relative;
    color: #d1d1d1;
    min-height: 50px;
    margin-bottom: 20px;
    margin: 20px 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

header nav li .dropDown p:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #3c3c3c;
    content: ''
}

header nav li .dropDown i {
    display: none
}

header nav li .dropDown li {
    display: block;
    margin: 0
}

header nav li .dropDown a {
    position: relative;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    padding: 7px 0;
    color: #fff;
    display: table;
    -webkit-transition: color 250ms linear;
    -o-transition: color 250ms linear;
    transition: color 250ms linear
}

header nav li .dropDown a.active {
    color: #f2a900
}

header nav li .dropDown a.active a:before {
    content: none
}

header .searchToggle {
    position: absolute;
    top: 41px;
    right: 15px;
    z-index: 4;
    display: inline-block;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: -webkit-transform 250ms linear;
    transition: -webkit-transform 250ms linear;
    -o-transition: transform 250ms linear;
    transition: transform 250ms linear;
    transition: transform 250ms linear, -webkit-transform 250ms linear
}

header .searchToggle .imgWrapper {
    -webkit-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    transition: opacity 250ms linear
}

header .searchToggle .imgWrapper img {
    width: 32px;
    height: 32px;
    display: block
}

header .searchToggle .closeSearch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 250ms linear, visibility 250ms linear;
    -o-transition: opacity 250ms linear, visibility 250ms linear;
    transition: opacity 250ms linear, visibility 250ms linear
}

header .searchToggle .closeSearch span:nth-child(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background: #1b1b1b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

header .searchToggle .closeSearch span:nth-child(1):before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #f2a900;
    -webkit-transition: width .3s linear .2s;
    -o-transition: width .3s linear .2s;
    transition: width .3s linear .2s;
    content: ''
}

@media (prefers-reduced-motion: reduce) {
    header .searchToggle .closeSearch span:nth-child(1):before {
        animation: none !important;
        transition: none !important;
    }
}

header .searchToggle .closeSearch span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background: #1b1b1b;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

header .searchToggle .closeSearch span:nth-child(2):before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #f2a900;
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear;
    content: ''
}

@media (prefers-reduced-motion: reduce) {
    header .searchToggle .closeSearch span:nth-child(2):before {
        animation: none !important;
        transition: none !important;
    }
}

header .seacrhInput {
    position: absolute;
    top: -4px;
    right: 0;
    width: -webkit-calc(100% - 262px);
    width: calc(100% - 262px);
    height: 40px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 250ms linear, visibility 250ms linear;
    -o-transition: opacity 250ms linear, visibility 250ms linear;
    transition: opacity 250ms linear, visibility 250ms linear;
    z-index: 1;
    overflow: hidden;
    min-height: 32px;
    -webkit-box-shadow: none;
    box-shadow: none
}

header .seacrhInput form {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 350ms linear;
    transition: -webkit-transform 350ms linear;
    -o-transition: transform 350ms linear;
    transition: transform 350ms linear;
    transition: transform 350ms linear, -webkit-transform 350ms linear
}

header .seacrhInput label {
    position: relative
}

header .seacrhInput label:before {
    position: absolute;
    top: 50%;
    left: 55px;
    width: 1px;
    height: 12px;
    background: #4a4a4a;
    content: '';
    margin-top: -6px
}

header .seacrhInput .simpleInput {
    border: 0;
    line-height: 14px;
    height: 40px;
    padding: 0 15px 0 60px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

header .seacrhInput .sumbitSearch {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

header .seacrhInput .sumbitSearch img {
    width: 32px;
    height: 32px;
    display: block;
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear
}

.desktop.headerTopBar {
    display: block;
    z-index: 12
}

.desktop.headerTopBar,
header .headerTopBar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #1b1b1b;
    color: #fff;
    padding: 3px 15px;
    height: 25px;
    text-align: right;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear
}

header .headerTopBar {
    display: none
}

.desktop.headerTopBar .pageLanguage,
header .headerTopBar .pageLanguage {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    padding-right: 16px;
    cursor: pointer
}

.desktop.headerTopBar .pageLanguage span,
header .headerTopBar .pageLanguage span {
    position: relative;
    padding: 5px 0
}

.desktop.headerTopBar .pageLanguage span:after,
header .headerTopBar .pageLanguage span:after {
    position: absolute;
    top: 10px;
    right: -20px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    -webkit-transition: border .3s linear;
    -o-transition: border .3s linear;
    transition: border .3s linear;
    content: ''
}

@media (prefers-reduced-motion: reduce) {
    .desktop.headerTopBar .pageLanguage span:after, header .headerTopBar .pageLanguage span:after {
        animation: none !important;
        transition: none !important;
    }
}

.desktop.headerTopBar .pageLanguage.active ul,
header .headerTopBar .pageLanguage.active ul {
    right: -15px;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 250ms linear, right 1ms linear, -webkit-transform 250ms linear;
    transition: opacity 250ms linear, right 1ms linear, -webkit-transform 250ms linear;
    -o-transition: opacity 250ms linear, transform 250ms linear, right 1ms linear;
    transition: opacity 250ms linear, transform 250ms linear, right 1ms linear;
    transition: opacity 250ms linear, transform 250ms linear, right 1ms linear, -webkit-transform 250ms linear
}

.desktop.headerTopBar .pageLanguage.active ul li,
header .headerTopBar .pageLanguage.active ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.desktop.headerTopBar .pageLanguage ul,
header .headerTopBar .pageLanguage ul {
    position: absolute;
    top: 100%;
    right: -10000px;
    background: #1b1b1b;
    z-index: 11;
    text-align: right;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    font-weight: 700;
    padding: 15px 20px;
    margin-top: 3px;
    opacity: 0;
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
    -webkit-transition: opacity 250ms linear, right 1ms linear .3s, -webkit-transform 250ms linear;
    transition: opacity 250ms linear, right 1ms linear .3s, -webkit-transform 250ms linear;
    -o-transition: opacity 250ms linear, transform 250ms linear, right 1ms linear .3s;
    transition: opacity 250ms linear, transform 250ms linear, right 1ms linear .3s;
    transition: opacity 250ms linear, transform 250ms linear, right 1ms linear .3s, -webkit-transform 250ms linear
}

.desktop.headerTopBar .pageLanguage ul li,
header .headerTopBar .pageLanguage ul li {
    margin-bottom: 7px;
    opacity: 0;
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    -webkit-transition: opacity 250ms linear, -webkit-transform 250ms linear;
    transition: opacity 250ms linear, -webkit-transform 250ms linear;
    -o-transition: opacity 250ms linear, transform 250ms linear;
    transition: opacity 250ms linear, transform 250ms linear;
    transition: opacity 250ms linear, transform 250ms linear, -webkit-transform 250ms linear
}

.desktop.headerTopBar .pageLanguage ul li a,
header .headerTopBar .pageLanguage ul li a {
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear
}

.desktop.headerTopBar .headerInfo,
header .headerTopBar .headerInfo {
    display: inline-block
}

.desktop.headerTopBar .headerInfo a,
header .headerTopBar .headerInfo a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px
}

.desktop.headerTopBar .headerInfo a span,
header .headerTopBar .headerInfo a span {
    -webkit-transition: color .3s linear;
    -o-transition: color .3s linear;
    transition: color .3s linear
}

.desktop.headerTopBar .breadScrumb,
header .headerTopBar .breadScrumb {
    display: inline-block;
    position: relative;
    float: left;
    font-weight: 500;
    letter-spacing: .4px
}

.desktop.headerTopBar .breadScrumb a,
.desktop.headerTopBar .breadScrumb p,
.desktop.headerTopBar .breadScrumb span,
header .headerTopBar .breadScrumb a,
header .headerTopBar .breadScrumb p,
header .headerTopBar .breadScrumb span {
    display: inline-block;
    vertical-align: middle
}

.desktop.headerTopBar .breadScrumb a,
header .headerTopBar .breadScrumb a {
    color: #f2a900;
    margin-right: 4px;
    -webkit-transition: color 250ms linear;
    -o-transition: color 250ms linear;
    transition: color 250ms linear
}

.desktop.headerTopBar .breadScrumb span,
header .headerTopBar .breadScrumb span {
    position: relative;
    top: 1px;
    margin-right: 4px
}

.desktop.headerTopBar .breadScrumb span img,
header .headerTopBar .breadScrumb span img {
    width: 10px;
    height: 10px;
    display: block
}

header .mobileSearch {
    text-align: center;
    display: none
}

header .mobileSearch .searchToggle {
    position: static;
    right: auto;
    top: auto;
    margin-bottom: 20px
}

@media (min-width:992px) {
    body:not(.mobile) header nav>ul>li>a:hover:before {
        height: 6px
    }
    body:not(.mobile) header nav ul .dropDown a:hover {
        color: #f2a900
    }
    body:not(.mobile) .desktop.headerTopBar a:hover span,
    body:not(.mobile) header .headerTopBar a:hover span {
        color: #f2a900
    }
    body:not(.mobile) .desktop.headerTopBar .pageLanguage:hover ul,
    body:not(.mobile) header .headerTopBar .pageLanguage:hover ul {
        right: -15px;
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: opacity 250ms linear, right 1ms linear, -webkit-transform 250ms linear;
        transition: opacity 250ms linear, right 1ms linear, -webkit-transform 250ms linear;
        -o-transition: opacity 250ms linear, transform 250ms linear, right 1ms linear;
        transition: opacity 250ms linear, transform 250ms linear, right 1ms linear;
        transition: opacity 250ms linear, transform 250ms linear, right 1ms linear, -webkit-transform 250ms linear
    }
    body:not(.mobile) .desktop.headerTopBar .pageLanguage:hover ul li,
    body:not(.mobile) header .headerTopBar .pageLanguage:hover ul li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    body:not(.mobile) .desktop.headerTopBar .pageLanguage:hover ul li:nth-child(1),
    body:not(.mobile) header .headerTopBar .pageLanguage:hover ul li:nth-child(1) {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s
    }
    body:not(.mobile) .desktop.headerTopBar .pageLanguage:hover ul li:nth-child(2),
    body:not(.mobile) header .headerTopBar .pageLanguage:hover ul li:nth-child(2) {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s
    }
    body:not(.mobile) .desktop.headerTopBar .pageLanguage:hover ul li:nth-child(3),
    body:not(.mobile) header .headerTopBar .pageLanguage:hover ul li:nth-child(3) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s
    }
    body:not(.mobile) .desktop.headerTopBar .pageLanguage:hover ul li:nth-child(4),
    body:not(.mobile) header .headerTopBar .pageLanguage:hover ul li:nth-child(4) {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s
    }
    body:not(.mobile) .desktop.headerTopBar .pageLanguage:hover ul li:nth-child(5),
    body:not(.mobile) header .headerTopBar .pageLanguage:hover ul li:nth-child(5) {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s
    }
    body:not(.mobile) .desktop.headerTopBar .pageLanguage:hover ul li:nth-child(6),
    body:not(.mobile) header .headerTopBar .pageLanguage:hover ul li:nth-child(6) {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s
    }
    body:not(.mobile) .desktop.headerTopBar .pageLanguage:hover ul li:nth-child(7),
    body:not(.mobile) header .headerTopBar .pageLanguage:hover ul li:nth-child(7) {
        -webkit-transition-delay: .7s;
        -o-transition-delay: .7s;
        transition-delay: .7s
    }
    body:not(.mobile) .desktop.headerTopBar .pageLanguage:hover ul li:nth-child(8),
    body:not(.mobile) header .headerTopBar .pageLanguage:hover ul li:nth-child(8) {
        -webkit-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s
    }
    body:not(.mobile) .desktop.headerTopBar .pageLanguage:hover ul li:nth-child(9),
    body:not(.mobile) header .headerTopBar .pageLanguage:hover ul li:nth-child(9) {
        -webkit-transition-delay: .9s;
        -o-transition-delay: .9s;
        transition-delay: .9s
    }
    body:not(.mobile) .desktop.headerTopBar .pageLanguage:hover:after,
    body:not(.mobile) header .headerTopBar .pageLanguage:hover:after {
        border-top: 5px solid #f2a900
    }
    body:not(.mobile) .desktop.headerTopBar .pageLanguage:hover a:hover,
    body:not(.mobile) header .headerTopBar .pageLanguage:hover a:hover {
        color: #f2a900
    }
    body:not(.mobile) .desktop.headerTopBar .breadScrumb a:hover,
    body:not(.mobile) header .headerTopBar .breadScrumb a:hover {
        color: #fff
    }
    body:not(.mobile) .desktop.closeSearch:hover span:before,
    body:not(.mobile) header .closeSearch:hover span:before {
        width: 100%
    }
    body:not(.mobile) .searchToggle:hover,
    body:not(.mobile) .sumbitSearch input[type=submit]:hover+img {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }
    header nav li:hover i {
        -webkit-transform: translate(25%, 0);
        -ms-transform: translate(25%, 0);
        transform: translate(25%, 0);
        opacity: 1
    }
    header nav li:hover .dropDown {
        top: 90px;
        opacity: 1;
        left: 0;
        visibility: visible;
        -webkit-transition: opacity .3s linear, top .3s linear, left 0s;
        -o-transition: opacity .3s linear, top .3s linear, left 0s;
        transition: opacity .3s linear, top .3s linear, left 0s
    }
    header nav li .dropdown_hover {
        top: 90px;
        opacity: 1;
        left: 0;
        visibility: visible;
        -webkit-transition: opacity .3s linear, top .3s linear, left 0s;
        -o-transition: opacity .3s linear, top .3s linear, left 0s;
        transition: opacity .3s linear, top .3s linear, left 0s
    }
    .sub_dropdown {
        height: 0
    }
}

@media (max-width:1600px) {
    header nav li .dropDown .navColumn {
        max-width: 420px;
        margin-right: 30px
    }
    header nav li .dropDown .navColumn.size2 {
        max-width: 210px
    }
}

@media (max-width:1199px) {
    header nav li .dropDown .navColumn {
        max-width: -webkit-calc(50% - 30px);
        max-width: calc(50% - 30px)
    }
    header nav li .dropDown .navColumn:nth-child(even) {
        margin-right: 0
    }
    header nav li .dropDown .navColumn.size2 {
        max-width: -webkit-calc(50% - 30px);
        max-width: calc(50% - 30px)
    }
}

@media (max-width:1024px) and (min-width:992px) {
    header nav li .dropDown {
        display: none
    }
    body.mobile header nav li i {
        opacity: 1;
        height: 20px;
        -webkit-transform: translate(25%, 5px);
        -ms-transform: translate(25%, 5px);
        transform: translate(25%, 5px)
    }
    body.mobile header nav li i.rotate {
        -webkit-transform: translate(25%, 5px) rotate(180deg) !important;
        -ms-transform: translate(25%, 5px) rotate(180deg) !important;
        transform: translate(25%, 5px) rotate(180deg) !important
    }
    header nav li.active>a:before {
        height: 3px
    }
}

@media (max-width:1025px) {
    .desktop.headerTopBar .pageLanguage ul,
    header .headerTopBar .pageLanguage ul {
        right: auto;
        opacity: 1;
        display: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center;
        padding-bottom: 0
    }
    .desktop.headerTopBar .pageLanguage ul li,
    header .headerTopBar .pageLanguage ul li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (min-width:992px) {
    header.scrolled {
        -webkit-box-shadow: 0 0 7px rgba(41, 42, 46, .4);
        box-shadow: 0 0 7px rgba(41, 42, 46, .4)
    }
}

@media (max-width:991px) {
    .desktop.headerTopBar {
        display: none
    }
    header .headerTopBar {
        display: block
    }
    header .headerTopBar .pageLanguage ul {
        position: relative
    }
    #content-block header {
        padding: 21px 0;
        height: 70px;
        -webkit-box-shadow: 0 0 7px rgba(41, 42, 46, .4);
        box-shadow: 0 0 7px rgba(41, 42, 46, .4)
    }
    #content-block header+* {
        margin-top: 70px
    }
    header #logo {
        margin-right: 15px
    }
    header .headerNav {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 10;
        padding-bottom: 70px;
        -webkit-transition: left 325ms linear;
        -o-transition: left 325ms linear;
        transition: left 325ms linear;
        border-top: 1px solid #d1d1d1;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch
    }
    header .headerNav.active {
        left: 0
    }
    header nav {
        display: block;
        text-align: center;
        max-width: 650px;
        margin: 0 auto
    }
    header nav li {
        position: relative;
        display: block;
        margin: 25px 0
    }
    header nav li i:after,
    header nav li i:before {
        width: 17px
    }
    header nav li.active>a:before {
        height: 3px
    }
    header nav li a {
        padding: 5px
    }
    header nav li a:before {
        bottom: 15px
    }
    header nav li .dropDown {
        position: relative;
        top: 15px;
        left: 0;
        opacity: 1;
        padding-bottom: 0;
        margin: 0;
        display: none;
        border-top: 0;
        border-bottom: 0;
        height: auto;
        overflow: auto;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        text-align: center
    }
    header nav li .dropDown .navColumn {
        max-width: 100%;
        width: 100%;
        margin: 0;
        text-align: center
    }
    header nav li .dropDown .navColumn p {
        margin-bottom: 0
    }
    header nav li .dropDown .navColumn i {
        right: 0;
        top: 7px;
        display: block
    }
    header nav li .dropDown .navColumn ul {
        padding: 20px 0
    }
    header nav li .dropDown .navColumn ul:last-child {
        border-bottom: 1px solid #3c3c3c
    }
    header nav li .dropDown .navColumn .twoColumnList {
        display: none
    }
    header nav li .dropDown .navColumn .twoColumnList ul {
        width: 100%
    }
    header nav li .dropDown .navColumn .twoColumnList ul:not(:first-child) {
        padding-top: 0
    }
    header nav li .dropDown .navColumn a {
        display: block
    }
    header nav li .dropDown .navColumn.size2 {
        max-width: 100%;
        width: 100%
    }
    header nav li .dropDown .navColumn>ul {
        display: none
    }
    header nav li .dropDown:after,
    header nav li .dropDown:before {
        content: none
    }
    header nav li i {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    header nav li .dropDown li {
        opacity: 1;
        padding: 0 0 15px 0;
        margin: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
    header nav li .dropDown li:last-child {
        padding-bottom: 0
    }
    header nav li .dropDown li a {
        padding: 3px 5px
    }
    header nav li .dropDown li.active a:before {
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        background: #f2a900;
        content: ''
    }
    header .searchToggle {
        display: none
    }
    header .mobileSearch .searchToggle {
        display: inline-block
    }
    header .seacrhInput {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 12;
        overflow: auto;
        padding: 0 0 70px 0;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch
    }
    header .seacrhInput form {
        position: absolute;
        top: 30px;
        left: 0;
        padding: 0 15px;
        width: 100%
    }
    header .seacrhInput form .sumbitSearch {
        left: 15px
    }
    header .seacrhInput .simpleInput {
        padding: 0 40px 0 60px
    }
    header .mobileSearch {
        display: block
    }
    header .mobileSearch .closeSearch {
        z-index: 12;
        top: 37px;
        right: 12px;
        left: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: opacity 250ms linear .5s;
        -o-transition: opacity 250ms linear .5s;
        transition: opacity 250ms linear .5s
    }
    header .headerTopBar {
        position: relative;
        height: auto;
        text-align: center;
        padding: 25px 0 20px
    }
    header .headerTopBar .headerInfo {
        display: block
    }
    header .headerTopBar .headerInfo a {
        display: table;
        margin: 0 auto 15px
    }
    header .headerTopBar .breadScrumb {
        display: block;
        float: none;
        margin-bottom: 15px
    }
    header .headerTopBar .pageLanguage {
        margin-left: 0;
        max-width: 280px;
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0
    }
    header .headerTopBar .pageLanguage ul li span:after {
        top: 11px
    }
    header .headerTopBar .pageLanguage ul li a {
        padding: 7px 0
    }
    header .headerTopBar .pageLanguage ul li a:last-child {
        margin-bottom: 0
    }
    header .hamburger {
        position: absolute;
        top: 50%;
        right: 10px;
        height: 14px;
        width: 30px;
        cursor: pointer;
        z-index: 5;
        display: block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    header .hamburger span {
        height: 2px;
        width: 100%;
        background: #1b1b1b;
        display: block;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        position: absolute
    }
    header .hamburger span:nth-child(1) {
        top: 0;
        left: 0
    }
    header .hamburger span:nth-child(2),
    header .hamburger span:nth-child(3) {
        top: 50%;
        left: 0;
        margin-top: -1px
    }
    header .hamburger span:nth-child(4) {
        bottom: 0;
        left: 0
    }
    header .hamburger.active span:nth-child(1) {
        -webkit-transform: translate(30px);
        -ms-transform: translate(30px);
        transform: translate(30px);
        opacity: 0;
        visibility: hidden
    }
    header .hamburger.active span:nth-child(4) {
        -webkit-transform: translate(-30px);
        -ms-transform: translate(-30px);
        transform: translate(-30px);
        opacity: 0;
        visibility: hidden
    }
    header .hamburger.active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #f2a900
    }
    header .hamburger.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #f2a900
    }
}

@media (max-width:767px) {
    header nav li i {
        right: 15px
    }
    header nav li .dropDown .navColumn p {
        padding: 0 40px
    }
}

.bannerWrapper {
    position: relative;
    text-align: center
}

.bannerWrapper .bannerTitle {
    position: relative;
    padding: 10px 15px;
    text-align: center;
    display: inline-block;
    overflow: hidden
}

.bannerWrapper .bannerTitle:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27, .8);
    -webkit-transition: 550ms cubic-bezier(.455, .03, .515, .955);
    -o-transition: 550ms cubic-bezier(.455, .03, .515, .955);
    transition: 550ms cubic-bezier(.455, .03, .515, .955);
    content: ''
}

@media (prefers-reduced-motion: reduce) {
    .bannerWrapper .bannerTitle:before {
        animation: none !important;
        transition: none !important;
    }
}

.bannerWrapper .bannerTitle .as {
    position: relative;
    font-weight: 500
}

.bannerWrapper .bannerTitle p {
    font-size: 16px;
    color: #fff
}

.bannerWrapper .tableView {
    height: 100vh
}

.bannerWrapper .cellView {
    padding: 140px 0 250px
}

.bannerWrapper .svgElement {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100px
}

.bannerWrapper .svgElement.size2 {
    height: 150px
}

.bannerWrapper .bannerIcon {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.bannerWrapper.style2 .tableView {
    height: 68vh
}

.bannerWrapper.style3 .tableView {
    height: 30vh
}

.bannerWrapper.style3 .tableView .cellView {
    padding: 200px 0 100px
}

.bannerWrapper.style4 .tableView {
    height: 30vh
}

.bannerIcon {
    position: relative;
    background: #2f2f2f;
    padding: 15px;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    margin-top: 11px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bannerIcon img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 140px;
    max-height: 115px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1b1b1b;
    font-weight: 700;
    margin: 0
}

.h1,
h1 {
    font-size: 38px;
    line-height: 47px
}

.h2,
h2 {
    font-size: 34px;
    line-height: 42px
}

.h3,
h3 {
    font-size: 26px;
    line-height: 33px
}

.h4,
h4 {
    font-size: 22px;
    line-height: 27px
}

.h5,
h5 {
    font-size: 18px;
    line-height: 24px
}

.h6,
h6 {
    font-size: 16px;
    line-height: 20px
}

.as.light {
    color: #fff
}

.as b {
    font-weight: 900
}

.extraLarge {
    font-size: 18px;
    line-height: 30px
}

.large {
    font-size: 16px;
    line-height: 30px
}

.normall {
    font-size: 12px;
    line-height: 28px
}

.small {
    font-size: 11px;
    line-height: 18px
}

.stickyWrapper {
    position: relative;
    min-height: 90px
}

.stickyWrapper .stickyOffset {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px
}

.stickyWrapper .stickyContent {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    background: #fff;
    -webkit-transition: top .2s linear .2s;
    -o-transition: top .2s linear .2s;
    transition: top .2s linear .2s
}

.stickyWrapper .stickyContent.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8
}

.stickyWrapper .stickyContent.sticky .listNav a {
    padding: 15px 0
}

.stickyPadd .listNav a {
    padding: 15px 0
}

.stickyWrapper .stickyContent.sticky .seacrhInput {
    padding: 10px 0
}

.stickyWrapper .stickyContent.sticky .seacrhInput .simpleInput {
    -webkit-box-shadow: none;
    box-shadow: none
}

.stickyWrapper .stickyContent .listNav {
    text-align: center
}

.stickyWrapper .stickyContent .listNav li {
    display: inline-block;
    margin: 0 15px;
    min-height: 56px
}

.stickyWrapper .stickyContent .listNav li a {
    display: block;
    padding: 30px 0;
    line-height: 18px;
    -webkit-transition: color 250ms linear, padding 250ms linear;
    -o-transition: color 250ms linear, padding 250ms linear;
    transition: color 250ms linear, padding 250ms linear
}

.stickyWrapper .stickyContent .listNav li.active {
    color: #f2a900
}

.stickyWrapper .mobileStickynav {
    display: none
}

.stickyWrapper .backButton {
    position: absolute;
    top: 50%;
    padding-left: 30px;
    left: 30px;
    margin-top: -13px;
    z-index: 2
}

.stickyWrapper .backButton span {
    position: absolute;
    top: 50%;
    right: -webkit-calc(100% - 15px);
    right: calc(100% - 15px);
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #1b1b1b;
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear
}

.stickyWrapper .backButton span:before {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 10px;
    height: 2px;
    background-color: #1b1b1b;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    content: ''
}

@media (prefers-reduced-motion: reduce) {
    .stickyWrapper .backButton span:before {
        animation: none !important;
        transition: none !important;
    }
}

.stickyWrapper .backButton span:after {
    position: absolute;
    bottom: -3px;
    left: -3px;
    width: 10px;
    height: 2px;
    background-color: #1b1b1b;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    content: ''
}

.stickyWrapper.style2 .stickyContent {
    border: 0;
    text-align: center;
    padding: 26px 0
}

@media(max-width:991px) {
    header nav li i {
        top: 14px;
        opacity: 1;
        width: 30px;
        left: auto;
        right: 15px
    }
    header nav li .dropDown .navColumn i {
        top: 12px;
        right: 0
    }
}

.siteMapList li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 15px
}

.siteMapList ul>li:last-child {
    margin-bottom: 0
}

.siteMapList li ul {
    margin-top: 10px
}

.siteMapList li:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #1b1b1b;
    border-radius: 100%;
    content: ''
}

.siteMapList a {
    color: #1b1b1b;
    font-weight: 500;
    -webkit-transition: color .25s linear;
    transition: color .25s linear
}

@media (min-width:1024px) {
    .siteMapList a:hover {
        color: #f2a900
    }
}

@media (min-width:992px) {
    body.mobile .desktop.headerTopBar .pageLanguage ul {
        right: -15px;
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: none;
        transition: none;
        display: none
    }
    body.mobile .desktop.headerTopBar .pageLanguage ul li {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .stickyWrapper .stickyContent .listNav li {
        max-width: 310px
    }
    body.mobile .stickyWrapper .stickyContent.sticky {
        top: 90px
    }
}

@media (max-width:1199px) {
    header nav li .dropDown .innerOverflow {
        text-align: left
    }
}