*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Roboto';
}
.custom {
    /* font-family: pt_sans; */
    font-family: 'Roboto';
}
.arial {
    font-family: Arial, Helvetica, sans-serif;
}
@font-face {
    font-family: pt_sans;
    src: url(../fonts/pt_sans-narrow-web-regular.eot);
    src:
        url(../fonts/pt_sans-narrow-web-regular.eot?#iefix) format("embedded-opentype"),
        url(../fonts/pt_sans-narrow-web-regular.woff2) format("woff2"),
        url(../fonts/pt_sans-narrow-web-regular.woff) format("woff"),
        url(../fonts/pt_sans-narrow-web-regular.ttf) format("truetype"),
        url(../fonts/pt_sans-narrow-web-regular.svg#pt_sans_narrowregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: pt_sans;
    src: url(../fonts/pt_sans-narrow-web-bold.eot);
    src:
        url(../fonts/pt_sans-narrow-web-bold.eot?#iefix) format("embedded-opentype"),
        url(../fonts/pt_sans-narrow-web-bold.woff2) format("woff2"),
        url(../fonts/pt_sans-narrow-web-bold.woff) format("woff"),
        url(../fonts/pt_sans-narrow-web-bold.ttf) format("truetype"),
        url(../fonts/pt_sans-narrow-web-bold.svg#pt_sans_narrowbold) format("svg");
    font-weight: 700;
    font-style: normal;
}
.generalField {
    border: none;
    outline: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-family: 'Roboto';
    background: #edf3ac;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    color: #2c8c35;
}
.p-0 {
    padding: 0!important;
}
.generalField::-webkit-input-placeholder {
    color: #2c8c35;
}
.generalField:-moz-placeholder {
    color: #2c8c35;
    opacity: 1;
}
.generalField::-moz-placeholder {
    color: #2c8c35;
    opacity: 1;
}
.generalField:-ms-input-placeholder {
    color: #2c8c35;
}
.textfield {
    border: none;
    outline: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-family: 'Roboto';
    background: #edf3ac;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    color: #2c8c35;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
}
.textfield::-webkit-input-placeholder {
    color: #2c8c35;
}
.textfield:-moz-placeholder {
    color: #2c8c35;
    opacity: 1;
}
.textfield::-moz-placeholder {
    color: #2c8c35;
    opacity: 1;
}
.textfield:-ms-input-placeholder {
    color: #2c8c35;
}
.whiteinput {
    background: #fff;
    color: #8c8c8c;
}
.whiteinput::-webkit-input-placeholder {
    color: #646464;
}
.whiteinput:-moz-placeholder {
    color: #646464;
    opacity: 1;
}
.whiteinput::-moz-placeholder {
    color: #646464;
    opacity: 1;
}
.whiteinput:-ms-input-placeholder {
    color: #646464;
}
p {
    font-family: 'Roboto';
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"] {
    border: none;
    outline: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-family: 'Roboto';
    background: #edf3ac;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    color: #2c8c35;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
}
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
    color: #2c8c35;
}
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder {
    color: #2c8c35;
    opacity: 1;
}
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder {
    color: #2c8c35;
    opacity: 1;
}
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
    color: #2c8c35;
}
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled {
    color: #8c8c8c;
}
input[type="email"].special,
input[type="number"].special,
input[type="password"].special,
input[type="tel"].special,
input[type="text"].special {
    background: 0 0;
    padding: 0;
    box-shadow: none;
    font-weight: 700;
    font-size: 20px;
    color: #646464;
}
input[type="email"].podid,
input[type="number"].podid,
input[type="password"].podid,
input[type="tel"].podid,
input[type="text"].podid {
    padding-left: 34px;
}
.datepicker input[type="email"],
.datepicker input[type="number"],
.datepicker input[type="password"],
.datepicker input[type="tel"],
.datepicker input[type="text"] {
    height: auto;
    padding: 0;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    box-shadow: none;
    background: #0069BE;
    color: #fff;
    margin: 0 35px;
    border-radius: 5px;
    width: 130px;
    cursor: pointer;
}
input[type="email"]#datepicker,
input[type="number"]#datepicker,
input[type="password"]#datepicker,
input[type="tel"]#datepicker,
input[type="text"]#datepicker {
    cursor: pointer;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.podinfo {
    position: absolute;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 10px;
    bottom: 0;
    left: 0;
    font-size: 16px;
    color: #2c8c35;
}
textarea {
    border: none;
    outline: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-family: 'Roboto';
    background: #edf3ac;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    color: #2c8c35;
    padding: 5px 10px;
    line-height: 20px;
    resize: none;
}
textarea::-webkit-input-placeholder {
    color: #2c8c35;
}
textarea:-moz-placeholder {
    color: #2c8c35;
    opacity: 1;
}
textarea::-moz-placeholder {
    color: #2c8c35;
    opacity: 1;
}
textarea:-ms-input-placeholder {
    color: #2c8c35;
}
.field-wrapper {
    box-shadow: 0 0 10px #f0f;
}
.next-day,
.prev-day {
    position: absolute;
    top: 0;
    cursor: pointer;
    line-height: 40px;
    color: #2c8c35;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    width: 40px;
    text-align: center;
}
.next-day:hover,
.prev-day:hover {
    color: #0069BE;
}
.prev-day {
    left: 0;
}
.prev-day:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
}
.next-day {
    right: 0;
}
.next-day:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
}
.field,
.field-wrapper {
    position: relative;
    margin: 0 0 10px;
    padding: 0;
}
.field-wrapper:after,
.field:after {
    content: "";
    display: block;
    clear: both;
}
.field select,
.field-wrapper select {
    width: 100%;
    max-width: 100%;
}
.field-wrapper.mr,
.field.mr {
    margin-right: 10px;
}
.field-wrapper.ml,
.field.ml {
    margin-left: 10px;
}
.field-wrapper.required label,
.field.required label {
    padding-left: 25px;
    position: relative;
    display: block;
}
.field-wrapper.required label:before,
.field.required label:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f005";
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    display: block;
    text-align: center;
    z-index: 50;
    background: #0069BE;
}
.field .label,
.field label,
.field-wrapper .label,
.field-wrapper label {
    margin: 0 0 10px;
    padding: 0;
    height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #3c3c3c;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
    gap: 10px;
}
.field .label .info,
.field label .info,
.field-wrapper .label .info,
.field-wrapper label .info {
    margin: 0 !important;
}
.field .label .info:before,
.field label .info:before,
.field-wrapper .label .info:before,
.field-wrapper label .info:before {
    margin: 0;
}
.field .label .info > div,
.field label .info > div,
.field-wrapper .label .info > div,
.field-wrapper label .info > div {
    font-size: 16px;
}
.field-wrapper.chb-wrapper label,
.field.chb-wrapper label {
    float: none;
    width: auto;
    background: 0 0;
}
.field .unit,
.field-wrapper .unit {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    color: #646464;
    margin: 0;
}
.field .unit.front,
.field-wrapper .unit.front {
    left: 0;
    right: auto;
    font-size: 16px;
}
.field .unit.front + input,
.field-wrapper .unit.front + input {
    padding-left: 40px;
}
.field-wrapper.grid,
.field.grid {
    display: grid;
    justify-content: space-between;
    grid-gap: 10px;
    grid-template-columns: 100px 1fr;
    align-items: center;
}
.field-wrapper.grid label,
.field.grid label {
    margin: 0;
}
.grid_address {
    display: grid;
    justify-content: space-between;
    grid-gap: 10px;
    grid-template-columns: 100px 200px 1fr;
}
.grid_datas {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: 120px 1fr 1fr 1fr 260px;
}
.grid2 .field,
.grid3 .field,
.grid4 .field,
.grid5 .field,
.grid6 .field {
    margin: 0;
}
.grid2_custom {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: 1fr 2fr;
}
.grid2_custom .field {
    margin-bottom: 0;
}
.grid2_custom_2 {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: 2fr 3fr;
}
.grid2_custom_2 .field {
    margin-bottom: 0;
}
.grid4_custom {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: 210px 1fr 1fr 3fr;
}
.grid4_custom .field {
    margin-bottom: 0;
}
.grid_dowonload {
    display: grid;
    justify-content: space-between;
    grid-gap: 10px;
    grid-template-columns: auto 1fr;
    align-items: center;
}
.grid_dowonload .field {
    margin-bottom: 0;
}
.xls {
    color: #0069BE;
    font-size: 16px;
}
.xls:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c3";
    margin: 0 5px 0 0;
}
.priceoffers .location {
    border: 2px solid #0069BE;
    padding: 30px;
    position: relative;
}
.priceoffers .location legend {
    padding: 0 20px;
    width: auto;
    margin: 0;
}
.priceoffers .location .remove {
    position: absolute;
    top: -27px;
    right: 0;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 10px;
    background: #f0f0f0;
    color: #3c3c3c !important;
    text-shadow: none;
    border-left: 2px solid #0069BE;
    border-right: 2px solid #0069BE;
}
.priceoffers .location .remove:after,
.priceoffers .location .remove:before {
    display: none;
}
.priceoffers .location .remove:hover {
    background: #d31138;
    color: #fff !important;
}
.priceoffers .form_wrapper {
    margin: 0 0 20px;
    position: relative;
}
.priceoffers .form_wrapper:after {
    content: "";
    display: block;
    clear: both;
}
.pod_base {
    letter-spacing: 4px;
}
.pod_counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #0069BE;
    font-size: 15px;
    text-transform: uppercase;
}
.pod_counter .n {
    font-weight: 700;
}
label {
    display: block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #3c3c3c;
}
label.double {
    height: 32px;
    line-height: 16px;
    padding-top: 3px;
}
label.nowrap {
    white-space: nowrap;
}
input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.ie8 input[type="checkbox"],
.ie8 input[type="radio"] {
    filter: alpha(opacity=0);
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    padding: 0 0 0 40px;
    display: table-cell;
    vertical-align: middle;
    height: 30px;
}
input[type="checkbox"] + label a,
input[type="checkbox"] + label a:link,
input[type="checkbox"] + label a:visited,
input[type="radio"] + label a,
input[type="radio"] + label a:link,
input[type="radio"] + label a:visited {
    color: #0069BE;
    text-decoration: underline;
}
input[type="checkbox"] + label a:hover,
input[type="checkbox"] + label a:link:hover,
input[type="checkbox"] + label a:visited:hover,
input[type="radio"] + label a:hover,
input[type="radio"] + label a:link:hover,
input[type="radio"] + label a:visited:hover {
    color: #399f43;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    border: none;
    background: #edf3ac;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    color: #0069BE;
}
input[type="checkbox"] + label:before {
    border-radius: 4px;
}
input[type="checkbox"]:checked + label:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    line-height: 30px;
}
input[type="radio"] + label:before {
    border-radius: 50%;
}
input[type="radio"]:checked + label:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f111";
    line-height: 30px;
}
.button,
a.button,
a.button:visited,
button,
button.button,
input.button {
    display: inline-block;
    border: none;
    height: 60px;
    line-height: 60px;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    outline: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    color: #fff !important;
    background: #0069BE;
    padding: 0 30px;
    margin: 0 32px;
    border-radius: 5px;
    font-family: 'Roboto';
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#imageslider .button-wrapper a {
    font-size: 16px;
}
.button i,
a.button i,
a.button:visited i,
button i,
button.button i,
input.button i {
    color: #fff;
    margin: 0 5px 0 0;
}
.button:after,
.button:before,
a.button:after,
a.button:before,
a.button:visited:after,
a.button:visited:before,
button.button:after,
button.button:before,
button:after,
button:before,
input.button:after,
input.button:before {
    content: "";
    width: 32px;
    height: 45px;
    top: 5px;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: url(../img/button-corner.png) no-repeat;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}
