@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Oxygen:300,400,700&subset=latin-ext&display=swap');

/* NO SELECT + HIGHLIGHT COLOR */
/** {
    user-select: none;
}
*::selection {
    background: none;
}
*::-moz-selection {
    background: none;
}*/

.wow {
    opacity: 0;
    filter: alpha(opacity = 0);
    visibility: hidden;
}

@media only screen and (max-width: 489px) {

    .header__inner {
        padding: 30px 0 60px 0 !important;    
    }

}

@media only screen and (max-width: 767px) {

    .header--small {
        min-height: 0;
    }

    .navbar-brand__image {
        height: 40px;
        width: auto;
        max-width: 90%;
    }

    .header__inner {
        padding: 30px 0 60px 0;    
    }

    .hi__pictogram {
        height: 275px;
        width: auto;
    }

    .th__span {
        display: block;
    }

    .header__heading-1, .team__heading-2, .team__heading-3, .offer__heading-2, .vendors__heading-2, .cooperation__heading-2 {
        font-size: 5.4em;
    }

    .team__heading-3 {
        margin-bottom: 20px !important;
    }

    .header__heading-2 {
        font-size: 6.2em;
    }

    .hi__image {
        margin: 0 auto;
        height: auto;
        max-width: 75%;
    }

    .main__heading-1 {
        font-size: 5.6em;
    }

    .main__heading-2 {
        font-size: 4em;
    }

    .team {
        background: #161616;
    }

    .main {
        background: #ffffff;
    }

    .array--padding {
        padding: 20px 0 90px 0;
    }

    .carousel__inner, .carousel__item {
        height: 410px;
    }

    .footer {
        background: #2b345c;
    }

    .col-xs--margin-top, .row-xs--margin-top {
        margin-top: 30px;
    }

    .col-xs--align-center, .main p.col-xs--align-center, .col-xs--align-center-2, .main p.col-xs--align-center-2 {
        text-align: center !important;
    }

    .xs--hidden {
        display: none !important;
    }

    header, article, section, footer {
        background-image: none !important;
    }

}