.button:before,
a.button:before,
a.button:visited:before,
button.button:before,
button:before,
input.button:before {
    left: -32px;
    background-position: left;
}
.button:after,
a.button:after,
a.button:visited:after,
button.button:after,
button:after,
input.button:after {
    right: -32px;
    background-position: right;
}
.button:focus,
.button:hover,
a.button:focus,
a.button:hover,
a.button:visited:focus,
a.button:visited:hover,
button.button:focus,
button.button:hover,
button:focus,
button:hover,
input.button:focus,
input.button:hover {
    color: #fff !important;
}
.button:focus:before,
.button:hover:before,
a.button:focus:before,
a.button:hover:before,
a.button:visited:focus:before,
a.button:visited:hover:before,
button.button:focus:before,
button.button:hover:before,
button:focus:before,
button:hover:before,
input.button:focus:before,
input.button:hover:before {
    width: 25px;
    left: -25px;
}
.button:focus:after,
.button:hover:after,
a.button:focus:after,
a.button:hover:after,
a.button:visited:focus:after,
a.button:visited:hover:after,
button.button:focus:after,
button.button:hover:after,
button:focus:after,
button:hover:after,
input.button:focus:after,
input.button:hover:after {
    width: 25px;
    right: -25px;
}
.button.hollow,
a.button.hollow,
a.button:visited.hollow,
button.button.hollow,
button.hollow,
input.button.hollow {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    margin: 0;
    background: #fff;
    border: 1px solid #0069BE;
    color: #0069BE !important;
    font-size: 16px;
    text-shadow: none;
}
.button.hollow i,
a.button.hollow i,
a.button:visited.hollow i,
button.button.hollow i,
button.hollow i,
input.button.hollow i {
    color: #0069BE !important;
}
.button.hollow:after,
.button.hollow:before,
a.button.hollow:after,
a.button.hollow:before,
a.button:visited.hollow:after,
a.button:visited.hollow:before,
button.button.hollow:after,
button.button.hollow:before,
button.hollow:after,
button.hollow:before,
input.button.hollow:after,
input.button.hollow:before {
    display: none;
    background: 0 0;
}
.button.hollow:hover,
a.button.hollow:hover,
a.button:visited.hollow:hover,
button.button.hollow:hover,
button.hollow:hover,
input.button.hollow:hover {
    background: #0069BE;
    color: #fff !important;
}
.button.hollow:hover i,
a.button.hollow:hover i,
a.button:visited.hollow:hover i,
button.button.hollow:hover i,
button.hollow:hover i,
input.button.hollow:hover i {
    color: #fff !important;
}
.button.simple,
a.button.simple,
a.button:visited.simple,
button.button.simple,
button.simple,
input.button.simple {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 0;
}
.button.simple:after,
.button.simple:before,
a.button.simple:after,
a.button.simple:before,
a.button:visited.simple:after,
a.button:visited.simple:before,
button.button.simple:after,
button.button.simple:before,
button.simple:after,
button.simple:before,
input.button.simple:after,
input.button.simple:before {
    display: none;
    background: 0 0;
}
.button.simple.small,
a.button.simple.small,
a.button:visited.simple.small,
button.button.simple.small,
button.simple.small,
input.button.simple.small {
    height: 30px;
    line-height: 30px;
}
.button.narrow,
a.button.narrow,
a.button:visited.narrow,
button.button.narrow,
button.narrow,
input.button.narrow {
    padding: 0 10px;
}
.readmore {
    font-size: 18px;
    font-weight: 700;
    color: #0069BE;
    text-transform: uppercase;
}
.readmore:hover {
    color: #399f43;
}
fieldset {
    border: none;
    padding: 0;
    margin: 0 0 20px;
    position: relative;
}
fieldset legend {
    display: block !important;
    margin: 0 0 20px;
    padding: 0;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    height: 25px;
    line-height: 25px;
    clear: both;
    width: 100%;
    color: #0069BE;
    font-family: 'Roboto';
}
fieldset legend.simple {
    color: #3c3c3c;
    font-size: 20px;
}
fieldset legend.border {
    border-bottom: 2px solid #399f43;
    padding: 0 0 5px;
    margin: 0 0 10px;
}
.select-wrapper {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    border: none;
    outline: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    font-family: 'Roboto';
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    color: #2c8c35;
    background: #edf3ac;
}
.select-wrapper::-webkit-input-placeholder {
    color: #2c8c35;
}
.select-wrapper:-moz-placeholder {
    color: #2c8c35;
    opacity: 1;
}
.select-wrapper::-moz-placeholder {
    color: #2c8c35;
    opacity: 1;
}
.select-wrapper:-ms-input-placeholder {
    color: #2c8c35;
}
.select-wrapper select {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 30;
    cursor: pointer;
    line-height: 40px;
    opacity: 0;
    -webkit-appearance: menulist-button;
}
.ie8 .select-wrapper select {
    filter: alpha(opacity=0);
}
.select-wrapper span {
    display: block;
    width: 100%;
    padding: 0 40px 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    z-index: 10;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
    line-height: 40px;
    color: #2c8c35;
    font-size: 16px;
}
.select-wrapper i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    padding: 0;
    z-index: 10;
    cursor: pointer;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    font-size: 16px;
    color: #000;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.small .select-wrapper {
    height: 30px;
    line-height: 30px;
}
.small .select-wrapper select {
    line-height: 30px;
}
.small .select-wrapper span {
    padding: 0 30px 0 10px;
    line-height: 30px;
}
.small .select-wrapper i {
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.uploader-wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    height: 30px;
    position: relative;
    overflow: hidden !important;
    cursor: pointer;
    display: grid;
    justify-content: space-between;
    grid-gap: 10px;
    grid-template-columns: 150px 1fr;
}
.uploader-wrapper .filebutton {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0;
    background: #0069BE;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    text-shadow: none;
    border-radius: 5px;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}
.uploader-wrapper .filebutton i {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0 0 0 5px;
    font-weight: 400;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}
.uploader-wrapper .sep {
    width: 20px;
    display: table-cell;
}
.uploader-wrapper .filename {
    background: #f6f6f6;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #3c3c3c;
    padding: 0 10px;
    cursor: pointer;
    display: none;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.uploader-wrapper input {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 100px;
}
.info {
    display: inline-block;
    position: relative;
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 14px;
    color: #646464;
    line-height: 20px;
}
.info.mb0 {
    margin-bottom: 0;
}
.info:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f128";
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    font-size: 16px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    margin: 0 10px 0 0;
    color: #fff;
    background: #0069BE;
    border-radius: 3px;
}
.info > div {
    position: absolute;
    top: -25px;
    left: 25px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.9);
    padding: 15px;
    border-radius: 5px;
    min-width: 200px;
    color: #fff !important;
    line-height: 130% !important;
    font-weight: 400;
    display: none;
    font-size: 14px;
}
.info > div:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f059";
    color: #fff;
    display: block;
    font-size: 34px;
    text-align: center;
    margin: 0 0 10px;
}
.info > div:after {
    content: "";
    border: 5px solid transparent;
    height: 0;
    width: 0;
    border-right-color: rgba(30, 17, 14, 0.9);
    position: absolute;
    left: -10px;
    top: 30px;
}
.info:hover > div {
    display: block;
}
.info.i:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f05a";
}
.info2 {
    display: inline-block;
    position: relative;
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 18px;
    color: #646464;
    line-height: 20px;
}
.info2.mb0 {
    margin-bottom: 0;
}
.info2:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f129";
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    font-size: 16px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    margin: 0 10px 0 0;
    color: #fff;
    background: #0069BE;
    border-radius: 3px;
}
.info2 > div {
    position: absolute;
    top: -25px;
    left: 25px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.9);
    padding: 15px;
    border-radius: 5px;
    min-width: 200px;
    color: #fff !important;
    line-height: 130% !important;
    font-weight: 400;
    display: none;
    font-size: 14px;
}
.info2 > div:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f059";
    color: #fff;
    display: block;
    font-size: 34px;
    text-align: center;
    margin: 0 0 10px;
}
.info2 > div:after {
    content: "";
    border: 5px solid transparent;
    height: 0;
    width: 0;
    border-right-color: rgba(30, 17, 14, 0.9);
    position: absolute;
    left: -10px;
    top: 30px;
}
.info2:hover > div {
    display: block;
}
.dot {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 16px;
    font-weight: 700;
    color: #646464;
    line-height: 22px;
    margin: 0 0 20px;
}
.dot:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c8";
    color: #0069BE;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    line-height: 22px;
}
.help {
    display: inline-block;
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 30px;
    font-size: 16px;
    color: #646464;
    line-height: 20px;
    font-weight: 700;
}
.help.mb0 {
    margin-bottom: 0;
}
.help:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f128";
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    font-size: 16px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    margin: 0 10px 0 0;
    color: #fff;
    background: #0069BE;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
}
.help > div {
    position: absolute;
    top: -25px;
    left: 25px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.9);
    padding: 15px;
    border-radius: 5px;
    min-width: 200px;
    color: #fff !important;
    line-height: 130% !important;
    font-weight: 400;
    display: none;
    font-size: 14px;
}
.help > div:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f059";
    color: #fff;
    display: block;
    font-size: 34px;
    text-align: center;
    margin: 0 0 10px;
}
.help > div:after {
    content: "";
    border: 5px solid transparent;
    height: 0;
    width: 0;
    border-right-color: rgba(30, 17, 14, 0.9);
    position: absolute;
    left: -10px;
    top: 30px;
}
.help:hover > div {
    display: block;
}
.filter {
    background: #2c3240;
    padding: 20px;
    margin: 0 -20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.filter:after {
    content: "";
    display: block;
    clear: both;
}
.filter .table {
    display: table;
    width: 100%;
}
.filter .field {
    display: table-cell;
    width: 286px;
}
.filter .field:after {
    content: "";
    display: block;
    clear: both;
}
.filter .field label {
    float: left;
    width: 86px;
    line-height: 40px;
}
.filter .field .select-wrapper {
    float: left;
    width: 200px;
}
.filter .spacer {
    display: table-cell;
    width: 40px;
    position: relative;
}
.filter .spacer:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.1);
}
.copylink {
    position: absolute;
    top: 0;
    right: 0;
    color: 9FABBD;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}
.copylink:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c5";
    margin: 0 5px 0 0;
}
.copylink:hover {
    background: #d31138;
    color: #fff;
}
.button-add {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    color: #3c3c3c;
    cursor: pointer;
    font-weight: 700;
}
.button-add:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    background: #2c8c37;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin: 0 10px 0 0;
    border-radius: 5px;
}
.button-add:hover:before {
    background: #399f43;
}
.mediabox {
    margin: 0 -10px 10px 0;
}
.uploadifive-button {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    color: #3c3c3c;
    cursor: pointer;
    font-weight: 700;
}
.uploadifive-button:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    background: #2c8c37;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin: 0 10px 0 0;
    border-radius: 5px;
}
.uploadifive-button:hover:before {
    background: #399f43;
}
.uploadifive-queue-item {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 0 0 30px;
    height: 20px;
    line-height: 20px;
    margin: 0 0 10px;
    position: relative;
    font-size: 16px;
}
.uploadifive-queue-item:after {
    content: "";
    display: block;
    clear: both;
}
.uploadifive-queue-item img {
    float: left;
    margin: 0 5px 0 0;
    padding: 2px;
}
.uploadifive-queue-item .close {
    display: block;
    height: 16px;
    width: 16px;
    text-indent: -9999px;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 100;
    font-size: 10px;
}
.uploadifive-queue-item .close:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    background: #d31138;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
    height: 16px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
}
.uploadifive-queue-item .progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.uploadifive-queue-item .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0069BE;
    height: 100%;
    width: 0;
}
.uploadifive-queue-item .filename {
    position: absolute;
    width: 100%;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    line-height: 20px;
    margin: -10px 0 0;
    display: none !important;
}
.uploadifive-queue-item .fileinfo {
    display: none !important;
}
.uploadifive-queue-item .bgimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: #ccc;
}
.uploadifive-queue-item .bgimage img {
    width: 100%;
    height: 100%;
    border: none;
}
.mediabox .button-wrapper:after,
.mediabox:after,
.queues:after {
    content: "";
    display: block;
    clear: both;
}
.mediabox .button,
.mediabox .uploadifive-button {
    margin: 0 10px 0 0;
}
.uploadifive-queue-item-progress {
    clear: both;
    background-color: #f5f5f5;
    border-bottom: 1px dotted #d5d5d5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font:
        12px Arial,
        Helvetica,
        Sans-serif;
    padding: 15px;
    margin: 0 0 5px;
}
.uploadifive-queue-item-progress .close {
    background: url(uploadifive-cancel.png) no-repeat;
    display: block;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}
.uploadifive-queue-item-progress .progress {
    background: rgba(0, 0, 0, 0.1);
    height: 3px;
    margin-top: 5px;
    width: 100%;
}
.uploadifive-queue-item-progress .progress-bar {
    background-color: #0069BE;
    height: 3px;
    width: 0;
}
.uploadifive-queue-item-progress.complete {
    display: none;
}
.error-msg {
    margin: 0 0 10px;
    padding: 0;
    display: none;
}
.error-msg p {
    margin: 0;
    padding: 0;
}
input[type="date"].error,
input[type="email"].error,
input[type="number"].error,
input[type="password"].error,
input[type="text"].error,
textarea.error {
    background: #f99;
}
.onError .select-wrapper,
.onError input[type="checkbox"] + label:before,
.onError input[type="date"],
.onError input[type="email"],
.onError input[type="number"],
.onError input[type="password"],
.onError input[type="radio"] + label:before,
.onError input[type="text"],
.onError textarea {
    background: #f99 !important;
}
.fielderror {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 10px;
    top: -10px;
    display: none;
    cursor: help;
    background: #fff;
    border-radius: 50%;
    z-index: 100;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.fielderror:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06a";
    display: block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: red;
    font-size: 14px;
}
.fielderror .errortext {
    display: none;
    position: absolute;
    top: -30px;
    padding: 0 10px;
    right: -5px;
    white-space: nowrap;
    height: 25px;
    line-height: 25px;
    z-index: 100;
    color: #fff;
    font-size: 14px;
    background: red;
}
.fielderror .errortext:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    border: 5px solid transparent;
    border-top-color: red;
    position: absolute;
    bottom: -10px;
    right: 10px;
}
.fielderror:hover .errortext {
    display: block;
}
.chb-wrapper .fielderror {
    height: 25px;
    line-height: 25px;
}
.chb-wrapper .fielderror:before {
    height: 25px;
    width: 25px;
    line-height: 25px;
}
label + input + .fielderror,
label + textarea + .fielderror {
    top: 20px;
}
label + input + .fielderror .errortext,
label + textarea + .fielderror .errortext {
    top: -30px;
    right: -5px;
}
label + .select-wrapper + .fielderror {
    top: 20px;
}
label + .select-wrapper + .fielderror .errortext {
    top: -30px;
    right: -5px;
}
.customer-info .fielderror {
    top: 0;
}
div.error {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    cursor: help;
}
div.error:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06a";
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: red;
    font-size: 16px;
}
div.error img {
    display: none;
}
div.error span {
    display: none;
    position: absolute;
    top: -25px;
    padding: 0 10px;
    right: 0;
    white-space: nowrap;
    height: 25px;
    line-height: 25px;
    z-index: 100;
    color: #fff;
    border-radius: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: red;
}
div.error span:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    border: 5px solid transparent;
    border-top-color: red;
    position: absolute;
    bottom: -10px;
    right: 10px;
}
div.error:hover span {
    display: block;
}
.chb-wrapper div.error {
    top: 0;
    left: -30px;
    right: auto;
}
.chb-wrapper div.error:before {
    height: 25px;
    width: 25px;
    line-height: 25px;
}
.select-wrapper + div.error {
    z-index: 200;
    right: 30px;
    height: 28px;
    line-height: 28px;
}
.select-wrapper + div.error:before {
    height: 28px;
    width: 28px;
    line-height: 28px;
}
label + input + div.error,
label + textarea + div.error {
    top: 25px;
}
.success-msg {
    display: none;
    background: #56940a;
    color: #fff;
    padding: 10px 15px;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
}
.error-info {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 15px;
    font-size: 17px;
    font-weight: 700;
    background: red;
}
.error-info:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f071";
    margin: 0 10px 0 0;
}
.success-info {
    display: inline-block;
    color: #fff;
    padding: 10px 15px 10px 45px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    background: #56940a;
    position: relative;
}
.success-info:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f058";
    margin: 0;
    position: absolute;
    left: 15px;
    top: 5px;
    height: 30px;
    line-height: 30px;
}
.success-info.message1text {
    background: #f60;
}
.success-info.message1text:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f071";
    line-height: 30px;
}
.error-message {
    display: none;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 700;
    background: red;
}
.textshadow {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.block {
    position: relative;
}
.block:after {
    content: "";
    display: block;
    clear: both;
}
.block.border:last-child {
    border-bottom: 1px dashed #3c3c3c;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.block.border .remove {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    background: #e5e5e5;
    color: #8c8c8c;
    font-size: 14px;
}
.block.border .remove:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    margin: 0 5px 0 0;
}
.block.border .remove:hover {
    background: #d31138;
    color: #fff;
}
.block.border .remove-wrapper {
    height: 20px;
    position: relative;
    display: block;
    margin: 0 0 10px;
}
.block.border .remove-wrapper:before {
    content: "";
    height: 0;
    width: 100%;
    border-bottom: 1px dashed #3c3c3c;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.block.border .remove-wrapper .remove {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    line-height: 20px;
    padding: 0;
    background: #0069BE;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}
.block.border .remove-wrapper .remove:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    margin: 0;
}
.block.border .remove-wrapper .remove:hover {
    background: #d31138;
    color: #fff;
}
.block.career .title {
    color: #3c3c3c;
    margin: 0 0 5px;
    padding: 0;
}
.blockheader {
    height: 60px;
    line-height: 60px;
    padding: 0 80px;
    background: #00285C;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    left: -80px;
    margin: 0 0 60px;
    position: relative;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}
.blockheader:before {
    content: "";
    height: 0;
    width: 0;
    border: 10px solid transparent;
    top: -20px;
    left: 0;
    position: absolute;
    border-right-color: #00285C;
    border-bottom-color: #00285C;
}
.blockheader:after {
    content: "";
    position: absolute;
    top: 0;
    height: 60px;
    width: 60px;
    right: -60px;
    background: url(../img/blockheader-bg.png) no-repeat;
}
.blockcontent {
    position: relative;
}
.blockcontent:after {
    content: "";
    display: block;
    clear: both;
}
.password_link {
    color: #0069BE;
    font-size: 14px;
}
.password_link:hover {
    color: #2c8c35;
    text-decoration: underline;
}
.salemembers_wrapper {
    display: table;
    width: 100%;
}
.salemembers_wrapper:after {
    content: "";
    display: block;
    clear: both;
}
.salemembers_wrapper .group {
    display: table-cell;
    vertical-align: top;
    width: 319px;
    padding: 0 30px;
    border-left: 1px solid #ddd;
}
.salemembers_wrapper .group:first-child {
    padding: 0 30px 0 0;
    border: none;
}
.salemembers_wrapper .group:last-child {
    padding: 0 0 0 30px;
}
.footer-block {
    position: relative;
    margin: -20px 0 0;
    padding: 20px 0;
}
.footer-block:after {
    content: "";
    display: block;
    clear: both;
}
.footer-block:before {
    content: "";
    height: 80px;
    width: 1240px;
    background: url(../img/footer-block.png) top center no-repeat;
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
}
.footer-block .col {
    float: left;
    width: 400px;
    position: relative;
    z-index: 20;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.footer-block .col.col1,
.footer-block .col.col2 {
    padding: 0 30px 0 20px;
}
.footer-block .col.col3 {
    padding: 0 40px 0 0;
}
.footer-block .col .coltitle {
    height: 60px;
    line-height: 60px;
    margin: 0 0 40px;
    padding: 0 20px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.customer-info {
    background: url(../img/customer-info.png) bottom center no-repeat #e6e6e6;
    padding: 10px 40px 40px;
    height: 300px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.customer-info:after {
    content: "";
    height: 10px;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.customer-info .field {
    background: #0069BE;
    margin: 0 0 8px;
}
.customer-info input,
.customer-info textarea {
    background: #fff;
    color: #8c8c8c;
    float: right;
    width: 210px;
}
.customer-info input::-webkit-input-placeholder,
.customer-info textarea::-webkit-input-placeholder {
    color: #646464;
}
.customer-info input:-moz-placeholder,
.customer-info textarea:-moz-placeholder {
    color: #646464;
    opacity: 1;
}
.customer-info input::-moz-placeholder,
.customer-info textarea::-moz-placeholder {
    color: #646464;
    opacity: 1;
}
.customer-info input:-ms-input-placeholder,
.customer-info textarea:-ms-input-placeholder {
    color: #646464;
}
.customer-info label {
    float: left;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: 70px;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
.customer-info button {
    float: right;
    background: 0 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 20px;
}
.customer-info button:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f003";
    margin: 0 10px 0 0;
}
footer {
    background: url(../img/footer-bg.png) top center no-repeat;
    height: 107px;
    color: #fff;
}
footer .container {
    height: 60px;
    line-height: 60px;
}
footer .copyright {
    float: left;
    margin: 0 0 0 20px;
}
footer .menu {
    float: left;
    margin: 0 0 0 40px;
}
footer .menu a {
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    border-left: 1px solid #fff;
    color: #fff;
}
footer .menu a:first-child {
    border: none;
}
footer .social {
    float: left;
}
footer .social a {
    color: #fff;
}
.pager {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 40px 0 0;
    margin: 0;
    border-top: 1px dotted #e5e5e5;
}
.pager table {
    width: 100%;
}
.pager table tr td {
    text-align: center;
}
.pager table tr td:after {
    content: "";
    display: block;
    clear: both;
}
.pager a,
.pager span {
    display: inline-block;
    margin: 0 1px 0 0;
    font-size: 14px;
    font-family: 'Roboto';
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
}
.pager .next,
.pager .prev {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 200px;
    overflow: hidden;
    position: relative;
    color: #fff;
}
.pager .next:before,
.pager .prev:before {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    top: 0;
    left: 0;
    font-size: 14px;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    color: #fff;
    background: #0069BE;
}
.pager .prev {
    left: 0;
    margin: 0 10px 0 0;
    float: left;
}
.pager .prev:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053";
}
.pager .next {
    right: 0;
    margin: 0 0 0 9px;
    float: right;
}
.pager .next:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
}
.pager a,
.pager a:link,
.pager a:visited {
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    color: #646464;
}
.pager a:hover,
.pager a:link:hover,
.pager a:visited:hover {
    color: #0069BE;
}
.pager a.next:hover:before,
.pager a.prev:hover:before,
.pager a:link.next:hover:before,
.pager a:link.prev:hover:before,
.pager a:visited.next:hover:before,
.pager a:visited.prev:hover:before {
    background: #f0f0f0;
    color: #d31138;
}
.pager span {
    color: #0069BE;
    font-weight: 700;
}
.pager span.next,
.pager span.prev {
    opacity: 0.3;
}
.overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    display: none;
}
.popup {
    position: fixed;
    width: 600px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2200;
    display: none;
}
.popup .table {
    display: table;
    height: 100%;
}
.popup .cell {
    display: table-cell;
    height: 100%;
    width: 600px;
    vertical-align: middle;
}
.popup .inner_wrapper {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 5px;
}
.popup .head {
    height: 80px;
    background: url(../img/popup_bg.jpg) top center no-repeat;
    border-bottom: 4px solid #e4e4e4;
    border-radius: 5px 5px 0 0;
    position: relative;
}
.popup .head .close {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    color: #fff;
    background: #0069BE;
    border-radius: 3px;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
    cursor: pointer;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}
.popup .head .close:hover {
    background: #399f43;
}
.popup .head .close:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
}
.popup .popupcontent {
    padding: 40px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    max-height: 300px;
    overflow-y: auto;
}
.popup .popupcontent:after {
    content: "";
    display: block;
    clear: both;
}
.popup .popupcontent a {
    color: #0069BE;
}
.popup .popupcontent p {
    padding: 0;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 150%;
    color: #646464;
    text-align: justify;
}
.popup .popupcontent p strong {
    color: #3c3c3c;
}
.popup .popupcontent iframe,
.popup .popupcontent img {
    max-width: 100%;
    height: auto;
}
.popup .popupcontent ul {
    overflow: auto;
    padding: 10px 0 0 10px;
}
.popup .popupcontent ul li {
    position: relative;
    color: #646464;
}
.popup .popupcontent table.tablazat {
    border-collapse: collapse;
}
.popup .popupcontent table.tablazat tr td,
.popup .popupcontent table.tablazat tr th {
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
    color: #646464;
    font-size: 18px;
}
.popup .popupcontent table.tablazat tr td h1,
.popup .popupcontent table.tablazat tr td h2,
.popup .popupcontent table.tablazat tr td h3,
.popup .popupcontent table.tablazat tr td h4,
.popup .popupcontent table.tablazat tr td h5,
.popup .popupcontent table.tablazat tr td h6,
.popup .popupcontent table.tablazat tr td p,
.popup .popupcontent table.tablazat tr th h1,
.popup .popupcontent table.tablazat tr th h2,
.popup .popupcontent table.tablazat tr th h3,
.popup .popupcontent table.tablazat tr th h4,
.popup .popupcontent table.tablazat tr th h5,
.popup .popupcontent table.tablazat tr th h6,
.popup .popupcontent table.tablazat tr th p {
    margin: 0;
    padding: 0;
}
.popup .popupcontent ol li {
    position: relative;
    color: #646464;
    margin: 0 0 5px;
}
.popup .popupcontent ol:not([style*="list-style-type"]) {
    overflow: auto;
    padding: 10px 0 0 10px;
    counter-reset: item;
}
.popup .popupcontent ol:not([style*="list-style-type"]) li {
    margin: 0 0 5px;
    padding-left: 30px;
    list-style-type: none;
    counter-increment: item;
    position: relative;
}
.popup .popupcontent ol:not([style*="list-style-type"]) li:before {
    display: block;
    width: 1em;
    font-weight: 700;
    content: counter(item) ".";
    min-width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #0069BE;
}
.popup .popupcontent ul li {
    padding: 0 0 0 30px;
    margin: 0 0 5px;
    list-style: none;
}
.popup .popupcontent ul li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c8";
    width: 20px;
    height: 20px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #0069BE;
}
.popup .popupcontent ul.downloads li a {
    color: #646464;
}
.popup .popupcontent ul.downloads li a:hover {
    color: #0069BE;
}
.popup .popupcontent h1,
.popup .popupcontent h2,
.popup .popupcontent h3,
.popup .popupcontent h4,
.popup .popupcontent h5,
.popup .popupcontent h6 {
    margin: 0 0 20px;
    padding: 0;
    font-weight: 900;
    text-transform: uppercase;
    color: #0069BE;
    font-family: 'Roboto';
}
.popup .popupcontent h1:first-child,
.popup .popupcontent h2:first-child,
.popup .popupcontent h3:first-child,
.popup .popupcontent h4:first-child,
.popup .popupcontent h5:first-child,
.popup .popupcontent h6:first-child {
    padding: 0;
}
.popup .popupcontent h1.f40,
.popup .popupcontent h2.f40,
.popup .popupcontent h3.f40,
.popup .popupcontent h4.f40,
.popup .popupcontent h5.f40,
.popup .popupcontent h6.f40 {
    font-size: 40px;
}
.popup .popupcontent h1.mb0,
.popup .popupcontent h2.mb0,
.popup .popupcontent h3.mb0,
.popup .popupcontent h4.mb0,
.popup .popupcontent h5.mb0,
.popup .popupcontent h6.mb0 {
    margin: 0;
}
.popup .popupcontent h1,
.popup .popupcontent h2 {
    font-size: 26px;
}
.popup .popupcontent h3,
.popup .popupcontent h4 {
    font-size: 22px;
}
.popup .popupcontent h5,
.popup .popupcontent h6 {
    font-size: 18px;
}
.popup .popupcontent img.leftimg {
    margin: 3px 20px 20px 0;
}
.popup .popupcontent img.rightimg {
    margin: 3px 0 20px 20px;
}
.popup .popupcontent p:last-child {
    margin: 0;
}
#imageslider .button-wrapper {
    position: absolute;
    height: 60px;
    width: 100%;
    background: rgba(255, 255, 255, 0.4);
    left: 0;
    bottom: 0;
    padding: 10px 0;
    text-align: center;
    z-index: 100;
}
.mintafile {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: #f0f0f0;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 16px;
    color: #646464 !important;
    font-weight: 400;
}
.mintafile:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c8";
    color: #0069BE;
    font-size: 12px;
    line-height: 40px;
    margin: 0 10px 0 0;
    float: left;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}
.mintafile:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f101";
    margin: 0 0 0 10px;
    float: right;
    line-height: 40px;
    color: #646464;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}
.mintafile:hover {
    background: #0069BE;
    color: #fff !important;
}
.mintafile:hover:after,
.mintafile:hover:before {
    color: #fff;
}
.tabs .nav {
    display: table;
    list-style: none;
    margin: 0 auto 30px;
    padding: 0;
    width: 100%;
    width: 930px;
}
.tabs .nav li {
    display: table-cell;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    background: #0069BE;
    color: #fff;
    padding: 0;
}
.tabs .nav li a {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    padding: 0 10px;
    font-weight: 700;
    font-family: 'Roboto';
}
.tabs .nav li a:before {
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c8";
    font-size: 12px;
    margin: 0 10px 0 0;
    line-height: 40px;
    float: left;
}
.tabs .nav li a.current {
    background: #2c8c35;
}
.tabs .nav li a.current:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    border: 10px solid transparent;
    border-top-color: #2c8c35;
}
.tabs .list-wrap {
    padding: 40px;
    border: 1px solid #f0f0f0;
    border-top: none;
    margin: -30px 0 0;
}
.tabs .list-wrap .title {
    color: #e5e5e5;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 15px;
}
.infobox {
    background: #f0f0f0;
    padding: 17px 15px 15px 60px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #3c3c3c;
}
.infobox:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f128";
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 10px 0 0;
    color: #fff;
    background: #0069BE;
    border-radius: 3px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.toggle {
    margin: 0 0 30px;
}
.toggle > h2,
.toggle > h3,
.toggle > h4,
.toggle > h5 {
    font-size: 22px !important;
    margin: 0 0 10px !important;
    cursor: pointer !important;
}
.toggle > h2:before,
.toggle > h3:before,
.toggle > h4:before,
.toggle > h5:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f152";
    margin: 0 10px 0 0;
    transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}