@media only screen and (min-width: 768px) {

    .header__inner {
        margin-top: 30px;
    }

    .hi__pictogram {
        margin-top: 20px;
        height: 275px;
        width: auto;
    }

    .th__span {
        position: relative;
        top: -12px;
        left: 20px;
    }

    .header__heading-1, .team__heading-2, .team__heading-3, .offer__heading-2, .vendors__heading-2 {
        font-size: 6.4em;
    }

    .header__heading-2 {
        font-size: 7.2em;
    }

    .main__heading-1 {
        font-size: 6.4em;
    }

    .main__heading-2, .cooperation__heading-2 {
        font-size: 4.5em;
    }

    .team {
        background: #161616 url(../images/main.jpg) no-repeat center right;
    }

    .main {
        background: #ffffff url(../images/main2.jpg) no-repeat bottom center;
        position: relative;
    }

    .main:before {
        height: 403px;
        width: 100%;
        background: #ffffff url(../images/main1.jpg) no-repeat top center;
        position: absolute;
        left: 0;
        top: 0;
        content: '';
    }

    .array--padding {
        padding: 20px 0;
    }

    .carousel__inner {
        min-height: 200px;
    }

    .footer {
        background: #2b345c url(../images/footer2.jpg) no-repeat bottom right;
    }

    .desktop--hidden {
        display: none;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .header--big {
        min-height: 650px;
    }

    .header--service {
        min-height: 500px;
    }

    .header__heading-1--bb {
        margin-top: 90px !important;
    }

    .header__inner {
        padding: 0 0 60px 0;    
    }

    .hi__image {
        margin: 0 auto;
        height: auto;
        max-width: 75%;
    }

    .row-sm--margin-top {
        margin-top: 30px;
    }

    .sm--hidden {
        display: none !important;
    }

    header, article, section, footer {
        background-image: none !important;
    }

    .col-sm--align-center {
        text-align: center;
    }

    .col-sm--margin-top {
        margin-top: 30px;
    }

    .col-sm--padding-bottom {
        padding-bottom: 50px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

    .navbar--custom {
        background-color: #f1f1f1;
        border-bottom: 0;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-toggle--custom {
        border-radius: 0;
        border: none;
    }

    .navbar--custom .navbar__list > li > a {
        color: #ffffff;
    }

    .navbar--custom .navbar__list > li > a:hover, .navbar--custom .navbar__list > li > a:focus {
        color: #ffffff;
    }

    .navbar--custom .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-collapse {
        background-color: #f1f1f1;
    }

    .navbar.navbar-default .navbar-collapse {
        background-color: #ffffff;
        border: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar > .container {
        width: 100%;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #48c0e5;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar__item {
        text-align: center;
    }

    .sticky-button {
        bottom: 15px !important;
        right: 15px !important;
    }

}

@media only screen and (min-width: 992px) {

    .header__col {
        padding-left: 30px;
    }

    .no-padding--left {
        padding-left: 0;
    }

    .no-padding--right {
        padding-right: 0;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .header--big {
        min-height: 600px;
    }

    .header--service {
        min-height: 500px;
    }

    .header__heading-1--bb {
        margin-top: 90px !important;
    }

    .header--big .header__inner {
        margin-top: 150px;
    }

    .header--service .header__inner {
        margin-top: 80px;
    }

    .hi__image {
        height: auto;
        max-width: 75%;
    }

    .col-md--margin-top, .row-md--margin-top {
        margin-top: 30px;
    }

    .col-md--align-center {
        text-align: center;
    }

    .md--hidden {
        display: none !important;
    }

}

@media only screen and (max-width: 1199px) {

    .sub-menu2 {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #e2e2e2;
        display: block !important;
        visibility: visible !important;
    }

    .sub-menu2 li {
        padding: 10px 0 !important;
        font-size: 1em !important;
        list-style-type: none;
        border-bottom: 1px solid #000000;
        position: relative;
        left: -22px;
    }

    .sub-menu2 li:last-child {
        border-bottom: none;
    }

    .sub-menu2 li a {
        color: #000000 !important;
    }

    .sub-menu2 li a:hover, .sub-menu2 li a:focus {
        color: #000000 !important;
        text-decoration: none;
    }

    .navbar--custom {
        background-color: #f1f1f1;
        border-bottom: 0;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-toggle--custom {
        border-radius: 0;
        border: none;
    }

    .navbar--custom .navbar-toggle .icon-bar {
        background-color: #2b345c;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar.navbar-default .navbar-collapse {
        background-color: #f1f1f1;
        border: none;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar > .container {
        width: 100%;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: #2b345c !important;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-brand {
        padding: 0;
        padding-top: 5px;
        position: absolute;
        top: 6px;
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar__item {
        text-align: center;
        border-bottom: 1px solid #e2e2e2;
    }

    .navbar--custom .navbar__list > li:nth-child(7) {
        border-bottom: none;
    }

    .navbar--custom .navbar__list > li:nth-child(8), .navbar--custom .navbar__list > li:nth-child(9) {
        display: none;
    }

    .sub-menu {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #3f3f3f;
        display: block !important;
        visibility: visible !important;
    }

    .sub-menu li {
        padding: 10px 0 !important;
        font-size: 1em !important;
        list-style-type: none;
        border-bottom: 1px solid #000000;
        position: relative;
        left: -22px;
    }

    .sub-menu li:last-child {
        border-bottom: none;
    }

    .sub-menu li a {
        color: #ffffff;
    }

    .sub-menu li a:hover, .sub-menu li a:focus {
        color: #ffffff;
        text-decoration: none;
    }

    .navbar--custom .nl__item a {
        color: #585858;
    }

    .navbar--custom .nl__item a:hover, .navbar--custom .nl__item a:focus {
        color: #ffffff;
        text-decoration: none
    }

    .navbar-brand__image {
        height: 30px;
        width: auto;
        max-width: 90%;
    }

    .ni__image {
        display: none;
    }

    .team__photo {
        margin: 0 auto;
        /*height: auto;
        max-width: 195px;*/
        width: 195px;
        height: 195px;
        border-radius: 50%;
    }

    .offer__link:focus, .offer__link:hover {
        color: inherit;
        text-decoration: none;
    }

    .mobile-hide {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {

    .sub-menu2 {
        margin-top: -30px;
        padding: 9px 0 0 0 !important;
        background: url(../images/bg_navbar_li.png) no-repeat center top;
        height: auto;
        width: 200px;
        text-align: left;
        display: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999999;
    }

    .sub-menu2 li {
        margin: 0 !important;
        padding: 0 !important;
        background-color: #121212;
        width: 200px;
        font-family: 'Lato', sans-serif;
        font-size: 0.85em !important;
        font-weight: 900;
        color: #ffffff !important;
        text-align: center;
        display: block !important;
    }

    .sub-menu2 li a {
        padding: 10px 0;
        color: #ffffff !important;
        line-height: 25px !important;
        display: block;
    }

    .sub-menu2 li a:hover, .sub-menu2 li a:focus {
        color: #ffffff !important;
        text-decoration: none;
    }

    .sub-menu2 li a:hover, .sub-menu2 li a:focus {
        background-color: #bc1521;
        text-decoration: none;
    }

    .header--small {
        min-height: 130px;
    }

    .header--big {
        min-height: 800px;
    }

    .header--service {
        min-height: 540px;
    }

    .header__heading-1--bb {
        margin-top: 90px !important;
    }

    .navbar .container {
        position: relative;
    }

    .navbar--position {
        text-align: right;
    }

    .navbar--custom {
        background-color: transparent;
        height: 125px;
        width: 100%;
    }

    .navbar__list {
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .navbar--custom .navbar__item {
        margin-left: 5px;
        margin-right: 5px;
        float: left;
    }

    .navbar--custom .navbar__list > li:nth-child(4) > a, .navbar--custom .navbar__list > li:nth-child(4) > a:focus {
        margin-right: 15px;
        padding: 10px 20px;
        color: #f1f1f4;
        /*background-color: #f1f1f4;*/
        background-color: #ed1a3d;
        border-color: #dc1133;
        line-height: normal;
        position: relative;
        top: 41px;
        border: 2px solid #bd1521;
    }

    .navbar--custom .navbar__list > li:nth-child(4) > a:hover {
        color: #be1522;
        background-color: transparent;
    }

    .navbar--custom .navbar__list > li:nth-child(5) > a {
        padding: 0 5px;
        color: #2b345c;
        border-top: 2px solid transparent !important;
    }

    .navbar--custom .navbar__item:nth-child(6) {
        margin-right: 0;
    }

    .navbar--custom .navbar__list > li:nth-child(6) > a {
        padding-left: 5px;
        padding-right: 0;
        color: #2b345c;
        border-top: 2px solid transparent !important;
    }

    .navbar--custom .navbar__list > li > a {
        padding: 0 10px;
        color: #2b345c;
        line-height: 122px;
        border-top: 2px solid transparent;
    }

    .navbar--custom .navbar__list > li > a:hover, .navbar--custom .navbar__list > li > a:focus {
        color: #be1522;
        /*border-top: 2px solid #2b345c;*/
    }

    .sub-menu {
        margin-top: -30px;
        padding: 9px 10px 0 10px !important;
        background: url(../images/bg_navbar_li.png) no-repeat center top;
        height: auto;
        width: 650px;
        text-align: left;
        display: none;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999999;
    }

    .sub-menu li {
        margin: 0 !important;
        padding: 0 !important;
        background-color: #121212;
        width: 210px;
        font-family: 'Lato', sans-serif;
        font-size: 0.85em !important;
        font-weight: 900;
        color: #ffffff !important;
        text-align: center;
        display: block !important;
    }

    .sub-menu li a {
        padding: 30px 10px;
        color: #ffffff;
        line-height: 25px !important;
        display: block;
    }

    .sub-menu li a:hover, .sub-menu li a:focus {
        color: #ffffff;
        text-decoration: none;
    }

    .sub-menu li a:hover, .sub-menu li a:focus {
        background-color: #bc1521;
        text-decoration: none;
    }

    .sub-menu li a:hover .oih, .sub-menu li a:focus .oih {
        display: block;
    }

    .sub-menu li a:hover .oi, .sub-menu li a:focus .oi {
        display: none;
    }

    .sub-menu li a:hover span, .sub-menu li a:focus span {
        color: #ffffff;
    }

    .offer__link:focus, .offer__link:hover {
        background-color: #bc1521;
        text-decoration: none;
    }

    .offer__link:focus .oih, .offer__link:hover .oih {
        display: block;
    }

    .offer__link:focus .oi, .offer__link:hover .oi {
        display: none;
    }

    .offer__link:focus p, .offer__link:hover p {
        color: #ffffff;
    }

    .oih {
        display: none;
    }

    .ni__image {
        margin: 0 auto 10px auto;
        height: 96px;
        width: auto;
        display: block;
    }

    .navbar-brand {
        padding-top: 35px;
    }

    .navbar-brand__image {
        height: 45px;
        width: auto;
        max-width: 90%;
    }

    .header--big .header__inner {
        margin-top: 130px;
    }

    .header--service .header__inner {
        margin-top: 20px;
    }

    .hi__image {
        height: auto;
        max-width: 100%;
    }

    .hi__image-255 {
        height: 275px !important;
        width: auto !important;
    }

    .team p {
        text-align: justify;
    }

    .team__photo {
        /*height: auto;
        max-width: 195px;*/
        width: 195px;
        height: 195px;
        border-radius: 50%;
    }

    .col-lg--align-center {
        text-align: center;
    }

    .col-lg--align-right {
        text-align: right;
    }

    .col-lg--margin-top {
        margin-top: 30px;
    }

    .col-lg__th-3--margin-top {
        margin-top: 30px;
    }

    .lg--hidden {
        display: none !important;
    }

    .lg--vertical-center {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .twitter {
        padding-top: 30px
    }
}

/*@media only screen and (min-width: 768px) and (max-width: 1024px) {
}*/



.background--cover3:after {
    background-image: url(../images/header3a.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 414px; /* to ma wpływ na dropujące się menu, było 468px */
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}

html, body {
    height: 100%;
    font-size: 62.5%;
}

body {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.overflow-x {
    overflow-x: hidden;
}

.overflow-y {
    overflow-y: hidden;
}

.body {
    background-color: #ffffff;
    border-top: 2px solid #be1522;
}

h1, h2, h3, h4 {
    margin: 0;
    font-family: 'Lato', sans-serif;
    line-height: normal;
}

h1 span, h2 span, h3 span, h4 span {
    font-weight: 900;
}

p {
    margin-bottom: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 1.5em;
}

p:last-child {
    margin-bottom: 0;
}

/* timeline - start */
.cooperation ol {
    list-style-type: none;
}

.cooperation li {
    position: relative;
    margin: 0;
    padding-bottom: 1em;
    padding-left: 20px;
}

.cooperation li:before {
    content: '';
    background-color: #be1522;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 6px;
    width: 3px;
}

.cooperation li:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' viewBox='0 0 32 32' focusable='false'%3E%3Ccircle stroke='none' fill='%23be1522' cx='16' cy='16' r='10'%3E%3C/circle%3E%3C/svg%3E");
    position: absolute;
    left: 0;
    top: 3px;
    height: 15px;
    width: 15px;
}
/* timeline - end */

.cooperation li {
    font-family: 'Lato', sans-serif;
    font-size: 2.5em;
    color: #2b345c;
    text-align: justify;
    line-height: 1.5em;
    letter-spacing: 0.02em;
}

.main li {
    font-family: 'Lato', sans-serif;
    font-size: 2.5em;
    color: #2b345c;
    text-align: justify;
    line-height: 1.5em;
    letter-spacing: 0.02em;
}

.wrapper {
    margin: 0 auto;
    height: 100%;
    max-width: 100%;
    position: relative;
}

.navbar--custom {
    margin: 0;
    border: none;
    border-radius: 0;
}

.navbar--custom .navbar__item, .navbar--custom .nl__item {
    font-family: 'Oxygen', sans-serif;
    font-size: 2.3em;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nl__list {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 13px;
    left: 15px;
}

.nl__item {
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
    float: left;
    list-style-type: none;
}

.navbar__item a.current, .nl__item a.current {
    color: #9197b4 !important;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

.container {
    position: relative;
}

.header {
    background-color: #ffffff;
    background-image: url(../images/header3.png);
    position: relative;
}

.header--small {
    background-color: #ffffff;
    background-image: url(../images/header3.png);
    position: relative;
}

.header__inner {
    position: relative;
    z-index: 2;
}

.header__heading-1 {
    margin: 20px 0 30px 0;
    font-weight: 300;
    color: #2b345c;
    line-height: 1.1em;
}

.header__heading-1 span {
    font-size: 1.0em;
}

.header__heading-1--bb {
    font-weight: 900;
    text-transform: uppercase;
}

.header__heading-1--b {
    margin-bottom: 0;
    font-size: 18em;
    font-weight: 900;
}

.header__heading-2 {
    margin: 0;
    font-weight: 300;
    color: #2b345c;
    line-height: 1.1em;
}

.header__paragraph {
    font-size: 2.5em;
    color: #2b345c;
    text-align: justify;
    text-indent: 5% !important;
}

.cooperation {
    background-color: #f1f1f4;
}

.cooperation--padding {
    padding: 60px 0;
}

.cooperation__heading-2 {
    font-size: 6.5em;
    color: #2b345c;
}

.cooperation p, .cooperation li {
    font-size: 2.5em;
    color: #2b345c;
    letter-spacing: 0.02em;
    text-align: justify;
}

.cooperation__image {
    height: auto;
    max-width: 100%;
}

.main--padding {
    padding: 60px 0;
}

.main__heading-1 {
    margin-bottom: 30px;
    font-weight: 300;
    color: #2b345c;
}

.main__heading-2 {
    margin-bottom: 20px;
    font-weight: 900;
    color: #2b345c;
}

.main__heading--team {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 5.6em;
}

.main__heading-3 {
    margin-bottom: 20px;
    font-size: 4em;
    font-weight: 300;
    color: #2b345c;
}

.main p {
    font-size: 2.5em;
    color: #2b345c;
    text-align: justify;
    letter-spacing: 0.02em;
    text-indent: 5% !important;
}

.container p a, .container p a:hover, .container p a:focus, .container li a, .container li a:hover, .container li a:focus {
    color: #be1622;
    text-decoration: none;
}

.main p a[rel="nofollow noopener"], .main p a:hover[rel="nofollow noopener"], .main p a:focus[rel="nofollow noopener"], .main li a[rel="nofollow noopener"], .main li a:hover[rel="nofollow noopener"], .main li a:focus[rel="nofollow noopener"] {
    color: #be1622;
}

.main p a[target="_blank"], .main p a:hover[target="_blank"], .main p a:focus[target="_blank"], .main li a[target="_blank"], .main li a:hover[target="_blank"], .main li a:focus[target="_blank"] {
    color: #be1622;
}

.paragraph p a, .paragraph p a:hover, .paragraph p a:focus, .paragraph li a, .paragraph li a:hover, .paragraph li a:focus {
    color: #be1622;
    text-decoration: none;
}

.paragraph p a[rel="nofollow noopener"], .paragraph p a:hover[rel="nofollow noopener"], .paragraph p a:focus[rel="nofollow noopener"], .paragraph li a[rel="nofollow noopener"], .paragraph li a:hover[rel="nofollow noopener"], .paragraph li a:focus[rel="nofollow noopener"] {
    color: #be1622;
}

.paragraph p a[target="_blank"], .paragraph p a:hover[target="_blank"], .paragraph p a:focus[target="_blank"], .paragraph li a[target="_blank"], .paragraph li a:hover[target="_blank"], .paragraph li a:focus[target="_blank"] {
    color: #be1622;
}

strong {
    color: #000000;
}

.main__social {
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 10px;
    height: 23px;
    width: auto;
}

.main__team {
    padding-bottom: 25px;
    border-bottom: 1px solid #bc1521;
}

.offer {
    background: #ffffff url(../images/offer.jpg) no-repeat center left;
}

.offer .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

.offer--line .container:before {
    background-color: #444444;
    height: 1px;
    width: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.offer__heading-2 {
    margin-bottom: 30px;
    font-weight: 300;
    color: #2b345c;
}

.offer__heading-3 {
    margin: 30px 0;
    font-size: 3.2em;
    font-weight: 900;
    color: #2b345c;
    text-transform: uppercase;
}

.offer p, .offer__paragraph {
    font-size: 2.5em;
    color: #c1c1c1;
    text-align: center;
    letter-spacing: 0.02em;
}

.offer__paragraph-2 {
    text-indent: 5% !important;
}

.offer__link p {
    text-align: center !important;
}

.offer__image {
    height: 150px;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.offer__link {
    padding: 25px;
    display: block;
}

.oih {
    display: none;
}

.team--padding {
    padding: 60px 0;
}

.team__heading-2 {
    margin-bottom: 30px;
    font-weight: 300;
    color: #2b345c;
}

.team__heading-3 {
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 5.6em;
    font-weight: 900;
    color: #2b345c;
    line-height: normal;
}

.team p {
    margin-bottom: 0;
    font-size: 2.5em;
    color: #c1c1c1;
    letter-spacing: 0.02em;
}

.team__link, .team__link:hover, .team__link:focus {
    color: #FF4B44;
    text-decoration: none;
}

.team__margin-top {
    margin-top: 60px;
}

.team__margin-top2 {
    margin-top: 30px;
}

.array {
    background-color: #ffffff;
}

.array--black {
    background-color: #161616;
}

.array .container {
    padding-top: 60px;
    position: relative;
}

.carousel-indicators {
    position: absolute;
    top: -40px;
}

/*.array .container:before {
    background-color: #bc1521;
    height: 1px;
    width: 56%;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.array .container:after {
    background-color: #bc1521;
    height: 1px;
    width: 56%;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}*/

.array__heading-2 {
    font-size: 4em;
    color: #ffffff;
}

.array__paragraph-2 {
    text-indent: 5% !important;
}

.approach--padding {
    padding: 25px;
}

.vendors--padding {
    /*padding: 30px 0 90px 0;*/
    padding: 60px 0 40px 0;
}

.vendors__image {
    height: auto;
    max-width: 100%;
}

.vendors p, .vendors__paragraph {
    font-size: 2.5em;
    color: #c1c1c1;
    text-align: justify;
    letter-spacing: 0.02em;
}

.vendors__paragraph-2 {
    text-indent: 5% !important;
}

.vendors__heading-2 {
    margin-bottom: 30px;
    font-weight: 300;
    color: #ffffff;
}

.footer--padding {
    padding: 60px 0;
}

.footer .container {
    position: relative;
    z-index: 1;
}

.footer__heading-4 {
    margin-bottom: 34px;
    font-size: 4em;
    font-weight: 900;
    color: #ffffff;
}

.footer p {
    font-size: 2.5em;
    color: #ffffff;
}

.footer a {
    border-bottom: 1px dashed #ffffff;
}

.footer__link {
    border-bottom: none !important;
}

.footer p a, .footer p a:hover, .footer p a:focus, .footer li a, .footer li a:hover, .footer li a:focus {
    color: #ffffff;
    text-decoration: none;
}

.footer__logo {
    margin-bottom: 20px;
    height: 45px;
    width: auto;
}

.footer__image {
    margin-right: 20px;
    height: 23px;
    width: auto;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer li {
    font-family: 'Lato', sans-serif;
    font-size: 2.5em;
    color: #ffffff;
    line-height: 1.5em;
    list-style: none;
}

/*.footer li ul {
    margin: 16px 0; 
    padding-left: 30px;
    border-left: 1px solid #ff2434;
}*/

.bottom {
    padding: 15px 0;
    background-color: #bd1521;
    position: relative;
}

.bottom p {
    margin: 0;
    font-size: 1.6rem;
    color: #ffffff;
}

.bottom__sign {
    height: 110px;
    width: auto;
    position: absolute;
    top: -71px;
    right: 100px;
}

ul.zebra {
    margin: 16px 0;
    list-style-type: none;
}
ul.zebra > li {
    padding-left: 30px;
    border-left: 1px solid black;
}
ul.zebra > li:nth-of-type(odd) {
    border-left: 1px solid #ff2434;
}
/*ul.zebra > li:last-child {
    border-bottom: none;
}*/

.footer li ul li {
    font-size: 1em;
}

.footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.footer {
    position: relative;
    overflow: hidden;
}

.footer span {
    font-weight: 700;
}

.row--margin-top {
    margin-top: 30px;
}

.main--margin-top {
    margin-top: 40px;
}

.align-center {
    text-align: center;
}

.align-justify {
    text-align: justify;
}

.align-right {
    text-align: right;
}

.btn--custom {
    padding: 14px 70px;
    width: auto;
    font-family: 'Lato', sans-serif;
    font-size: 2.5em;
    line-height: normal;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--red {
    color: #be1522;
    border: 2px solid #be1522;
}

.btn--red:hover, .btn--red:focus {
    background-color: #be1522;
    color: #ffffff;
    border: 2px solid #be1522;
}

.btn--margin-top {
    margin-top: 30px;
}

.background--cover {
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

.background--cover2 {
    background-repeat: no-repeat;
    background-position: right top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

.background--cover3 {
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

body * {
    -moz-transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.col-xs--align-center, .main p.col-xs--align-center {
    text-indent: 0 !important;
}

.col-xs--align-center-2, .main p.col-xs--align-center-2 {
    text-indent: 0 !important;
    margin: 0 !important;
}

.col-xs--align-center-3, .main p.col-xs--align-center-3 {
    text-align: center !important;
    text-indent: 0 !important;
}

.btn-danger {
    color: #ffffff !important;
}

.sticky-button {
    font-family: 'Oxygen', sans-serif;
    font-size: 2.3em;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #ffffff !important;
    background-color: #be1522;
    /*border: 2px solid #2b345c;*/
    text-decoration: none !important;
    padding: 10px 20px;
    z-index: 10;
    position: fixed;
    bottom: 40px;
    right: 40px;
}

.sticky-button:hover  {
    background-color: #2b345c;
    /*border: 2px solid #be1522;*/
}

.indent {
    text-indent: 5% !important;
}

.image-intext {
    text-align: center;
    padding: 10px 0 30px 0;
    display: block;
    margin: auto;
    width: 100%;
}

.breakul {
    padding-left: 20px;
}