.toggle > h2.opened:before,
.toggle > h3.opened:before,
.toggle > h4.opened:before,
.toggle > h5.opened:before {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.toggle blockquote {
    background: #f0f0f0;
    padding: 20px;
    margin: 0;
    display: none;
}
.toggle blockquote p:last-child {
    margin: 0;
}
.items_table {
    display: table;
}
.items_table .row {
    display: table-row;
}
.items_table .row .cell {
    display: table-cell;
    padding: 5px 0;
    width: 90px;
    border-bottom: 1px solid #ccc;
}
.items_table .row .cell:last-child {
    width: 20px;
}
.items_table .row .cell:first-child {
    width: 150px;
}
.items_table .remove {
    display: block;
    height: 20px;
    width: 20px;
    background: red;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
}
.items_table .remove:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
}
.row-meta {
    margin: 0;
    padding: 0 10px;
    font-size: 15px;
    background: #0069BE;
    border-radius: 3px;
    clear: both;
    font-family: 'Roboto';
    height: 25px;
    line-height: 25px;
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    position: relative;
    top: -8px;
}
.row-meta:before {
    content: "";
    border: 5px solid transparent;
    border-bottom-color: #0069BE;
    position: absolute;
    top: -10px;
    left: 10px;
}
.country_selector {
    text-align: center;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #0069BE;
}
.country_selector a {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #399f43;
    border-radius: 5px;
    color: #0069BE;
    margin: 0 5px;
}
.country_selector a.wide {
    width: auto;
    padding: 0 10px;
    min-width: 10px;
}
.country_selector a:hover {
    background: #ccedcf;
}
.country_selector a.active {
    background: #0069BE;
    color: #fff;
}
.login_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: normal;
    align-content: normal;
}
.login_wrapper .fields {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    align-content: normal;
    gap: 10px;
}
.login_wrapper .fields .field {
    width: 200px;
    margin: 0;
} /*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.1.0);
    src:
        url(../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format("embedded-opentype"),
        url(../fonts/fontawesome-webfont.woff?v=4.1.0) format("woff"),
        url(../fonts/fontawesome-webfont.ttf?v=4.1.0) format("truetype"),
        url(../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: 0.08em solid #eee;
    border-radius: 0.1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}
.fa-krw:before,
.fa-won:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    background: #c8c8c8;
    font-size: 18px;
}
.container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}
.container:after {
    content: "";
    display: block;
    clear: both;
}
.page {
    background: #fff;
    padding: 0;
}
.page:after {
    content: "";
    display: block;
    clear: both;
}
.content {
    padding: 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.home .content {
    padding: 0;
}
.content.home {
    background: url(../img/home.jpg) bottom right no-repeat;
}
.content.image1 {
    padding-right: 460px;
    background: url(../img/image1.jpg) top right no-repeat;
}
.content.image1a {
    padding-right: 460px;
    background: url(../img/image1a.jpg) top right no-repeat;
}
.content.image2 {
    padding-right: 400px;
    background: url(../img/image2.jpg) top right no-repeat;
}
.content.image3 {
    background: url(../img/image3.jpg) bottom right no-repeat;
}
.content.image4 {
    padding-right: 460px;
    background: url(../img/image4.jpg) top right no-repeat;
}
.content.image5 {
    padding-right: 460px;
    background: url(../img/image5.jpg) top right no-repeat;
}
.content.image6 {
    padding-right: 460px;
    background: url(../img/image6.jpg) top right no-repeat;
}
.home-content {
    padding: 60px 360px 60px 60px;
}
.leftcontent {
    float: left;
    width: 680px;
}
.sidebar {
    width: 330px;
    float: right;
}
header {
    position: relative;
    margin: 0 auto;
    height: 120px;
    background: #fff;
    z-index: 600;
}
header .logo {
    display: block;
    position: absolute;
    width: 230px;
    height: 76px;
    background: url(../img/logo.png) no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 60px;
    margin: auto;
}
header .slogan {
    font-size: 24px;
    text-transform: uppercase;
    color: #0069BE;
    font-weight: 900;
    position: absolute;
    height: 40px;
    line-height: 40px;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 400px;
    text-align: center;
    margin: auto;
}
header .slogan a {
    color: #0069BE;
}
header .slogan a:hover {
    color: #399f43;
}
header .languages {
    position: absolute;
    height: 30px;
    line-height: 30px;
    top: 0;
    right: 40px;
    margin: auto;
}
header .languages:after {
    content: "";
    display: block;
    clear: both;
}
header .languages a {
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    display: block;
    float: left;
    font-weight: 700;
    background: #0069BE;
    font-size: 14px;
}
header .languages a:first-child {
    border-radius: 0 0 0 5px;
}
header .languages a:last-child {
    border-radius: 0 0 5px;
}
header .languages a.active {
    background: #0498E3;
}
header .search {
    position: absolute;
    bottom: 25px;
    right: 40px;
    margin: auto;
    height: 40px;
    width: 210px;
}
header .search input {
    padding-right: 40px;
}
header .search button {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #2c8c35;
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 14px;
}
header .search button:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    background: 0 0;
    width: auto;
    height: auto;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
}
header .search button:after {
    background: 0 0;
    display: none;
}
header .user-widget {
    position: absolute;
    top: 0;
    right: 130px;
    z-index: 300;
}
header .user-widget .login_button {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 200px;
    text-align: center;
    display: block;
    float: left;
    font-weight: 700;
    background: #2c8c35;
    font-size: 14px;
    border-radius: 0 0 5px 5px;
}
header .user-widget .usermenu ul,
header .user-widget .usermenu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
header .user-widget .usermenu > ul > li {
    position: relative;
}
header .user-widget .usermenu > ul > li a {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 110%;
}
header .user-widget .usermenu > ul > li > span {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 200px;
    text-align: center;
    display: block;
    float: left;
    font-weight: 700;
    background: #2c8c35;
    font-size: 14px;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
}
header .user-widget .usermenu > ul > li > span:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    margin: 0 0 0 5px;
}
header .user-widget .usermenu > ul > li > ul {
    position: absolute;
    top: 30px;
    border-top: 4px solid #fff;
    width: 200px;
    background: #2c8c35;
    border-radius: 5px;
    display: none;
}
header .user-widget .usermenu > ul > li > ul > li {
    display: table;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header .user-widget .usermenu > ul > li > ul > li > a {
    display: table-cell;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 60px;
    padding: 0 20px;
    vertical-align: middle;
}
header .user-widget .usermenu > ul > li > ul > li > a:hover {
    background: rgba(0, 0, 0, 0.1);
}
header .user-widget .usermenu > ul > li > ul > li.sep > span {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px 20px;
    font-weight: 700;
    color: #3c3c3c;
    font-size: 16px;
    text-align: center;
    background: #dadada;
}
header .user-widget .usermenu > ul > li > ul > li.sep > span:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    margin: 0 0 0 5px;
}
header .user-widget .usermenu > ul > li > ul > li.sep > ul {
    padding: 5px 0;
}
header .user-widget .usermenu > ul > li > ul > li.sep > ul > li {
    line-height: 110%;
    text-align: center;
}
header .user-widget .usermenu > ul > li > ul > li.sep > ul > li a {
    padding: 5px 10px;
    display: block;
    text-align: center;
}
header .user-widget .usermenu > ul > li > ul > li.sep > ul > li a:hover {
    background: rgba(0, 0, 0, 0.1);
}
header .user-widget .usermenu > ul:hover > li > ul {
    display: block;
}
.mainmenu-wrapper {
    height: 70px;
    position: relative;
    z-index: 200;
    background: url(../img/mainmenu.png) top center no-repeat;
}
.mainmenu-wrapper .mainmenu {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 200;
}
.mainmenu-wrapper .mainmenu ul,
.mainmenu-wrapper .mainmenu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mainmenu-wrapper .mainmenu > ul {
    display: table;
    width: 100%;
    height: 70px;
}
.mainmenu-wrapper .mainmenu > ul > li {
    display: table-cell;
    position: relative;
    height: 70px;
}
.mainmenu-wrapper .mainmenu > ul > li:before {
    content: "";
    height: 40px;
    width: 1px;
    position: absolute;
    top: 10px;
    margin: auto;
    left: 0;
    background: #00285C;
    z-index: 100;
}
.mainmenu-wrapper .mainmenu > ul > li:first-child:before {
    display: none;
}
.mainmenu-wrapper .mainmenu > ul > li > .table {
    display: table;
    width: 100%;
}
.mainmenu-wrapper .mainmenu > ul > li > .table > a {
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    height: 60px;
    text-align: center;
    padding: 0 0 10px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
.mainmenu-wrapper .mainmenu > ul > li > .table > a:hover {
    background: url(../img/menu.png) center no-repeat;
    background-clip: padding-box;
}
.mainmenu-wrapper .mainmenu > ul > li > .table > a:hover:after,
.mainmenu-wrapper .mainmenu > ul > li > .table > a:hover:before {
    content: "";
    height: 70px;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: -10px;
    background: url(../img/menu.png) no-repeat;
}
.mainmenu-wrapper .mainmenu > ul > li > .table > a:hover:before {
    background-position: top left;
    left: 0;
}
.mainmenu-wrapper .mainmenu > ul > li > .table > a:hover:after {
    background-position: top right;
    right: 0;
}
.mainmenu-wrapper .mainmenu > ul > li > ul {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    min-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.mainmenu-wrapper .mainmenu > ul > li > ul > li > a {
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    background: #0069BE;
    position: relative;
}
.mainmenu-wrapper .mainmenu > ul > li > ul > li > a:hover {
    background: #5cc465;
}
.mainmenu-wrapper .mainmenu > ul > li > ul > li:nth-child(even) > a {
    background: #399f43;
}
.mainmenu-wrapper .mainmenu > ul > li > ul > li:nth-child(even) > a:hover {
    background: #4cbf57;
}
.mainmenu-wrapper .mainmenu > ul > li:first-child > .table > a:before {
    background-position: top center;
}
.mainmenu-wrapper .mainmenu > ul > li:last-child > .table > a:after {
    background-position: top center;
}
.mainmenu-wrapper .mainmenu > ul > li:hover > .table > a {
    background: url(../img/menu.png) center no-repeat;
    background-clip: padding-box;
}
.mainmenu-wrapper .mainmenu > ul > li:hover > .table > a:after,
.mainmenu-wrapper .mainmenu > ul > li:hover > .table > a:before {
    content: "";
    height: 70px;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: -10px;
    background: url(../img/menu.png) no-repeat;
}
.mainmenu-wrapper .mainmenu > ul > li:hover > .table > a:before {
    background-position: top left;
    left: 0;
}
.mainmenu-wrapper .mainmenu > ul > li:hover > .table > a:after {
    background-position: top right;
    right: 0;
}
.mainmenu-wrapper .mainmenu > ul > li:hover > ul {
    display: block;
}
.list .row:after,
.list:after {
    content: "";
    display: block;
    clear: both;
}
.list .item {
    position: relative;
}
.list .item:after {
    content: "";
    display: block;
    clear: both;
}
.list .item .title {
    line-height: 130%;
}
.list .item .image img {
    display: block;
    margin: 0 auto;
}
.list .item .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.list.default {
    position: relative;
}
.list.default .item {
    display: table;
    width: 100%;
    margin: 0 0 40px;
}
.list.default .item .image {
    display: table-cell;
    vertical-align: top;
    padding: 0 20px 0 0;
    width: 300px;
}
.list.default .item .data {
    display: table-cell;
    vertical-align: top;
}
.list.default .item .data:after {
    content: "";
    display: block;
    clear: both;
}
.list.default .item .data a {
    color: #0069BE;
}
.list.default .item .data p {
    padding: 0;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 150%;
    color: #646464;
    text-align: justify;
}
.list.default .item .data p strong {
    color: #3c3c3c;
}
.list.default .item .data iframe,
.list.default .item .data img {
    max-width: 100%;
    height: auto;
}
.list.default .item .data ul {
    overflow: auto;
    padding: 10px 0 0 10px;
}
.list.default .item .data ul li {
    position: relative;
    color: #646464;
}
.list.default .item .data table.tablazat {
    border-collapse: collapse;
}
.list.default .item .data table.tablazat tr td,
.list.default .item .data table.tablazat tr th {
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
    color: #646464;
    font-size: 18px;
}
.list.default .item .data table.tablazat tr td h1,
.list.default .item .data table.tablazat tr td h2,
.list.default .item .data table.tablazat tr td h3,
.list.default .item .data table.tablazat tr td h4,
.list.default .item .data table.tablazat tr td h5,
.list.default .item .data table.tablazat tr td h6,
.list.default .item .data table.tablazat tr td p,
.list.default .item .data table.tablazat tr th h1,
.list.default .item .data table.tablazat tr th h2,
.list.default .item .data table.tablazat tr th h3,
.list.default .item .data table.tablazat tr th h4,
.list.default .item .data table.tablazat tr th h5,
.list.default .item .data table.tablazat tr th h6,
.list.default .item .data table.tablazat tr th p {
    margin: 0;
    padding: 0;
}
.list.default .item .data ol li {
    position: relative;
    color: #646464;
    margin: 0 0 5px;
}
.list.default .item .data ol:not([style*="list-style-type"]) {
    overflow: auto;
    padding: 10px 0 0 10px;
    counter-reset: item;
}
.list.default .item .data ol:not([style*="list-style-type"]) li {
    margin: 0 0 5px;
    padding-left: 30px;
    list-style-type: none;
    counter-increment: item;
    position: relative;
}
.list.default .item .data ol:not([style*="list-style-type"]) li:before {
    display: block;
    width: 1em;
    font-weight: 700;
    content: counter(item) ".";
    min-width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #0069BE;
}
.list.default .item .data ul li {
    padding: 0 0 0 30px;
    margin: 0 0 5px;
    list-style: none;
}
.list.default .item .data ul li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c8";
    width: 20px;
    height: 20px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #0069BE;
}
.list.default .item .data ul.downloads li a {
    color: #646464;
}
.list.default .item .data ul.downloads li a:hover {
    color: #0069BE;
}
.list.default .item .data h1,
.list.default .item .data h2,
.list.default .item .data h3,
.list.default .item .data h4,
.list.default .item .data h5,
.list.default .item .data h6 {
    margin: 0 0 20px;
    padding: 0;
    font-weight: 900;
    text-transform: uppercase;
    color: #0069BE;
    font-family: 'Roboto';
}
.list.default .item .data h1:first-child,
.list.default .item .data h2:first-child,
.list.default .item .data h3:first-child,
.list.default .item .data h4:first-child,
.list.default .item .data h5:first-child,
.list.default .item .data h6:first-child {
    padding: 0;
}
.list.default .item .data h1.f40,
.list.default .item .data h2.f40,
.list.default .item .data h3.f40,
.list.default .item .data h4.f40,
.list.default .item .data h5.f40,
.list.default .item .data h6.f40 {
    font-size: 40px;
}
.list.default .item .data h1.mb0,
.list.default .item .data h2.mb0,
.list.default .item .data h3.mb0,
.list.default .item .data h4.mb0,
.list.default .item .data h5.mb0,
.list.default .item .data h6.mb0 {
    margin: 0;
}
.list.default .item .data h1,
.list.default .item .data h2 {
    font-size: 26px;
}
.list.default .item .data h3,
.list.default .item .data h4 {
    font-size: 22px;
}
.list.default .item .data h5,
.list.default .item .data h6 {
    font-size: 18px;
}
.list.default .item .data img.leftimg {
    margin: 3px 20px 20px 0;
}
.list.default .item .data img.rightimg {
    margin: 3px 0 20px 20px;
}
.list.default .item .data .title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #3c3c3c;
}
.list.default .item .data .title i {
    color: #0069BE;
    margin: 0 10px 0 0;
}
.list.default .item .data .title a {
    color: #3c3c3c;
}
.list.default .item .data .title a:hover {
    color: #0069BE;
}
.list.default .item .data .meta {
    font-size: 14px;
    margin: 0 0 20px;
    color: #646464;
}
.list.default .item .data .lead {
    padding: 0;
    font-size: 18px;
    line-height: 150%;
    color: #646464;
    margin: 0 0 20px;
}
.list.logingallery {
    display: grid;
    justify-content: space-between;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.list.logingallery:after {
    display: none;
}
.list.logingallery .item .image img {
    display: block;
    width: 100%;
}
.list.searchresult .item {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
}
.list.news-widget {
    height: 280px;
    margin: 0 0 20px;
}
.list.news-widget .item {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #dcdcdc;
    display: table;
    width: 100%;
}
.list.news-widget .item .image {
    width: 110px;
    display: table-cell;
    vertical-align: top;
}
.list.news-widget .item .image img {
    display: block;
    border: 5px solid #f0f0f0;
}
.list.news-widget .item .data {
    padding: 0 0 0 10px;
    display: table-cell;
    vertical-align: top;
}
.list.news-widget .item .data .title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    color: #0069BE;
}
.list.news-widget .item .data .title a {
    color: #0069BE;
}
.list.news-widget .item .data .lead {
    text-align: left;
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #646464;
    line-height: 20px;
}
.list.news-widget .item .data .lead a {
    color: #0069BE;
}
.list.news-widget .item .data .lead a:hover {
    color: #399f43;
}
.list.simple {
    border-bottom: 1px solid #dcdcdc;
    margin: 0 0 20px;
}
.list.simple .item {
    margin: 0 0 25px;
}
.list.simple .item .title {
    padding: 5px 0 0 40px;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #0069BE;
}
.list.simple .item .title.truncate {
    padding-top: 0;
    height: 30px;
    line-height: 30px;
}
.list.simple .item .title.truncate + .meta {
    margin-top: -5px;
}
.list.simple .item .title a {
    color: #0069BE;
}
.list.simple .item .title:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    color: #fff;
    background: #2c8c37;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.list.simple .item .meta {
    padding: 0 0 0 40px;
    font-size: 16px;
    color: #646464;
}
.list.simple .item:nth-child(even) .title:before {
    background: #0069BE;
}
.list.items .item {
    border-bottom: 1px dashed #3c3c3c;
    padding: 0 0 20px;
}
.list.newswidget .item {
    position: relative;
}
.list.newswidget .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: rgba(0, 0, 0, 0.1);
}
.list.newswidget .item .table {
    display: table;
    width: 100%;
}
.list.newswidget .item .icon {
    display: table-cell;
    width: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 20px 0;
    color: #fff;
}
.list.newswidget .item .icon.type1 {
    background: #ccdb2a;
}
.list.newswidget .item .icon.type2 {
    background: #0069BE;
}
.list.newswidget .item .title {
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
    color: #646464;
    font-family: 'Roboto';
}
.list.career {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.list.career .item {
    border-bottom: 1px solid #dcdcdc;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.list.career .item .title {
    font-size: 20px;
    font-weight: 700;
    color: #0069BE;
    margin: 0 0 15px;
}
.list.career .item .title a {
    color: #082e4d;
}
.list.career .item .data {
    padding: 0;
    font-size: 18px;
    line-height: 150%;
    color: #646464;
    margin: 0 0 10px;
}
.list.careers {
    margin: 0 -20px 0 0;
}
.list.careers .item {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 300px;
    margin: 0 0 10px 30px;
    background: #0069BE;
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.list.careers .item:before {
    content: "";
    height: 60px;
    width: 29px;
    background: url(../img/careers-list-bg.png) no-repeat;
    position: absolute;
    top: 0;
    left: -29px;
}
.list.careers .item.active {
    background: #2e9438;
}
.list.management {
    margin: 0 -90px 0 0;
}
.list.management .item {
    width: 300px;
    height: 340px;
    background: #e6e6e6;
    border-radius: 5px;
    border-top: 10px solid #d2d2d2;
    float: left;
    margin: 0 90px 90px 0;
    padding: 20px 10px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.list.management .item .image img {
    display: block;
    width: 280px;
    height: 300px;
}
.list.management .item .title-wrapper {
    position: absolute;
    width: 260px;
    bottom: -25px;
    right: -20px;
    background: #b5c417;
    color: #fff;
    display: table;
}
.list.management .item .title-wrapper .cell {
    display: table-cell;
    height: 80px;
    vertical-align: middle;
    padding: 0 20px;
}
.list.management .item .title-wrapper .title {
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    line-height: 100%;
    font-size: 20px;
    font-weight: 700;
}
.list.management .item .title-wrapper .meta {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #fff;
}
.list.management .item .title-wrapper:before {
    content: "";
    height: 80px;
    width: 29px;
    background: url(../img/title-bg2.png) no-repeat;
    position: absolute;
    top: 0;
    left: -29px;
}
.list.management .item .title-wrapper:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: -20px;
    right: 0;
    border: 10px solid transparent;
    border-bottom-color: #9aa70a;
    border-left-color: #9aa70a;
}
.list.management_grid {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.list.management_grid .item {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #f0f0f0;
    border-radius: 5px;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.list.management_grid .item .image {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.list.management_grid .item .image img {
    display: block;
    width: 100%;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.list.management_grid .item .data {
    padding: 25px 15px 15px;
    position: relative;
    text-align: left;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: normal;
    gap: 5px;
}
.list.management_grid .item .data .titulus {
    font-weight: 700;
    color: #646464;
}
.list.management_grid .item .data .company {
    color: #646464;
}
.list.management_grid .item .title {
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    font-weight: 700;
    margin: 0 0 10px;
    position: absolute;
    top: -40px;
    right: -10px;
    background: #2c8c37;
    color: #fff;
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: normal;
    padding: 0 20px;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.list.management_grid .item .title:before {
    content: "";
    height: 100%;
    width: 29px;
    background: url(../img/title-bg3.png) right no-repeat;
    position: absolute;
    top: 0;
    left: -29px;
    background-size: contain;
}
.list.management_grid .item .title:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: -10px;
    right: 0;
    border: 5px solid transparent;
    border-bottom-color: #206528;
    border-left-color: #206528;
}
.list.management_grid .item:hover {
    background: #e8e8e8;
}
.list.management_grid .item:hover .image img {
    transform: scale(1.1);
}
.list.members .item {
    float: left;
    text-align: left;
    width: 425px;
    height: 240px;
    margin: 0 50px 50px 0;
    padding: 0;
}
.list.members .item:after {
    content: "";
    display: block;
    clear: both;
}
.list.members .item .image {
    float: left;
    width: 180px;
    margin: 0;
}
.list.members .item .image img {
    width: 180px;
    height: 240px;
}
.list.members .item .data {
    width: 245px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.list.members .item .data .inner {
    background: #f0f0f0;
    padding: 15px;
}
.list.members .item .data .inner .title {
    font-size: 22px;
    color: #0069BE;
    margin: 0;
    padding: 0;
}
.list.members .item .data .inner .meta {
    font-size: 16px;
    color: #3c3c3c;
}
.list.members .item .data .inner .lead:after {
    content: "";
    display: block;
    clear: both;
}
.list.members .item .data .inner .lead a {
    color: #0069BE;
}
.list.members .item .data .inner .lead p {
    font-size: 18px;
    line-height: 150%;
    color: #646464;
    text-align: justify;
}
.list.members .item .data .inner .lead p strong {
    color: #3c3c3c;
}
.list.members .item .data .inner .lead iframe,
.list.members .item .data .inner .lead img {
    max-width: 100%;
    height: auto;
}
.list.members .item .data .inner .lead ul {
    overflow: auto;
    padding: 10px 0 0 10px;
}
.list.members .item .data .inner .lead ul li {
    position: relative;
    color: #646464;
}
.list.members .item .data .inner .lead table.tablazat {
    border-collapse: collapse;
}
.list.members .item .data .inner .lead table.tablazat tr td,
.list.members .item .data .inner .lead table.tablazat tr th {
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
    color: #646464;
    font-size: 18px;
}
.list.members .item .data .inner .lead table.tablazat tr td h1,
.list.members .item .data .inner .lead table.tablazat tr td h2,
.list.members .item .data .inner .lead table.tablazat tr td h3,
.list.members .item .data .inner .lead table.tablazat tr td h4,
.list.members .item .data .inner .lead table.tablazat tr td h5,
.list.members .item .data .inner .lead table.tablazat tr td h6,
.list.members .item .data .inner .lead table.tablazat tr td p,
.list.members .item .data .inner .lead table.tablazat tr th h1,
.list.members .item .data .inner .lead table.tablazat tr th h2,
.list.members .item .data .inner .lead table.tablazat tr th h3,
.list.members .item .data .inner .lead table.tablazat tr th h4,
.list.members .item .data .inner .lead table.tablazat tr th h5,
.list.members .item .data .inner .lead table.tablazat tr th h6,
.list.members .item .data .inner .lead table.tablazat tr th p {
    margin: 0;
    padding: 0;
}
.list.members .item .data .inner .lead ol li {
    position: relative;
    color: #646464;
    margin: 0 0 5px;
}
.list.members .item .data .inner .lead ol:not([style*="list-style-type"]) {
    overflow: auto;
    padding: 10px 0 0 10px;
    counter-reset: item;
}
.list.members .item .data .inner .lead ol:not([style*="list-style-type"]) li {
    margin: 0 0 5px;
    padding-left: 30px;
    list-style-type: none;
    counter-increment: item;
    position: relative;
}
.list.members .item .data .inner .lead ol:not([style*="list-style-type"]) li:before {
    display: block;
    width: 1em;
    font-weight: 700;
    content: counter(item) ".";
    min-width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #0069BE;
}
.list.members .item .data .inner .lead ul li {
    padding: 0 0 0 30px;
    margin: 0 0 5px;
    list-style: none;
}
.list.members .item .data .inner .lead ul li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c8";
    width: 20px;
    height: 20px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #0069BE;
}
.list.members .item .data .inner .lead ul.downloads li a {
    color: #646464;
}
.list.members .item .data .inner .lead ul.downloads li a:hover {
    color: #0069BE;
}
.list.members .item .data .inner .lead h1,
.list.members .item .data .inner .lead h2,
.list.members .item .data .inner .lead h3,
.list.members .item .data .inner .lead h4,
.list.members .item .data .inner .lead h5,
.list.members .item .data .inner .lead h6 {
    margin: 0 0 20px;
    padding: 0;
    font-weight: 900;
    text-transform: uppercase;
    color: #0069BE;
    font-family: 'Roboto';
}
.list.members .item .data .inner .lead h1:first-child,
.list.members .item .data .inner .lead h2:first-child,
.list.members .item .data .inner .lead h3:first-child,
.list.members .item .data .inner .lead h4:first-child,
.list.members .item .data .inner .lead h5:first-child,
.list.members .item .data .inner .lead h6:first-child {
    padding: 0;
}
.list.members .item .data .inner .lead h1.f40,
.list.members .item .data .inner .lead h2.f40,
.list.members .item .data .inner .lead h3.f40,
.list.members .item .data .inner .lead h4.f40,
.list.members .item .data .inner .lead h5.f40,
.list.members .item .data .inner .lead h6.f40 {
    font-size: 40px;
}
.list.members .item .data .inner .lead h1.mb0,
.list.members .item .data .inner .lead h2.mb0,
.list.members .item .data .inner .lead h3.mb0,
.list.members .item .data .inner .lead h4.mb0,
.list.members .item .data .inner .lead h5.mb0,
.list.members .item .data .inner .lead h6.mb0 {
    margin: 0;
}
.list.members .item .data .inner .lead h1,
.list.members .item .data .inner .lead h2 {
    font-size: 26px;
}
.list.members .item .data .inner .lead h3,
.list.members .item .data .inner .lead h4 {
    font-size: 22px;
}
.list.members .item .data .inner .lead h5,
.list.members .item .data .inner .lead h6 {
    font-size: 18px;
}
.list.members .item .data .inner .lead img.leftimg {
    margin: 3px 20px 20px 0;
}
.list.members .item .data .inner .lead img.rightimg {
    margin: 3px 0 20px 20px;
}
.list.members .item .data .inner .lead p {
    margin: 0;
    padding: 0;
}
.list.members .item .data .inner .lead p a {
    color: #3c3c3c;
    text-decoration: underline;
}
.list.salemembers .item {
    margin: 0 0 60px;
}
.list.salemembers .item .image {
    margin: 0 0 10px;
}
.list.salemembers .item .image img {
    display: block;
    border-radius: 50%;
    margin: auto;
    width: 200px;
}
.list.salemembers .item .data {
    text-align: center;
}
.list.salemembers .item .data .title {
    font-size: 22px;
    color: #0069BE;
    margin: 0;
    padding: 0;
}
.list.salemembers .item .data .meta {
    font-size: 16px;
    color: #3c3c3c;
}
.list.salemembers .item .data .lead {
    text-align: center;
}
.list.salemembers .item .data .lead:after {
    content: "";
    display: block;
    clear: both;
}
.list.salemembers .item .data .lead a {
    color: #0069BE;
}
.list.salemembers .item .data .lead p {
    font-size: 18px;
    line-height: 150%;
    color: #646464;
}
.list.salemembers .item .data .lead p strong {
    color: #3c3c3c;
}
.list.salemembers .item .data .lead iframe,
.list.salemembers .item .data .lead img {
    max-width: 100%;
    height: auto;
}
.list.salemembers .item .data .lead ul {
    overflow: auto;
    padding: 10px 0 0 10px;
}
.list.salemembers .item .data .lead ul li {
    position: relative;
    color: #646464;
}
.list.salemembers .item .data .lead table.tablazat {
    border-collapse: collapse;
}
.list.salemembers .item .data .lead table.tablazat tr td,
.list.salemembers .item .data .lead table.tablazat tr th {
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
    color: #646464;
    font-size: 18px;
}
.list.salemembers .item .data .lead table.tablazat tr td h1,
.list.salemembers .item .data .lead table.tablazat tr td h2,
.list.salemembers .item .data .lead table.tablazat tr td h3,
.list.salemembers .item .data .lead table.tablazat tr td h4,
.list.salemembers .item .data .lead table.tablazat tr td h5,
.list.salemembers .item .data .lead table.tablazat tr td h6,
.list.salemembers .item .data .lead table.tablazat tr td p,
.list.salemembers .item .data .lead table.tablazat tr th h1,
.list.salemembers .item .data .lead table.tablazat tr th h2,
.list.salemembers .item .data .lead table.tablazat tr th h3,
.list.salemembers .item .data .lead table.tablazat tr th h4,
.list.salemembers .item .data .lead table.tablazat tr th h5,
.list.salemembers .item .data .lead table.tablazat tr th h6,
.list.salemembers .item .data .lead table.tablazat tr th p {
    margin: 0;
    padding: 0;
}
.list.salemembers .item .data .lead ol li {
    position: relative;
    color: #646464;
    margin: 0 0 5px;
}
.list.salemembers .item .data .lead ol:not([style*="list-style-type"]) {
    overflow: auto;
    padding: 10px 0 0 10px;
    counter-reset: item;
}
.list.salemembers .item .data .lead ol:not([style*="list-style-type"]) li {
    margin: 0 0 5px;
    padding-left: 30px;
    list-style-type: none;
    counter-increment: item;
    position: relative;
}
.list.salemembers .item .data .lead ol:not([style*="list-style-type"]) li:before {
    display: block;
    width: 1em;
    font-weight: 700;
    content: counter(item) ".";
    min-width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #0069BE;
}
.list.salemembers .item .data .lead ul li {
    padding: 0 0 0 30px;
    margin: 0 0 5px;
    list-style: none;
}
.list.salemembers .item .data .lead ul li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c8";
    width: 20px;
    height: 20px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #0069BE;
}
.list.salemembers .item .data .lead ul.downloads li a {
    color: #646464;
}
.list.salemembers .item .data .lead ul.downloads li a:hover {
    color: #0069BE;
}
.list.salemembers .item .data .lead h1,
.list.salemembers .item .data .lead h2,
.list.salemembers .item .data .lead h3,
.list.salemembers .item .data .lead h4,
.list.salemembers .item .data .lead h5,
.list.salemembers .item .data .lead h6 {
    margin: 0 0 20px;
    padding: 0;
    font-weight: 900;
    text-transform: uppercase;
    color: #0069BE;
    font-family: 'Roboto';
}
.list.salemembers .item .data .lead h1:first-child,
.list.salemembers .item .data .lead h2:first-child,
.list.salemembers .item .data .lead h3:first-child,
.list.salemembers .item .data .lead h4:first-child,
.list.salemembers .item .data .lead h5:first-child,
.list.salemembers .item .data .lead h6:first-child {
    padding: 0;
}
.list.salemembers .item .data .lead h1.f40,
.list.salemembers .item .data .lead h2.f40,
.list.salemembers .item .data .lead h3.f40,
.list.salemembers .item .data .lead h4.f40,
.list.salemembers .item .data .lead h5.f40,
.list.salemembers .item .data .lead h6.f40 {
    font-size: 40px;
}
.list.salemembers .item .data .lead h1.mb0,
.list.salemembers .item .data .lead h2.mb0,
.list.salemembers .item .data .lead h3.mb0,
.list.salemembers .item .data .lead h4.mb0,
.list.salemembers .item .data .lead h5.mb0,
.list.salemembers .item .data .lead h6.mb0 {
    margin: 0;
}
.list.salemembers .item .data .lead h1,
.list.salemembers .item .data .lead h2 {
    font-size: 26px;
}
.list.salemembers .item .data .lead h3,
.list.salemembers .item .data .lead h4 {
    font-size: 22px;
}
.list.salemembers .item .data .lead h5,
.list.salemembers .item .data .lead h6 {
    font-size: 18px;
}
.list.salemembers .item .data .lead img.leftimg {
    margin: 3px 20px 20px 0;
}
.list.salemembers .item .data .lead img.rightimg {
    margin: 3px 0 20px 20px;
}
.list.salemembers .item .data .lead p {
    text-align: center;
    margin: 0;
    padding: 0;
}
.list.salemembers .item .data .lead p a {
    color: #3c3c3c;
    text-decoration: underline;
}
.list.salemembers2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: normal;
    align-content: normal;
    gap: 45px;
}
.list.salemembers2:after {
    display: none;
}
.list.salemembers2 .item {
    width: 330px;
    margin: 0 0 60px;
}
.list.salemembers2 .item .image {
    margin: 0 0 10px;
}
.list.salemembers2 .item .image img {
    display: block;
    border-radius: 50%;
    margin: auto;
    width: 200px;
}
.list.salemembers2 .item .data {
    text-align: center;
}
.list.salemembers2 .item .data .title {
    font-size: 22px;
    color: #0069BE;
    margin: 0;
    padding: 0;
}
.list.salemembers2 .item .data .meta {
    font-size: 16px;
    color: #3c3c3c;
}
.list.salemembers2 .item .data .lead {
    text-align: center;
}
.list.salemembers2 .item .data .lead:after {
    content: "";
    display: block;
    clear: both;
}
.list.salemembers2 .item .data .lead a {
    color: #0069BE;
}
.list.salemembers2 .item .data .lead p {
    font-size: 18px;
    line-height: 150%;
    color: #646464;
}
.list.salemembers2 .item .data .lead p strong {
    color: #3c3c3c;
}
.list.salemembers2 .item .data .lead iframe,
.list.salemembers2 .item .data .lead img {
    max-width: 100%;
    height: auto;
}
.list.salemembers2 .item .data .lead ul {
    overflow: auto;
    padding: 10px 0 0 10px;
}
.list.salemembers2 .item .data .lead ul li {
    position: relative;
    color: #646464;
}
.list.salemembers2 .item .data .lead table.tablazat {
    border-collapse: collapse;
}
.list.salemembers2 .item .data .lead table.tablazat tr td,
.list.salemembers2 .item .data .lead table.tablazat tr th {
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
    color: #646464;
    font-size: 18px;
}
.list.salemembers2 .item .data .lead table.tablazat tr td h1,
.list.salemembers2 .item .data .lead table.tablazat tr td h2,
.list.salemembers2 .item .data .lead table.tablazat tr td h3,
.list.salemembers2 .item .data .lead table.tablazat tr td h4,
.list.salemembers2 .item .data .lead table.tablazat tr td h5,
.list.salemembers2 .item .data .lead table.tablazat tr td h6,
.list.salemembers2 .item .data .lead table.tablazat tr td p,
.list.salemembers2 .item .data .lead table.tablazat tr th h1,
.list.salemembers2 .item .data .lead table.tablazat tr th h2,
.list.salemembers2 .item .data .lead table.tablazat tr th h3,
.list.salemembers2 .item .data .lead table.tablazat tr th h4,
.list.salemembers2 .item .data .lead table.tablazat tr th h5,
.list.salemembers2 .item .data .lead table.tablazat tr th h6,
.list.salemembers2 .item .data .lead table.tablazat tr th p {
    margin: 0;
    padding: 0;
}
.list.salemembers2 .item .data .lead ol li {
    position: relative;
    color: #646464;
    margin: 0 0 5px;
}
.list.salemembers2 .item .data .lead ol:not([style*="list-style-type"]) {
    overflow: auto;
    padding: 10px 0 0 10px;
    counter-reset: item;
}
.list.salemembers2 .item .data .lead ol:not([style*="list-style-type"]) li {
    margin: 0 0 5px;
    padding-left: 30px;
    list-style-type: none;
    counter-increment: item;
    position: relative;
}
.list.salemembers2 .item .data .lead ol:not([style*="list-style-type"]) li:before {
    display: block;
    width: 1em;
    font-weight: 700;
    content: counter(item) ".";
    min-width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #0069BE;
}
.list.salemembers2 .item .data .lead ul li {
    padding: 0 0 0 30px;
    margin: 0 0 5px;
    list-style: none;
}
.list.salemembers2 .item .data .lead ul li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c8";
    width: 20px;
    height: 20px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #0069BE;
}
.list.salemembers2 .item .data .lead ul.downloads li a {
    color: #646464;
}
.list.salemembers2 .item .data .lead ul.downloads li a:hover {
    color: #0069BE;
}
.list.salemembers2 .item .data .lead h1,
.list.salemembers2 .item .data .lead h2,
.list.salemembers2 .item .data .lead h3,
.list.salemembers2 .item .data .lead h4,
.list.salemembers2 .item .data .lead h5,
.list.salemembers2 .item .data .lead h6 {
    margin: 0 0 20px;
    padding: 0;
    font-weight: 900;
    text-transform: uppercase;
    color: #0069BE;
    font-family: 'Roboto';
}
.list.salemembers2 .item .data .lead h1:first-child,
.list.salemembers2 .item .data .lead h2:first-child,
.list.salemembers2 .item .data .lead h3:first-child,
.list.salemembers2 .item .data .lead h4:first-child,
.list.salemembers2 .item .data .lead h5:first-child,
.list.salemembers2 .item .data .lead h6:first-child {
    padding: 0;
}
.list.salemembers2 .item .data .lead h1.f40,
.list.salemembers2 .item .data .lead h2.f40,
.list.salemembers2 .item .data .lead h3.f40,
.list.salemembers2 .item .data .lead h4.f40,
.list.salemembers2 .item .data .lead h5.f40,
.list.salemembers2 .item .data .lead h6.f40 {
    font-size: 40px;
}
.list.salemembers2 .item .data .lead h1.mb0,
.list.salemembers2 .item .data .lead h2.mb0,
.list.salemembers2 .item .data .lead h3.mb0,
.list.salemembers2 .item .data .lead h4.mb0,
.list.salemembers2 .item .data .lead h5.mb0,
.list.salemembers2 .item .data .lead h6.mb0 {
    margin: 0;
}
.list.salemembers2 .item .data .lead h1,
.list.salemembers2 .item .data .lead h2 {
    font-size: 26px;
}
.list.salemembers2 .item .data .lead h3,
.list.salemembers2 .item .data .lead h4 {
    font-size: 22px;
}
.list.salemembers2 .item .data .lead h5,
.list.salemembers2 .item .data .lead h6 {
    font-size: 18px;
}
.list.salemembers2 .item .data .lead img.leftimg {
    margin: 3px 20px 20px 0;
}
.list.salemembers2 .item .data .lead img.rightimg {
    margin: 3px 0 20px 20px;
}
.list.salemembers2 .item .data .lead p {
    text-align: center;
    margin: 0;
    padding: 0;
}
.list.salemembers2 .item .data .lead p a {
    color: #3c3c3c;
    text-decoration: underline;
}
.list.management-slider {
    margin: 0 auto;
}
.list.management-slider .item {
    width: 360px;
    height: 440px;
    background: #e6e6e6;
    border-radius: 8px;
    margin: 0 90px 30px 0;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.list.management-slider .item .image img {
    display: block;
    width: 340px;
    height: 420px;
    border-radius: 5px;
}
.list.management-slider .item .title-wrapper {
    position: absolute;
    width: 260px;
    bottom: -25px;
    right: -20px;
    background: #b5c417;
    color: #fff;
    display: table;
}
.list.management-slider .item .title-wrapper .cell {
    display: table-cell;
    height: 80px;
    vertical-align: middle;
    padding: 0 20px;
}
.list.management-slider .item .title-wrapper .title {
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    line-height: 100%;
    font-size: 20px;
    font-weight: 700;
}
.list.management-slider .item .title-wrapper .meta {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #fff;
}
.list.management-slider .item .title-wrapper:before {
    content: "";
    height: 80px;
    width: 29px;
    background: url(../img/title-bg2.png) no-repeat;
    position: absolute;
    top: 0;
    left: -29px;
}
.list.management-slider .item .title-wrapper:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    top: -20px;
    right: 0;
    border: 10px solid transparent;
    border-bottom-color: #9aa70a;
    border-left-color: #9aa70a;
}
.list.bills .item {
    margin: 0 0 40px;
}
.list.bills .item .image {
    position: relative;
    width: 930px;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.list.bills .item .image img {
    display: block;
}
.list.bills .item .image .tip {
    position: absolute;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #b7ce24;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    border: 5px solid #0069BE;
    border-radius: 3px;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    cursor: pointer;
}
.list.bills .item .image .tip:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f128";
}
.list.bills .item .image .tip:after {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-left-color: #0069BE;
    top: 0;
    bottom: 0;
    right: -15px;
    margin: auto;
}
.list.bills .item .image .tip:hover {
    background: #cadf46;
}
.list.bills .item .image .tip.bottom {
    border-radius: 3px 3px 0;
}
.list.bills .item .image .tip.bottom:after {
    top: auto;
    right: -10px;
    bottom: -5px;
    border-bottom-color: #0069BE;
}
.list.bills .item .image .tip.top {
    border-radius: 3px 0 3px 3px;
}
.list.bills .item .image .tip.top:after {
    bottom: auto;
    top: -5px;
    right: -10px;
    border-top-color: #0069BE;
}
.text {
    padding: 0;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 150%;
    color: #646464;
}
.postformat:after {
    content: "";
    display: block;
    clear: both;
}
.postformat a {
    color: #0069BE;
}
.postformat p {
    padding: 0;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 150%;
    color: #646464;
    text-align: justify;
}
.postformat p strong {
    color: #3c3c3c;
}
.postformat iframe,
.postformat img {
    max-width: 100%;
    height: auto;
}
.postformat ul {
    overflow: auto;
    padding: 10px 0 0 10px;
}
.postformat ul li {
    position: relative;
    color: #646464;
}
.postformat table.tablazat {
    border-collapse: collapse;
}
.postformat table.tablazat tr td,
.postformat table.tablazat tr th {
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
    color: #646464;
    font-size: 18px;
}
.postformat table.tablazat tr td h1,
.postformat table.tablazat tr td h2,
.postformat table.tablazat tr td h3,
.postformat table.tablazat tr td h4,
.postformat table.tablazat tr td h5,
.postformat table.tablazat tr td h6,
.postformat table.tablazat tr td p,
.postformat table.tablazat tr th h1,
.postformat table.tablazat tr th h2,
.postformat table.tablazat tr th h3,
.postformat table.tablazat tr th h4,
.postformat table.tablazat tr th h5,
.postformat table.tablazat tr th h6,
.postformat table.tablazat tr th p {
    margin: 0;
    padding: 0;
}
.postformat ol li {
    position: relative;
    color: #646464;
    margin: 0 0 5px;
}
.postformat ol:not([style*="list-style-type"]) {
    overflow: auto;
    padding: 10px 0 0 10px;
    counter-reset: item;
}
.postformat ol:not([style*="list-style-type"]) li {
    margin: 0 0 5px;
    padding-left: 30px;
    list-style-type: none;
    counter-increment: item;
    position: relative;
}
.postformat ol:not([style*="list-style-type"]) li:before {
    display: block;
    width: 1em;
    font-weight: 700;
    content: counter(item) ".";
    min-width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #0069BE;
}
.postformat ul li {
    padding: 0 0 0 30px;
    margin: 0 0 5px;
    list-style: none;
}
.postformat ul li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c8";
    width: 20px;
    height: 20px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #0069BE;
}
.postformat ul.downloads li a {
    color: #646464;
}
.postformat ul.downloads li a:hover {
    color: #0069BE;
}
.postformat h1,
.postformat h2,
.postformat h3,
.postformat h4,
.postformat h5,
.postformat h6 {
    margin: 0 0 20px;
    padding: 0;
    font-weight: 900;
    text-transform: uppercase;
    color: #0069BE;
    font-family: 'Roboto';
}
.postformat h1:first-child,
.postformat h2:first-child,
.postformat h3:first-child,
.postformat h4:first-child,
.postformat h5:first-child,
.postformat h6:first-child {
    padding: 0;
}
.postformat h1.f40,
.postformat h2.f40,
.postformat h3.f40,
.postformat h4.f40,
.postformat h5.f40,
.postformat h6.f40 {
    font-size: 40px;
}
.postformat h1.mb0,
.postformat h2.mb0,
.postformat h3.mb0,
.postformat h4.mb0,
.postformat h5.mb0,
.postformat h6.mb0 {
    margin: 0;
}
.postformat h1,
.postformat h2 {
    font-size: 26px;
}
.postformat h3,
.postformat h4 {
    font-size: 22px;
}
.postformat h5,
.postformat h6 {
    font-size: 18px;
}
.postformat img.leftimg {
    margin: 3px 20px 20px 0;
}
.postformat img.rightimg {
    margin: 3px 0 20px 20px;
}
.post .title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #3c3c3c;
}
.post .title a {
    color: #3c3c3c;
}
.post .title a:hover {
    color: #0069BE;
}
.post .meta {
    font-size: 14px;
    margin: 0 0 20px;
    color: #646464;
}
.postheader {
    font-size: 48px;
    margin: 0 0 40px;
    padding: 0;
    color: #0069BE;
    font-weight: 900;
    text-transform: uppercase;
}
.postheader a {
    color: #0069BE;
}
.postheader.small {
    font-size: 30px;
    margin: 0 0 20px;
}
.postheader_wrapper {
    display: grid;
    justify-content: space-between;
    grid-gap: 30px;
    grid-template-columns: 1fr auto;
}
.post-meta {
    margin: -40px 0 40px;
    font-size: 14px;
    color: #646464;
}
.postcontent:after {
    content: "";
    display: block;
    clear: both;
}
.postcontent a {
    color: #0069BE;
}
.postcontent p {
    padding: 0;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 150%;
    color: #646464;
    text-align: justify;
}
.postcontent p strong {
    color: #3c3c3c;
}
.postcontent iframe,
.postcontent img {
    max-width: 100%;
    height: auto;
}
.postcontent ul {
    overflow: auto;
    padding: 10px 0 0 10px;
}
.postcontent ul li {
    position: relative;
    color: #646464;
}
.postcontent table.tablazat {
    border-collapse: collapse;
}
.postcontent table.tablazat tr td,
.postcontent table.tablazat tr th {
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
    color: #646464;
    font-size: 18px;
}
.postcontent table.tablazat tr td h1,
.postcontent table.tablazat tr td h2,
.postcontent table.tablazat tr td h3,
.postcontent table.tablazat tr td h4,
.postcontent table.tablazat tr td h5,
.postcontent table.tablazat tr td h6,
.postcontent table.tablazat tr td p,
.postcontent table.tablazat tr th h1,
.postcontent table.tablazat tr th h2,
.postcontent table.tablazat tr th h3,
.postcontent table.tablazat tr th h4,
.postcontent table.tablazat tr th h5,
.postcontent table.tablazat tr th h6,
.postcontent table.tablazat tr th p {
    margin: 0;
    padding: 0;
}
.postcontent ol li {
    position: relative;
    color: #646464;
    margin: 0 0 5px;
}
.postcontent ol:not([style*="list-style-type"]) {
    overflow: auto;
    padding: 10px 0 0 10px;
    counter-reset: item;
}
.postcontent ol:not([style*="list-style-type"]) li {
    margin: 0 0 5px;
    padding-left: 30px;
    list-style-type: none;
    counter-increment: item;
    position: relative;
}
.postcontent ol:not([style*="list-style-type"]) li:before {
    display: block;
    width: 1em;
    font-weight: 700;
    content: counter(item) ".";
    min-width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #0069BE;
}
.postcontent ul li {
    padding: 0 0 0 30px;
    margin: 0 0 5px;
    list-style: none;
}
.postcontent ul li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c8";
    width: 20px;
    height: 20px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #0069BE;
}
.postcontent ul.downloads li a {
    color: #646464;
}
.postcontent ul.downloads li a:hover {
    color: #0069BE;
}
.postcontent h1,
.postcontent h2,
.postcontent h3,
.postcontent h4,
.postcontent h5,
.postcontent h6 {
    margin: 0 0 20px;
    padding: 0;
    font-weight: 900;
    text-transform: uppercase;
    color: #0069BE;
    font-family: 'Roboto';
}
.postcontent h1:first-child,
.postcontent h2:first-child,
.postcontent h3:first-child,
.postcontent h4:first-child,
.postcontent h5:first-child,
.postcontent h6:first-child {
    padding: 0;
}
.postcontent h1.f40,
.postcontent h2.f40,
.postcontent h3.f40,
.postcontent h4.f40,
.postcontent h5.f40,
.postcontent h6.f40 {
    font-size: 40px;
}
.postcontent h1.mb0,
.postcontent h2.mb0,
.postcontent h3.mb0,
.postcontent h4.mb0,
.postcontent h5.mb0,
.postcontent h6.mb0 {
    margin: 0;
}
.postcontent h1,
.postcontent h2 {
    font-size: 26px;
}
.postcontent h3,
.postcontent h4 {
    font-size: 22px;
}
.postcontent h5,
.postcontent h6 {
    font-size: 18px;
}
.postcontent img.leftimg {
    margin: 3px 20px 20px 0;
}
.postcontent img.rightimg {
    margin: 3px 0 20px 20px;
}
.postcontent .downloads ul {
    padding-top: 0;
    margin-top: 0;
}
.postcontent .downloads ul:first-child {
    display: none;
}
.postcontent .downloads ul a {
    color: #3c3c3c;
}
.postcontent .downloads ul a:hover {
    color: #0069BE;
}
.postcontent .downloads .title {
    font-size: 22px;
    color: #3c3c3c;
    text-transform: none;
}
.postcontent .downloads .dl_sub {
    padding-left: 20px;
    margin-left: 18px;
    border-left: 3px solid #0069BE;
}
.postcontent .downloads .dl_sub .title {
    font-size: 18px;
    margin: 0 0 10px;
}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.jcarousel:after {
    content: "";
    display: block;
    clear: both;
}
.jcarousel .list {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel .list .item {
    float: left;
}
.jcarousel-wrapper {
    position: relative;
    width: 380px;
    padding: 0 0 0 20px;
    margin: 0 auto;
}
.jcarousel-wrapper:after {
    content: "";
    display: block;
    clear: both;
}
.jcarousel-wrapper .jcarousel-control {
    display: block;
    position: absolute;
    top: 0;
    bottom: 30px;
    margin: auto;
    height: 60px;
    width: 60px;
    line-height: 58px;
    text-align: center;
    border: 1px solid #0069BE;
    border-radius: 5px;
    color: #0069BE;
    font-size: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.jcarousel-wrapper .jcarousel-control.prev {
    left: -80px;
}
.jcarousel-wrapper .jcarousel-control.next {
    right: -80px;
}
.jcarousel-wrapper .jcarousel-control:hover {
    background: #0069BE;
    color: #fff;
}
.promo {
    position: relative;
    height: 370px;
    margin: 0 0 20px;
}
.promo:after {
    content: "";
    position: absolute;
    height: 80px;
    width: 1200px;
    background: url(../img/promo-bg.png) top center no-repeat;
    bottom: -50px;
    left: 0;
    z-index: 300;
}
#slideshow {
    position: relative;
    max-width: 1200px;
    width: 100%;
    height: 370px;
    margin: 0;
    padding: 0;
}
#slideshow .slide {
    height: 370px;
    max-width: 1200px;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}
#slideshow .slide:after {
    content: "";
    display: block;
    clear: both;
}
#slideshow .slide .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 350;
    background: url(../img/spacer.png);
}
#slideshow .slide .caption {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 544px;
    height: 282px;
    background: url(../img/slider-caption.png) no-repeat;
    text-align: right;
    color: #fff;
    display: table;
}
#slideshow .slide .caption .cell {
    display: table-cell;
    vertical-align: bottom;
    width: 544px;
    height: 282px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 40px;
    font-size: 31px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 110%;
}
#imageslider {
    position: relative;
    width: 360px;
    height: 305px;
    margin: 0;
    padding: 0;
}
#imageslider .slide img {
    display: block;
    border-radius: 5px;
}
.page404 {
    background: url(../img/bg_404.png) top center no-repeat #ccdb2a;
}
.error404 {
    width: 600px;
    height: 180px;
    background: #fff;
    padding: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.error404 .logo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 160px;
    height: 90px;
    background: url(../img/logo.png) no-repeat;
}
.error404 .title {
    font-family: 'Roboto';
    margin: 0 0 10px;
    font-size: 60px;
    font-weight: 400;
    line-height: 110%;
}
.error404 p {
    padding: 0;
    line-height: 150%;
    color: #646464;
    font-size: 16px;
    margin: 0 0 20px;
}
.error404 p a {
    color: #0069BE;
    text-decoration: underline;
}
a {
    outline: 0;
    text-decoration: none;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}
a img {
    border: none;
}
.grid2 {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.grid3 {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.grid4 {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.grid5 {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
}
.grid6 {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: repeat(6, 1fr);
}
.grid2_10 {
    display: grid;
    justify-content: space-between;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}
.grid2_20 {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.grid2_30 {
    display: grid;
    justify-content: space-between;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}
.grid3_10 {
    display: grid;
    justify-content: space-between;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}
.grid3_20 {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.grid3_30 {
    display: grid;
    justify-content: space-between;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.grid4_10 {
    display: grid;
    justify-content: space-between;
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}
.grid4_20 {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.grid5_10 {
    display: grid;
    justify-content: space-between;
    grid-gap: 10px;
    grid-template-columns: repeat(5, 1fr);
}
.grid5_20 {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
}
.grid2_auto {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: repeat(2, auto);
}
.grid3_auto {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: repeat(3, auto);
}
.grid4_auto {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: repeat(4, auto);
}
.grid5_auto {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: repeat(5, auto);
}
.grid2_10_auto {
    display: grid;
    justify-content: space-between;
    grid-gap: 10px;
    grid-template-columns: repeat(2, auto);
}
.grid2_20_auto {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: repeat(2, auto);
}
.grid3_10_auto {
    display: grid;
    justify-content: space-between;
    grid-gap: 10px;
    grid-template-columns: repeat(3, auto);
}
.grid3_20_auto {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: repeat(3, auto);
}
.grid4_10_auto {
    display: grid;
    justify-content: space-between;
    grid-gap: 10px;
    grid-template-columns: repeat(4, auto);
}
.grid4_20_auto {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: repeat(4, auto);
}
.grid5_10_auto {
    display: grid;
    justify-content: space-between;
    grid-gap: 10px;
    grid-template-columns: repeat(5, auto);
}
.grid5_20_auto {
    display: grid;
    justify-content: space-between;
    grid-gap: 20px;
    grid-template-columns: repeat(5, auto);
}
.flex-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.nowrap {
    white-space: nowrap;
}
hr {
    margin: 0 0 20px;
    clear: both;
    padding: 0;
    border: none;
    height: 0;
    border-bottom: 1px solid #ccc;
}
.centralize {
    top: 0;
    bottom: 0;
    margin: auto;
}
iframe {
    border: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
input,
input:focus {
    outline: 0;
}
.center {
    text-align: center;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.hidden,
.hide {
    display: none;
}
.show {
    display: block;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cleartruncate {
    white-space: normal;
    overflow: visible;
    text-overflow: none;
}
.cleartransition {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
.font-light {
    font-weight: 300;
}
.font-normal {
    font-weight: 400;
}
.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}
.font-extrabold {
    font-weight: 800;
}
.lh20 {
    line-height: 20px;
}
.lh25 {
    line-height: 25px;
}
.lh30 {
    line-height: 30px;
}
.lh40 {
    line-height: 40px;
}
.auto {
    margin-left: auto;
    margin-right: auto;
}
.mtg {
    margin-top: 30px;
}
.mlg {
    margin-left: 30px;
}
.mrg {
    margin-right: 30px;
}
.mbg {
    margin-bottom: 30px;
}
.mt-20 {
    margin-top: -20px;
}
.mt-15 {
    margin-top: -15px;
}
.mt-10 {
    margin-top: -10px;
}
.mt-5 {
    margin-top: -5px;
}
.mt0 {
    margin-top: 0;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt27 {
    margin-top: 27px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mr-30 {
    margin-right: -30px;
}
.mr-20 {
    margin-right: -20px;
}
.mr-15 {
    margin-right: -15px;
}
.mr-10 {
    margin-right: -10px;
}
.mr-5 {
    margin-right: -5px;
}
.mr0 {
    margin-right: 0;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr25 {
    margin-right: 25px;
}
.mr30 {
    margin-right: 30px;
}
.mr35 {
    margin-right: 35px;
}
.mr40 {
    margin-right: 40px;
}
.mr50 {
    margin-right: 50px;
}
.mb-20 {
    margin-bottom: -20px;
}
.mb-15 {
    margin-bottom: -15px;
}
.mb-10 {
    margin-bottom: -10px;
}
.mb-5 {
    margin-bottom: -5px;
}
.mb0 {
    margin-bottom: 0;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb90 {
    margin-bottom: 90px;
}
.mk-30 {
    margin-left: -30px;
}
.ml-20 {
    margin-left: -20px;
}
.ml-15 {
    margin-left: -15px;
}
.ml-10 {
    margin-left: -10px;
}
.ml-5 {
    margin-left: -5px;
}
.ml0 {
    margin-left: 0;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.ml50 {
    margin-left: 50px;
}
.ml125 {
    margin-left: 125px;
}
.ml240 {
    margin-left: 240px;
}
.clear.mb-10,
.clear.mb-15,
.clear.mb-20,
.clear.mb-5,
.clear.mb0,
.clear.mb10,
.clear.mb15,
.clear.mb20,
.clear.mb30,
.clear.mb40,
.clear.mb5,
.clear.mb50,
.clear.mb7 {
    min-height: 1px;
}
.pt0 {
    padding-top: 0;
}
.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pt50 {
    padding-top: 50px;
}
.pr0 {
    padding-right: 0;
}
.pr5 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}
.pr30 {
    padding-right: 30px;
}
.pr40 {
    padding-right: 40px;
}
.pr50 {
    padding-right: 50px;
}
.pb0 {
    padding-bottom: 0;
}
.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb50 {
    padding-bottom: 50px;
}
.pl0 {
    padding-left: 0;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pl30 {
    padding-left: 30px;
}
.pl40 {
    padding-left: 40px;
}
.pl50 {
    padding-left: 50px;
}
.f10 {
    font-size: 10px;
}
.f11 {
    font-size: 11px;
}
.f12 {
    font-size: 12px;
}
.f13 {
    font-size: 13px;
}
.f14 {
    font-size: 14px;
}
.f15 {
    font-size: 15px;
}
.f16 {
    font-size: 16px;
}
.f17 {
    font-size: 17px;
}
.f18 {
    font-size: 18px;
}
.f19 {
    font-size: 19px;
}
.f20 {
    font-size: 20px;
}
.f21 {
    font-size: 21px;
}
.f22 {
    font-size: 22px;
}
.f23 {
    font-size: 23px;
}
.f24 {
    font-size: 24px;
}
.f25 {
    font-size: 25px;
}
.f26 {
    font-size: 26px;
}
.f27 {
    font-size: 27px;
}
.f28 {
    font-size: 28px;
}
.f29 {
    font-size: 29px;
}
.f30 {
    font-size: 30px;
}
.f31 {
    font-size: 31px;
}
.f32 {
    font-size: 32px;
}
.f33 {
    font-size: 33px;
}
.f34 {
    font-size: 34px;
}
.f35 {
    font-size: 35px;
}
.w10 {
    width: 10px;
}
.w20 {
    width: 20px;
}
.w30 {
    width: 30px;
}
.w40 {
    width: 40px;
}
.w45 {
    width: 45px;
}
.w50 {
    width: 50px;
}
.w60 {
    width: 60px;
}
.w70 {
    width: 70px;
}
.w80 {
    width: 80px;
}
.w90 {
    width: 90px;
}
.w95 {
    width: 95px;
}
.w100 {
    width: 100px;
}
.w110 {
    width: 110px;
}
.w120 {
    width: 120px;
}
.w130 {
    width: 130px;
}
.w140 {
    width: 140px;
}
.w150 {
    width: 150px;
}
.w160 {
    width: 160px;
}
.w165 {
    width: 165px;
}
.w170 {
    width: 170px;
}
.w180 {
    width: 180px;
}
.w190 {
    width: 190px;
}
.w200 {
    width: 200px;
}
.w210 {
    width: 210px;
}
.w215 {
    width: 215px;
}
.w220 {
    width: 220px;
}
.w230 {
    width: 230px;
}
.w240 {
    width: 240px;
}
.w245 {
    width: 245px;
}
.w250 {
    width: 250px;
}
.w260 {
    width: 260px;
}
.w265 {
    width: 265px;
}
.w270 {
    width: 270px;
}
.w280 {
    width: 280px;
}
.w285 {
    width: 285px;
}
.w290 {
    width: 290px;
}
.w295 {
    width: 295px;
}
.w300 {
    width: 300px;
}
.w310 {
    width: 310px;
}
.w315 {
    width: 315px;
}
.w320 {
    width: 320px;
}
.w330 {
    width: 330px;
}
.w340 {
    width: 340px;
}
.w350 {
    width: 350px;
}
.w355 {
    width: 355px;
}
.w360 {
    width: 360px;
}
.w370 {
    width: 370px;
}
.w380 {
    width: 380px;
}
.w390 {
    width: 390px;
}
.w395 {
    width: 395px;
}
.w400 {
    width: 400px;
}
.w405 {
    width: 405px;
}
.w410 {
    width: 410px;
}
.w420 {
    width: 420px;
}
.w430 {
    width: 430px;
}
.w440 {
    width: 440px;
}
.w450 {
    width: 450px;
}
.w460 {
    width: 460px;
}
.w470 {
    width: 470px;
}
.w480 {
    width: 480px;
}
.w490 {
    width: 490px;
}
.w500 {
    width: 500px;
}
.w510 {
    width: 510px;
}
.w600 {
    width: 600px;
}
.w620 {
    width: 620px;
}
.w660 {
    width: 660px;
}
.w700 {
    width: 700px;
}
.h217 {
    height: 217px;
}
.h220 {
    height: 220px;
}
.h300 {
    height: 300px;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.max10 {
    max-width: 10px;
    max-height: 10px;
}
.max20 {
    max-width: 20px;
    max-height: 20px;
}
.max30 {
    max-width: 30px;
    max-height: 30px;
}
.max40 {
    max-width: 40px;
    max-height: 40px;
}
.max50 {
    max-width: 50px;
    max-height: 50px;
}
.max60 {
    max-width: 60px;
    max-height: 60px;
}
.max70 {
    max-width: 70px;
    max-height: 70px;
}
.max80 {
    max-width: 80px;
    max-height: 80px;
}
.max90 {
    max-width: 90px;
    max-height: 90px;
}
.max100 {
    max-width: 100px;
    max-height: 100px;
}
.max110 {
    max-width: 110px;
    max-height: 110px;
}
.max120 {
    max-width: 120px;
    max-height: 120px;
}
.max130 {
    max-width: 130px;
    max-height: 130px;
}
.max140 {
    max-width: 140px;
    max-height: 140px;
}
.max150 {
    max-width: 150px;
    max-height: 150px;
}
.max160 {
    max-width: 160px;
    max-height: 160px;
}
.max170 {
    max-width: 170px;
    max-height: 170px;
}
.max180 {
    max-width: 180px;
    max-height: 180px;
}
.max190 {
    max-width: 190px;
    max-height: 190px;
}
.max200 {
    max-width: 200px;
    max-height: 200px;
}

.footer-block .col.col2 {
    display: none;
}

/* --- Адаптивні стилі (Responsive Design) --- */

/* Планшети та невеликі екрани (до 1024px) */

@media screen and (max-width: 1024px) {
    .container {
        width: 95% !important;
        padding: 0 15px;
        box-sizing: border-box;
    }

    #slideshow .slides, 
    #slideshow .slide {
        width: 100% !important;
        height: 300px !important;
        background-size: cover;
    }
    .promo:after {
        bottom: 20px;
        max-width: 1200px;
        width: 100%;
    }

    .content.image1a,
    .home-content {
        padding: 60px 60px 60px 60px;
    }

    .blockheader {
        font-size: 27px;
    }

    .mainmenu-wrapper .mainmenu > ul > li:hover > .table > a {
        background: unset;
    }

    .mainmenu-wrapper .mainmenu > ul > li:hover > .table > a:after,
    .mainmenu-wrapper .mainmenu > ul > li > .table > a:hover:before {
        content: unset;
        display: none;
    }
    .mainmenu-wrapper .mainmenu > ul > li:hover > .table > a:after, .mainmenu-wrapper .mainmenu > ul > li:hover > .table > a:before {
        content: unset;
        display: none;
    }
    .mainmenu-wrapper .mainmenu > ul > li > .table > a {
        padding: 0;
    }

    .footer-block {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        overflow: hidden;
    }

    .footer-block .col {
        width: 48% !important;
        margin: 0 !important;
    }
    .footer-block .col.col2 {
        display: none;
    }
}
@media screen and (max-width: 900px) {

    .content.home {
        background: unset;
    }
    .home-content {
        padding: 60px 60px 60px 60px;
    }
}

/* Мобільні пристрої (до 768px) */
@media screen and (max-width: 768px) {
    header {
        flex-direction: column;
        text-align: center;
        height: auto !important;
        padding: 10px 0;
    }

    .mainmenu-wrapper .mainmenu > ul > li > .table > a {
        padding: 0;
    }
    
    header .logo {
        margin: 0 0 10px;
        position: relative;
    }
    .mainmenu-wrapper .mainmenu > ul {
        display: flex;
        flex-direction: row;
    }
    .mainmenu-wrapper .mainmenu > ul > li > .table > a:hover {
        background: unset;
    }
    .mainmenu-wrapper .mainmenu > ul > li > .table > a:hover:after, .mainmenu-wrapper .mainmenu > ul > li > .table > a:hover:before {
        content: unset;
    }

    .mainmenu-wrapper .mainmenu > ul > li > .table > a:hover:after {
        content: unset;
    }
    .mainmenu-wrapper .mainmenu > ul > li:hover > .table > a {
        background: unset;
    }

    .mainmenu-wrapper .mainmenu > ul > li:hover > .table > a:after, .mainmenu-wrapper .mainmenu > ul > li:hover > .table > a:before {
        content: unset;
    }
    .mainmenu-wrapper {
        padding: 0 34px;
    }

    .promo {
        height: 270px;
    }

    .mainmenu ul {
        display: flex;
        flex-direction: column;
    }

    .mainmenu ul li {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    #slideshow .slides, 
    #slideshow .slide {
        height: 200px !important;
    }

    .promo .caption .lead span {
        font-size: 18px !important;
        line-height: 1.2;
    }
    .blockheader {
        white-space: nowrap;
    }

    .footer-block .col {
        width: 100% !important;
        text-align: center;
        padding: 0;        
    }

    .list.news-widget {
        height: auto;
    }

    .footer-block:before {
        background: unset;
    }

    .footer-block .col.col1 {
        padding: 0;
    }

    .footer-block .col.col3 {
        padding: 0;
    }
    .footer-block .col .coltitle {
        background: #1e3a5f;
        width: 100%;
        padding: 0 ;
    }

    #imageslider {
        margin: 0 auto;
    }
   


    /* Адаптація сіток (grid), які є у вашому styles.css */
    .grid_datas, 
    .grid_address, 
    .grid4_custom, 
    .grid2_custom {
        grid-template-columns: 1fr !important;
        gap: 15px;
    }

    .button, a.button {
        margin: 10px 0 !important;
        width: 100%;
        font-size: 18px !important;
    }
}

@media screen and (max-width: 680px) {
    .slogan {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .content {
        overflow-x: hidden;
    }
    #slideshow .slide .caption {
        width: 100%;

    }
    .postheader {
        font-size: 38px;
    }

    .blockheader {
        padding: 0 61px;
    }
    .mainmenu-wrapper .mainmenu > ul > li > .table > a {
        font-size: 12px;
        border-left: 0;
        border-right: 0;
        white-space: nowrap;
    }
    .postcontent ul {
        padding-left: 0;
        overflow: visible;
    }
    .postcontent ul li {
        padding: 0 0 0 0px;
        margin: 0 0 0px;
        list-style: none;
        list-style-type: none;
        font-size: 17px;
        white-space: nowrap;
    }

    .postcontent ul li:before {
        content: unset;
    }

    .postcontent ul {
        margin-left: 0;
    }
    #imageslider {
        /* width: 100%; */
        width: 320px;        
    }
}
@media screen and (max-width: 480px) {
    header .slogan {
        display: none;
    }

    .mainmenu-wrapper {
        padding: 0 15px;
    }

    .postheader {
        font-size: 21px;
        margin: 0 0 15px;
    }
   
    .blockheader {
        font-size: 16px !important;
    }

    .postcontent h2 {
        font-size: 20px !important;
    }

    #imageslider .slides .slide img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 480px) { 
    #imageslider {
        /* width: 100%; */
        width: 220px;   
        height: 180px;     
    }
}

.benefits {
    padding: 80px 0;
    background: #fff;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
  }
  
  .benefits__subtitle {
    display: block;
    text-align: center;
    color: #2ecc71;
    margin-bottom: 8px;
    font-weight: 600;
  }
  
  .benefits__title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 56px;
  }
  
  .benefits__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }
  
  .benefit-card {
    flex: 1 1 calc(25% - 24px);
    max-width: calc(25% - 24px);
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    text-align: center;
    overflow: hidden;
    transition: transform .25s ease;
  }
  
  .benefit-card:hover {
    transform: translateY(-4px);
  }
  
  .benefit-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
  }
  
  .benefit-card h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 16px 16px 8px;
  }
  
  .benefit-card p {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 16px 20px;
    color: #555;
  }
  
  /* Tablet */
  @media (max-width: 992px) {
    .benefit-card {
      flex: 1 1 calc(50% - 24px);
      max-width: calc(50% - 24px);
    }
  
    .benefits__title {
      font-size: 30px;
    }
  }
  
  /* Mobile */
  @media (max-width: 576px) {
    .benefit-card {
      flex: 1 1 100%;
      max-width: 100%;
    }
  
    .benefits {
      padding: 48px 0;
    }
  
    .benefits__title {
      font-size: 24px;
    }
  }
