html {
    scroll-behavior: smooth
}

body {
    font-family: 'Open Sans', sans-serif!important;
    padding: 135px 0 0 0
}

img {
    max-width: 100%
}

a {
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

a:hover {
    text-decoration: none
}

.btn {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 5px 10px;
    border: 1px solid #f26623;
    background-color: #f26623;
    display: inline-block;
    border-radius: 0
}

.btn:hover {
    color: #f26623;
    border-color: #f26623;
    background-color: #fff
}

.show-for-small,
.show-for-small-inline {
    display: none!important
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(-100%)
    }
    5% {
        -webkit-transform: translateY(-100%)
    }
    15% {
        -webkit-transform: translateY(0);
        padding: 4px auto
    }
    20% {
        -webkit-transform: translateY(-80%)
    }
    25% {
        -webkit-transform: translateY(0);
        padding: 4px auto
    }
    30% {
        -webkit-transform: translateY(-70%)
    }
    35% {
        -webkit-transform: translateY(0);
        padding: 5px auto
    }
    40% {
        -webkit-transform: translateY(-60%)
    }
    45% {
        -webkit-transform: translateY(0);
        padding: 5px auto
    }
    50% {
        -webkit-transform: translateY(-50%)
    }
    55% {
        -webkit-transform: translateY(0);
        padding: 6px auto
    }
    60% {
        -webkit-transform: translateY(-30%)
    }
    65% {
        -webkit-transform: translateY(0);
        padding: 6px auto
    }
    70% {
        -webkit-transform: translateY(-15%)
    }
    75% {
        -webkit-transform: translateY(0);
        padding: 8px auto
    }
    80% {
        -webkit-transform: translateY(-10%)
    }
    85% {
        -webkit-transform: translateY(0);
        padding: 8px auto
    }
    90% {
        -webkit-transform: translateY(-5%)
    }
    95% {
        -webkit-transform: translateY(0);
        padding: 10px
    }
    100% {
        -webkit-transform: translateY(0);
        padding: 0
    }
}

@-moz-keyframes bounce {
    0% {
        -moz-transform: translateY(-100%);
        opacity: 0
    }
    5% {
        -moz-transform: translateY(-100%);
        opacity: 0
    }
    15% {
        -moz-transform: translateY(0);
        padding-bottom: 5px
    }
    30% {
        -moz-transform: translateY(-50%)
    }
    40% {
        -moz-transform: translateY(0);
        padding-bottom: 6px
    }
    50% {
        -moz-transform: translateY(-30%)
    }
    70% {
        -moz-transform: translateY(0);
        padding-bottom: 7px
    }
    80% {
        -moz-transform: translateY(-15%)
    }
    90% {
        -moz-transform: translateY(0);
        padding-bottom: 8px
    }
    95% {
        -moz-transform: translateY(-10%)
    }
    97% {
        -moz-transform: translateY(0);
        padding-bottom: 9px
    }
    99% {
        -moz-transform: translateY(-5%)
    }
    100% {
        -moz-transform: translateY(0);
        padding: 0;
        opacity: 1
    }
}

@-o-keyframes bounce {
    0% {
        -o-transform: translateY(-100%);
        opacity: 0
    }
    5% {
        -o-transform: translateY(-100%);
        opacity: 0
    }
    15% {
        -o-transform: translateY(0);
        padding-bottom: 5px
    }
    30% {
        -o-transform: translateY(-50%)
    }
    40% {
        -o-transform: translateY(0);
        padding-bottom: 6px
    }
    50% {
        -o-transform: translateY(-30%)
    }
    70% {
        -o-transform: translateY(0);
        padding-bottom: 7px
    }
    80% {
        -o-transform: translateY(-15%)
    }
    90% {
        -o-transform: translateY(0);
        padding-bottom: 8px
    }
    95% {
        -o-transform: translateY(-10%)
    }
    97% {
        -o-transform: translateY(0);
        padding-bottom: 9px
    }
    99% {
        -o-transform: translateY(-5%)
    }
    100% {
        -o-transform: translateY(0);
        padding: 0;
        opacity: 1
    }
}

@keyframes bounce {
    0% {
        transform: translateY(-100%);
        opacity: 0
    }
    5% {
        transform: translateY(-100%);
        opacity: 0
    }
    15% {
        transform: translateY(0);
        padding-bottom: 5px
    }
    30% {
        transform: translateY(-50%)
    }
    40% {
        transform: translateY(0);
        padding-bottom: 6px
    }
    50% {
        transform: translateY(-30%)
    }
    70% {
        transform: translateY(0);
        padding-bottom: 7px
    }
    80% {
        transform: translateY(-15%)
    }
    90% {
        transform: translateY(0);
        padding-bottom: 8px
    }
    95% {
        transform: translateY(-7%)
    }
    97% {
        transform: translateY(0);
        padding-bottom: 9px
    }
    99% {
        transform: translateY(-3%)
    }
    100% {
        transform: translateY(0);
        padding: 0;
        opacity: 1
    }
}

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

@media (min-width:1400px) {
    .container {
        max-width: 1400px!important
    }
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch
}

.white {
    color: #fff!important
}

.mr-auto,
.mx-auto {
    margin-left: auto!important;
    margin-right: 20px
}

.navbar {
    height: 95px;
    height: 135px;
    background-color: #fff;
    position: fixed;
    top: 0
}

@media (min-width:992px) {
    .navbar {
        padding-top: 40px
    }
}

.navbar-collapse {
    margin-top: 20px
}

.navbar-brand img {
    height: 65px
}

.nav-item {
    display: inline-block;
    position: relative
}

.nav-item,
.nav-item a {
    color: #43464c;
    font-weight: 700;
    font-size: 14px;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.nav-item img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.nav-item a:hover,
.nav-item:hover,
.nav-link:hover {
    color: #f26624!important;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.nav-item a:hover img {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -moz-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -o-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0)
}

.nav-item.menu.hidden::after {
    display: none
}

.nav-item.menu.show::after {
    width: 30px;
    height: 30px;
    background: #fff;
    text-indent: -9999px;
    border-top: 3px solid #bfbfbf;
    border-left: 3px solid #bfbfbf;
    top: 42px;
    margin-left: 30px;
    position: absolute;
    z-index: 999;
    content: "";
    transform: rotate(45deg)
}

.nav-item.menu1.hidden::after {
    display: none
}

.nav-item.menu1.show::after {
    width: 30px;
    height: 30px;
    background: #fff;
    text-indent: -9999px;
    border-top: 3px solid #bfbfbf;
    border-left: 3px solid #bfbfbf;
    top: 42px;
    margin-left: 30px;
    position: absolute;
    z-index: 999;
    content: "";
    transform: rotate(45deg)
}

.nav-item .active {
    color: #f26624!important
}

.nav-item:last-child {
    margin-right: 50px
}

.nav-item:hover>a {
    color: #f26624
}

.nav-dropdown-content {
    background: #e5e5e5;
    display: none;
    position: fixed;
    top: calc(100% + 0px);
    top: 125px;
    left: 50%;
    width: 100vw;
    height: 80%;
    padding: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    overflow-y: scroll;
    background: #fff;
    border-top: 3px solid #c0c2c3
}

.nav-dropdown-content .logo {
    border-bottom: 3px solid #000;
    margin-bottom: 15px;
    margin-top: 25px
}

.nav-dropdown-content .logo img {
    margin-top: -13px;
    position: absolute;
    background-color: #e5e5e5;
    padding: 0 10px;
    background-color: #fff
}

.nav-dropdown-content1 {
    display: none;
    position: fixed;
    top: calc(100% + 0px);
    top: 125px;
    left: 50%;
    width: 100vw;
    height: 80%;
    padding: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    overflow-y: scroll;
    background: #fff;
    border-top: 3px solid #c0c2c3
}

.nav-dropdown-content1 .logo {
    border-bottom: 3px solid #f26624;
    margin-bottom: 15px;
    margin-top: 25px
}

.nav-dropdown-content1 .logo span {
    margin-top: -17px;
    position: absolute;
    background-color: #e5e5e5;
    padding: 0 10px;
    font-size: 24px;
    font-weight: 700;
    background-color: #fff
}

.nav-search {
    cursor: pointer;
    margin: 0!important
}

.nav-search img {
    height: 20px;
    margin-left: 10px
}

.nav-contact {
    top: 0;
    width: 100%;
    position: absolute;
    margin: 0!important;
    margin-left: -15px!important
}

.nav-contact div {
    text-align: right;
    font-size: 14px
}

.nav-contact div div {
    display: inline-block;
    font-weight: 700;
    padding: 10px 15px
}

.nav-contact div div:nth-child(2) {
    background-color: #f26624;
    color: #fff
}

.nav-contact div div div {
    display: inline-block;
    font-weight: 700;
    padding: 0 5px
}

.nav-contact a {
    color: #fff;
    text-decoration: none
}

.overlay-content {
    background: #43464d;
    position: relative;
    top: 30px;
    width: 30%;
    text-align: center;
    margin-top: 30px;
    padding: 10px 15px;
    margin: auto
}

.video-content {
    position: relative;
    top: 30px;
    width: 100%;
    height: 60px;
    text-align: center;
    margin-top: 30px;
    margin: auto
}

.video-content div {
    margin: 0 auto!important;
    width: auto!important
}

@media (min-width:992px) {
    .video-content div {
        width: 60%!important;
        height: 500px!important
    }
    .video-content div iframe {
        width: 100%!important;
        height: 100%!important
    }
}

.video-content p {
    font-size: 24px;
    color: #fff
}

.video-content .closebtn {
    top: -10px!important
}

.overlay {
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 1;
    top: 95px;
    top: 135px;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.overlay.open {
    visibility: visible;
    opacity: 1
}

@media (max-width:991.98px) {
    .overlay {
        top: 0
    }
}

.overlay .closebtn:hover {
    color: #f26624
}

.overlay .closebtn {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -45px;
    cursor: pointer
}

.overlay .closebtn i {
    color: #fff;
    font-size: 1.4rem
}

#SearchForm_SearchForm .middleColumn {
    width: 90%;
    float: left
}

#SearchForm_SearchForm input[type=text] {
    width: 100%;
    padding: 15px;
    font-size: 17px;
    border: none;
    background: #43464c;
    color: #fff;
    font-weight: 700;
    padding-left: 60px;
    outline: 0;
    background: url(../images/icon_search.png) no-repeat 10px center;
    background-size: 30px
}

#SearchForm_SearchForm input[type=submit] {
    width: 10%;
    height: 55px;
    background: url(../images/icon_right_white.png) center no-repeat;
    border: none;
    outline: 0;
    float: left;
    cursor: pointer;
    text-indent: -99999px
}

::placeholder {
    color: #fff;
    font-weight: 700
}

:-ms-input-placeholder {
    color: #fff
}

::-ms-input-placeholder {
    color: #fff
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #43464c;
    font-size: 17px;
    border: none;
    cursor: pointer;
    color: #fff
}

.download-catalogue-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1950;
    top: 95px;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.download-catalogue-overlay .overlay-container {
    position: relative;
    top: 40px;
    width: 30%;
    height: 60px;
    margin-top: 30px;
    margin: auto
}

.download-catalogue-overlay .overlay-container .closebtn {
    text-align: right;
    color: #fff
}

.download-catalogue-overlay .overlay-container .closebtn a {
    color: #fff;
    font-size: 24px;
    cursor: pointer
}

.download-catalogue-overlay .overlay-container .closebtn a:hover {
    color: #f26624
}

.download-catalogue-overlay .overlay-container .content {
    background: #43464d;
    color: #fff;
    padding: 30px
}

.download-catalogue-overlay .overlay-container .content h1 {
    font-size: 28px;
    font-weight: bolder;
    color: #f26624!important
}

.download-catalogue-overlay .overlay-container .content h2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700
}

.download-catalogue-overlay .overlay-container .content p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px
}

.download-catalogue-overlay .overlay-container .content form {
    margin-top: 30px;
    width: 100%;
    font-size: 12px;
    font-weight: 700
}

.download-catalogue-overlay .overlay-container .content form div {}

.download-catalogue-overlay .overlay-container .content form div div {
    padding: 2px 0
}

.download-catalogue-overlay .overlay-container .content form input,
.download-catalogue-overlay .overlay-container .content form textarea {
    width: 100%;
    outline: 0;
    font-size: 12px;
    padding: 2px 10px
}

.download-catalogue-overlay .overlay-container .content form textarea {
    min-height: 70px
}

.download-catalogue-overlay .overlay-container .content form button {
    background-color: #f26624;
    color: #fff;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 20px
}

.download-catalogue-overlay .overlay-container .content form button:hover {
    background-color: #fff;
    color: #000
}

@media (max-width:991.98px) {
    .download-catalogue-overlay .overlay-container {
        top: 0;
        width: 60%;
        height: 60px
    }
    .download-catalogue-overlay .overlay-container .content h1 {
        font-size: 24px
    }
    .download-catalogue-overlay .overlay-container .content h2 {
        font-size: 16px
    }
}

@media (max-width:575.98px) {
    .download-catalogue-overlay .overlay-container {
        top: 0;
        width: 90%;
        height: 60px
    }
    .download-catalogue-overlay .overlay-container .content h1 {
        font-size: 24px
    }
    .download-catalogue-overlay .overlay-container .content h2 {
        font-size: 16px
    }
}

.product-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1950;
    top: 95px;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.product-overlay .overlay-container {
    position: relative;
    top: 30%;
    width: 40%;
    height: 60px;
    margin-top: 30px;
    margin: auto
}

.product-overlay .overlay-container .closebtn {
    text-align: right;
    color: #fff
}

.product-overlay .overlay-container .closebtn a {
    color: #fff;
    font-size: 24px;
    cursor: pointer
}

.product-overlay .overlay-container .closebtn a:hover {
    color: #f26624
}

.product-overlay .overlay-container .content {
    background: #fff;
    color: #43464d;
    padding: 30px
}

.product-overlay .overlay-container .content img {
    width: 90%
}

.product-overlay .overlay-container .content p {
    margin: 20px 0;
    font-weight: 700
}

.product-overlay .overlay-container .content a {
    color: #f26624;
    font-weight: 700;
    text-decoration: none
}

.product-overlay .overlay-container .content .product_picture {
    text-align: center
}

.product-overlay .overlay-container .content .product_picture img {
    height: 250px;
    width: auto;
    margin: auto
}

@media (max-width:991.98px) {
    .product-overlay .overlay-container {
        position: relative;
        top: 10%;
        width: 90%;
        height: 60px;
        margin-top: 30px;
        margin: auto
    }
    .product-overlay .overlay-container .content .product_picture {
        margin-bottom: 40px
    }
}

.nav-contact-mobile {
    background-color: #f26624;
    color: #fff!important;
    width: auto;
    margin: 0 auto!important;
    text-align: center
}

.nav-contact-mobile div {
    display: inline-block;
    font-weight: 700;
    padding: 5px 5px;
    font-size: 14px
}

.nav-contact-mobile a {
    color: #fff
}

.nav-bar-mobile-menu {
    padding-top: 15px
}

.nav-bar-mobile-menu .navbar-toggler {
    float: right;
    margin-top: 15px;
    outline: 0
}

@media (max-width:479.98px) {
    .nav-bar-mobile-menu .navbar-brand {
        width: 70%!important
    }
    .nav-bar-mobile-menu .navbar-brand img {
        width: 100%!important
    }
}

.nav-bar-desktop {
    display: block;
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.nav-bar-desktop.up {
    top: -146px
}

.nav-bar-mobile {
    display: none;
    width: 100%;
    position: static
}

@media (max-width:991.98px) {
    .nav-bar-desktop {
        display: none
    }
    .nav-bar-mobile {
        display: block
    }
}

#sidebar {
    position: fixed;
    display: none;
    right: 0;
    min-width: 250px;
    max-width: 250px;
    height: 100%;
    background: #f26624!important;
    color: #fff;
    transition: all .3s;
    border-left: 2px solid #fff
}

#sidebar.active {
    right: 0;
    display: block
}

#sidebar .search {
    background-color: #43464c;
    border-bottom: 2px solid #fff;
    position: relative;
    padding: 0
}

#sidebar .search #SearchForm_SearchForm .middleColumn {
    padding: 0
}

#sidebar .search #SearchForm_SearchForm input[type=text] {
    height: 100%;
    font-size: 14px;
    padding: 10px 0 10px 15px;
    background-image: none
}

#sidebar .search #SearchForm_SearchForm input[type=submit] {
    height: 39px;
    background-size: 12px
}

#sidebar .menu {
    padding: 35px 10px 10px 10px
}

#sidebar .menu .item {
    text-align: center;
    padding-bottom: 10px
}

#sidebar .menu .item a {
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer
}

#sidebar .menu .item.active a {
    background-color: #c95e2a
}

.sidebar-item a {
    color: #fff;
    text-align: center
}

#content {
    width: 100%;
    margin-left: 0;
    background-color: #fff;
    transition: all .3s
}

#content.active {
    margin-left: -250px
}

.custom_carousel {
    margin-top: 60px
}

footer {
    background-color: #43464c!important;
    color: #fff!important;
    padding: 100px 0
}

footer .navigation {
    max-width: 20%!important;
    flex: 0 0 20%!important
}

footer h2 {
    color: #fff!important;
    font-size: 16px;
    font-weight: 700
}

footer ul {
    list-style: none;
    margin-top: 25px;
    margin-left: 0;
    padding-left: 0
}

footer ul li {
    font-size: 14px;
    padding: 2px 0
}

footer ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none
}

footer ul li a:hover {
    color: #f26624;
    text-decoration: none
}

@media (max-width:991.98px) {
    footer .navigation {
        float: left;
        width: 33%;
        margin-bottom: 30px
    }
    footer .navigation:last-child {
        width: 66%
    }
    footer ul {
        margin-top: 10px
    }
}

@media (max-width:575.98px) {
    footer .navigation {
        float: left;
        width: 50%;
        margin-bottom: 30px
    }
    footer ul {
        margin-top: 10px
    }
}

@media (max-width:479.98px) {
    footer .navigation {
        float: none;
        width: 100%;
        margin-bottom: 30px
    }
    footer ul {
        margin-top: 10px
    }
}

footer a {
    color: #fff!important;
    text-decoration: none!important;
    cursor: pointer
}

footer i {
    margin-right: 5px
}

footer .footer_part_2 {
    margin-top: 60px;
    padding-bottom: 85px;
    border-bottom: 1px solid #fff
}

footer .subscribe {
    margin: auto 0
}

footer .subscribe .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

footer .subscribe .text a {
    margin-top: 20px;
    font-size: 14px
}

footer .subscribe .text img {
    height: 16px;
    margin-right: 5px
}

footer .catalogue div {
    display: inline-block;
    align-content: center;
    text-align: center;
    width: 100%
}

footer .catalogue img {
    height: 105px;
    margin: auto
}

footer .catalogue .link {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700
}

footer .catalogue .linkinfo {
    margin-top: 0;
    font-size: 10px;
    color: #d2d3d4
}

footer .social-media {
    text-align: right;
    margin: auto 0
}

footer .social-media div {
    display: inline-block;
    margin: auto 0 auto 15px;
    height: 30px
}

footer .social-media img {
    height: 30px
}

@media (max-width:991.98px) {
    footer .footer_part_2 {
        border: 0
    }
    footer .catalogue,
    footer .social-media,
    footer .subscribe {
        float: none;
        margin: 0 auto 50px auto!important;
        text-align: center
    }
}

footer .footer_part_3 {
    margin-top: 50px
}

footer .branding img {
    height: 60px;
    transition: .5s linear
}

footer .branding img:hover {
    opacity: .6
}

footer .additional h2 {
    font-size: 16px;
    line-height: 60px;
    text-align: center
}

footer .chat {
    text-align: right
}

footer .chat div {
    display: inline-block;
    background-color: #f26624;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: center;
    cursor: pointer
}

footer .chat div img {
    width: 35px;
    height: 35px;
    margin-top: 12px
}

@media (max-width:991.98px) {
    footer .footer_part_3 {
        margin-top: 0
    }
    footer .footer_part_3 .additional,
    footer .footer_part_3 .branding,
    footer .footer_part_3 .chat {
        text-align: center;
        float: none;
        width: 100%
    }
}

footer .footer_part_4 {
    margin-top: 50px;
    text-align: center
}

footer .footer_part_4 div div {
    display: inline-block;
    color: #b4b1b4;
    font-size: 9px;
    padding: 0 10px;
    border-right: 1px solid #b4b1b4
}

footer .footer_part_4 div div:last-child {
    border-right: 0
}

footer .footer_part_4 div div a {
    color: #b4b1b4!important
}

footer .footer_part_4 div div a:hover {
    color: #fff!important
}

@media (max-width:991.98px) {
    footer .footer_part_4 div div:first-child {
        float: none;
        width: 100%;
        border-right: 0
    }
}

.homepage-services .row {
    margin: 0
}

.homepage-services .homepage-services-inner {
    overflow: hidden;
    padding: 0!important
}

.homepage-services .service-item {
    height: 100%;
    padding: 45px 50px;
    position: relative;
    background-position: center;
    background-size: cover;
    transition: all .5s ease
}

.homepage-services .service-video {
    width: auto;
    height: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto
}

.homepage-services .service-item .title {
    padding-bottom: 5px;
    border-bottom: 5px solid #fff!important
}

.homepage-services .service-item .content {
    margin-top: 230px;
    padding-bottom: 20px;
    border-bottom: 5px solid #fff!important;
    opacity: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.homepage-services .service-item .links {
    margin-top: 20px;
    opacity: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.homepage-services .homepage-services-inner.active .service-item .content,
.homepage-services .homepage-services-inner.active .service-item .links,
.homepage-services .homepage-services-inner:hover .service-item .content,
.homepage-services .homepage-services-inner:hover .service-item .links {
    opacity: 1;
    visibility: visible
}

.homepage-services .homepage-services-inner.active .service-item,
.homepage-services .homepage-services-inner:hover .service-item {
    background-image: url(../images/video-background.png)!important
}

.homepage-services .service-item .links div:last-child {
    float: right
}

.homepage-services .service-item .links div:first-child {
    float: left
}

.homepage-services .service-item h1 {
    font-size: 42px;
    font-weight: bolder;
    color: #fff!important
}

.homepage-services .service-item h2 {
    font-size: 30px;
    font-weight: bolder;
    color: #fff!important
}

.homepage-services .service-item a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none
}

.homepage-services .service-item a:hover {
    color: #f1611d
}

.homepage-services .service-item a img {
    height: 24px
}

.homepage-services .goto-next-section {
    text-align: center;
    padding: 20px;
    font-size: 30px;
    height: 80px;
    -webkit-animation: bounce 3s ease-out;
    -moz-animation: bounce 3s ease-out;
    -o-animation: bounce 3s ease-out;
    animation: bounce 3s ease-out
}

.homepage-services .goto-next-section a {
    color: #43464c
}

.homepage-services .goto-next-section a:hover {
    color: #f26624
}

@media (max-width:991.98px) {
    .homepage-services .row {
        width: 100%;
        padding: 0;
        margin: 0
    }
    .homepage-services .service-item {
        width: 100%
    }
    .homepage-services .service-item:first-child {
        display: block
    }
}

.breadcrumbs {
    padding: 30px 0;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 2px solid #42474d;
    margin-bottom: 50px
}

.breadcrumbs.wulftec {
    border-top: 1px solid #000;
    padding: 30px 0 30px 0;
    border-bottom: 5px solid #f29400;
    margin-bottom: 10px
}

.breadcrumbs.handfilm {
    border-top: 1px solid #000;
    padding: 30px 0 30px 0;
    border-bottom: 5px solid #43464c;
    margin-bottom: 10px
}

.breadcrumbs.nano {
    border-top: 1px solid #000;
    padding: 30px 0 30px 0;
    border-bottom: 5px solid #034ea2;
    margin-bottom: 10px
}

.breadcrumbs.wulftec.product-details {
    margin-bottom: 50px
}

.breadcrumbs.handfilm.product-details {
    margin-bottom: 50px
}

.breadcrumbs.nano.product-details {
    margin-bottom: 50px
}

.breadcrumbs .title {
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0
}

.breadcrumbs .title span {
    margin: 0 10px
}

.breadcrumbs .title a {
    font-weight: 700;
    font-size: 14px;
    color: #43464c;
    text-decoration: none
}

.breadcrumbs .title a::after {
    content: '/';
    margin: 0 10px;
    font-weight: 400;
    cursor: default
}

.breadcrumbs .backlink {
    padding-left: 0!important;
    padding-top: 10px;
    padding-bottom: 10px
}

.breadcrumbs .backlink i {
    padding-right: 5px;
    padding-left: 0;
    margin-left: 0
}

.breadcrumbs .backlink a {
    font-weight: 700;
    font-size: 14px;
    color: #43464c;
    text-decoration: none
}

.breadcrumbs .logo {
    text-align: right;
    height: 40px!important;
    padding-left: 0;
    padding-right: 0
}

.breadcrumbs .logo img {
    height: 100%
}

.breadcrumbs .share {
    text-align: right
}

.breadcrumbs .share a {
    color: #43464c;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer
}

@media (max-width:991.98px) {
    .breadcrumbs .logo,
    .breadcrumbs .title {
        float: none;
        width: 100%;
        text-align: left
    }
    .breadcrumbs .title {
        margin-bottom: 5px
    }
}

.special-border-top {
    border-top: 1px solid #42474d;
    padding-top: 40px
}

.special-no-border {
    border-bottom: 0!important;
    margin-bottom: 0!important
}

.common {
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 40px
}

.common .introduction {
    margin-bottom: 40px;
    font-size: 11px;
    font-weight: 700
}

.common .title {
    padding-bottom: 5px;
    border-bottom: 5px solid #f26624!important
}

.common h1 {
    font-size: 42px;
    font-weight: bolder;
    color: #f26624!important
}

.common h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 40px
}

.common p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px
}

.common .links {
    margin-top: 20px
}

.common .links div {
    float: left;
    margin-right: 80px
}

.common .links a {
    cursor: pointer;
    color: #43464c;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.common .links a:hover {
    color: #f26624;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.common .links a img {
    height: 24px
}

.common .links a:hover img {
    height: 24px;
    content: url(../images/icon_video_orange.png)
}

@media (max-width:991.98px) {
    .common .image,
    .common .links div {
        padding-bottom: 30px!important
    }
}

@media (min-width:992px) {
    .common .details {
        padding-right: 40px
    }
}

.homepage-slides {
    position: relative
}

.homepage-slides .control-left,
.homepage-slides .control-right {
    cursor: pointer!important;
    position: absolute;
    top: 50%;
    margin-top: -36px
}

.homepage-slides .control-left {
    left: 0;
    margin-left: -47px
}

.homepage-slides .control-right {
    right: 0;
    margin-right: -47px
}

@media (max-width:991.98px) {
    .homepage-slides .control-left {
        background-color: #fff;
        left: 0;
        margin-left: 0
    }
    .homepage-slides .control-right {
        background-color: #fff;
        right: 0;
        margin-right: 0
    }
}

.homepage-slides .comment-item {
    display: none
}

.homepage-slides .comment_image {
    padding-right: 0;
    min-height: 400px;
    height: 400px;
    float: left
}

.homepage-slides .comment_image div {
    background-size: cover;
    background-position: center center;
    min-height: 400px;
    height: 400px
}

.homepage-slides .comment_details {
    padding-left: 0;
    min-height: 400px;
    height: 400px;
    float: left
}

.homepage-slides .comment_details .content {
    background-color: #f26624;
    color: #fff;
    padding: 10px 60px 50px 80px;
    min-height: 400px;
    height: 400px
}

.homepage-slides .comment_details h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400
}

.homepage-slides .comment_details h2 i {
    width: 35px;
    margin-left: -40px;
    font-size: 25px
}

.homepage-slides .comment_person span:first-child {
    font-weight: 700;
    padding-right: 10px
}

.homepage-slides .comment_person span:last-child {
    padding-left: 10px
}

.homepage-slides .comment_details .links {
    margin-top: 40px;
    padding-bottom: 50px
}

.homepage-slides .comment_details .links div {
    float: left;
    margin-right: 40px
}

.homepage-slides .comment_details .links div:last-child {
    margin-right: 0
}

.homepage-slides .comment_details .links div:last-child::after {
    clear: both!important
}

.homepage-slides .comment_details .links .company {
    width: 120px
}

.homepage-slides .comment_details .links a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.homepage-slides .comment_details .links a:hover {
    color: #000;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.homepage-slides .comment_details .links a img {
    height: 24px
}

.homepage-slides .comment_details .links a:hover img {
    height: 24px;
    content: url(../images/icon_video_grey.png)
}

@media (max-width:991.98px) {
    .homepage-slides .comment_image {
        padding-right: 15px;
        float: none;
        width: 100%;
        height: 350px!important
    }
    .homepage-slides .comment_details {
        padding-left: 15px
    }
    .homepage-slides .comment_details .content {
        height: auto
    }
    .homepage-slides .comment_details .links div {
        float: left;
        margin-right: 40px
    }
}

.common .trustedby div {
    margin-bottom: 30px
}

.common .trustedby h2 {
    margin-top: 15px;
    font-size: 12px;
    border-bottom: 1px solid #43464c;
    line-height: .1em
}

.common .trustedby h2 span {
    background-color: #fff;
    padding-right: 10px
}

.common .trustedby .logos {
    text-align: center
}

.common .trustedby .logos div {
    display: inline-block;
    height: 45px
}

.common .trustedby .logos .logo_item {
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 20px 10px
}

.common .trustedby .logos .logo_item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.latest-news-title {
    padding-bottom: 10px;
    border-bottom: 5px solid #f26624!important;
    margin-bottom: 50px
}

.latest-news-title .row div:last-child {
    text-align: right;
    padding-top: 24px
}

.latest-news-title a {
    color: #f26624;
    text-decoration: none;
    font-weight: 700
}

@media (max-width:991.98px) {
    .latest-news-title .row div:last-child {
        text-align: left
    }
}

.latest-news-item .image img {
    width: 100%;
    height: 250px
}

.latest-news-item .image img:hover {
    opacity: .7
}

.latest-news-item .content {
    margin-top: 15px;
    margin-bottom: 50px
}

.latest-news-item .content h6 {
    line-height: 16px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px
}

.latest-news-item .content h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px
}

.latest-news-item .content a {
    color: #f26624;
    text-decoration: none;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.latest-news-item .content a:hover {
    color: #41444b;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.latest-news-item .content p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px
}

.teaser {
    padding-bottom: 60px
}

.teaser .background {
    background: url(../images/ss_images/shutterstock_180140354.jpg) bottom center;
    background-size: cover
}

.teaser .common {
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 40px
}

.teaser .common .title {
    border-bottom: 5px solid #fff!important
}

.teaser .common h1 {
    color: #fff!important
}

.teaser .common h2 {
    color: #fff!important
}

.teaser .common p {
    color: #fff!important
}

.teaser .common .links a {
    color: #fff
}

.teaser .common .links a:hover {
    color: #fff
}

.teaser .common .links a:hover img {
    content: url(../images/icon_video_white.png)
}

#scroll-to-top:hover {
    background-color: #000!important
}

#scroll-to-top {
    display: none;
    z-index: 99;
    float: right;
    border: none;
    outline: 0;
    background-color: #f05323;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    transition: background .5s linear
}

#scroll-to-top i {
    margin: 0
}

#scroll-to-content {
    border: none;
    outline: 0;
    background-color: #f26624;
    z-index: 999;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px
}

@media (max-width:991.98px) {
    #scroll-to-content {
        display: none
    }
}

#scroll-to-content:hover {
    background-color: #43464c
}

#scroll-to-top:hover {
    background-color: #f26624
}

@media (max-width:991.98px) {
    .common-no-banner {
        margin-top: 50px
    }
}

.common-banner {
    background-size: cover;
    background-position: center;
    position: relative
}

.common-banner .overlay-banner,
.overlay-banner,
.support-banner .overlay-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .6)
}

.support-banner {
    position: relative
}

.common-banner .service-item .row-one {
    padding: 80px 0
}

.common-banner .service-item .row-two {
    text-align: right
}

.common-banner .service-item .row-three {
    padding: 50px 0;
    font-weight: 400
}

.common-banner .service-item .content {
    border-bottom: 5px solid #fff!important;
    z-index: 999
}

@media (max-width:991.98px) {
    .common-banner .service-item .content {
        margin-top: 0
    }
}

.common-banner .service-item .links {
    margin-top: 20px
}

.common-banner .service-item:hover .content,
.common-banner .service-item:hover .links {
    display: block
}

.common-banner .service-item .links div:first-child {
    float: left
}

.common-banner .service-item h1 {
    font-size: 42px;
    font-weight: bolder;
    color: #fff!important
}

.common-banner .service-item h2 {
    font-size: 40px;
    font-weight: bolder;
    color: #fff!important
}

.common-banner .service-item a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    z-index: 999
}

.common-banner .service-item a:hover {
    color: #fff
}

.common-banner .service-item a img {
    height: 24px
}

.common-banner .case-study .row-one {
    padding: 0 0 40px 0
}

.common-banner .case-study .row-two {
    text-align: right
}

.common-banner .case-study .row-three {
    padding: 50px 0;
    font-weight: 400
}

.common-banner .case-study .content {
    margin-top: 80px;
    padding-bottom: 30px;
    border-bottom: 5px solid #fff!important
}

.common-banner .case-study .links {
    margin-top: 20px;
    color: #fff
}

.common-banner .case-study:hover .content,
.common-banner .case-study:hover .links {
    display: block
}

.common-banner .case-study .links div:first-child {
    float: left
}

.common-banner .case-study h1 {
    font-size: 42px;
    font-weight: bolder;
    color: #fff!important
}

.common-banner .case-study h2 {
    font-size: 45px;
    font-weight: bolder;
    color: #fff!important
}

.common-banner .case-study a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer
}

.common-banner .case-study a:hover {
    color: #fff
}

.common-banner .case-study a img {
    height: 24px
}

.common-banner .goto-next-section {
    text-align: center;
    padding: 20px;
    font-size: 30px;
    height: 80px;
    -webkit-animation: bounce 3s ease-out;
    -moz-animation: bounce 3s ease-out;
    -o-animation: bounce 3s ease-out;
    animation: bounce 3s ease-out
}

.common-banner .goto-next-section a {
    color: #43464c
}

.common-banner .goto-next-section a:hover {
    color: #f26624
}

@media (max-width:991.98px) {
    .common-banner {
        margin-top: 70px
    }
    .common-banner .row {
        width: 100%;
        padding: 0;
        margin: 0
    }
    .common-banner .service-item {
        width: 100%;
        display: none
    }
    .common-banner .service-item:first-child {
        display: block
    }
}

.support-banner>.row {
    margin: 0
}

.support-banner a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none
}

.support-banner .background {
    padding: 50px 0
}

.support-banner .background .support-breadcrumbs {
    margin-top: -10px
}

.support-banner .background .support-breadcrumbs a {
    font-size: 12px
}

.support-banner .background .support-breadcrumbs a::after {
    content: '/';
    margin: 0 10px;
    font-weight: 400;
    cursor: default
}

.support-banner .background .support-breadcrumbs a:last-child::after {
    content: none
}

.support-banner .background h2 {
    font-size: 40px;
    font-weight: bolder;
    color: #fff!important
}

.support-banner .sub-navbar {
    height: 50px;
    background-color: #f16623;
    text-align: left;
    color: #fff
}

.support-banner .sub-navbar a {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    display: inline-block
}

.support-banner .sub-navbar a:hover {
    opacity: .7
}

.support-banner .sub-navbar ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.support-banner .sub-navbar ul::after {
    clear: both
}

.support-banner .sub-navbar ul li {
    float: left;
    margin-right: 20px
}

@media (max-width:991.98px) {
    .support-banner {
        margin-top: 70px
    }
    .support-banner .row {
        width: 100%;
        padding: 0;
        margin: 0
    }
    .support-banner .background {
        width: 100%;
        display: none
    }
    .support-banner .background:first-child {
        display: block
    }
}

.product {
    cursor: pointer;
    transition: border .5s ease;
    -moz-transition: border .5s ease;
    -webkit-transition: border .5s ease;
    border: 5px solid #fff
}

.product:hover {
    border: 5px solid #43464c
}

.product .image {
    text-align: center;
    padding: 50px 20px 20px 20px
}

.product.packaging .image {
    padding: 50px 20px 20px 20px
}

.product .logo {
    text-align: center;
    padding: 0 30px;
    vertical-align: middle
}

.product .logo img {
    max-width: 80%;
    margin: auto 0
}

.product .logo a {
    color: #f26624;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: -1px
}

.product .logo.handfilm a {
    color: #43464c
}

.product .logo.standard a {
    color: #43464c
}

.product .content {
    margin-top: 15px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 12px
}

.product .content p {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin: 0 30px
}

.product .content a {
    color: #43464c;
    text-decoration: none;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.product .content a:hover {
    color: #f26624;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.product .content a.video {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px
}

.product .content a.video img {
    height: 24px;
    width: auto;
    margin-right: 3px
}

.product-footer {
    margin: 0 0 100px 0
}

.product-footer .title {
    border-bottom: 2px solid #42474d;
    padding-bottom: 10px;
    margin-bottom: 40px;
    letter-spacing: -1px
}

.product-footer .title.wulftec {
    border-bottom: 2px solid #f29400
}

.product-footer .title h2 {
    font-size: 50px;
    font-weight: 700
}

.product-footer .title.wulftec h2 {
    color: #f29400
}

.product-footer .content div:first-child {
    font-weight: 700;
    margin-bottom: 30px
}

.product-footer .content div:last-child {
    font-size: 12px;
    margin-bottom: 30px
}

.product-header {
    padding-bottom: 30px;
    border-bottom: 5px solid #a9a9a9;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0
}

.product-header.category {
    border-bottom: 0;
    margin-bottom: 20px
}

.product-header .logo {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    font-weight: 700
}

.product-header .share {
    text-align: right;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px
}

.product-header.category .share {
    padding-top: 0!important
}

.product-header .share div {
    display: inline-block !important;
    font-size: 12px;
}

.product-header .share a {
    color: #43464c;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer
}

@media (max-width:991.98px) {
    .product-header .logo,
    .product-header .share {
        float: none;
        width: 100%;
        text-align: left
    }
    .product-header .share div:first-child {
        margin-left: 0
    }
}

.product-detail-content {
    margin-left: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 100px;
    width: 100%
}

.product-detail-content a {
    cursor: pointer!important
}

.product-detail-content .picture {
    text-align: right
}

.product-detail-content .picture.mobile {
    display: none;
    margin-bottom: 50px
}

.product-detail-content .picture.desktop {
    display: block
}

@media (max-width:991.98px) {
    .product-detail-content .picture.mobile {
        display: block
    }
    .product-detail-content .picture.desktop {
        display: none
    }
}

.product-detail-content .picture img {
    width: auto
}

.product-detail-content .sub-header h2 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 30px
}

.product-detail-content .sub-header p {
    padding-bottom: 40px;
    border-bottom: 5px solid #f29400;
    margin-bottom: 50px
}

.product-detail-content.nano .sub-header p {
    font-weight: 700;
    padding-bottom: 40px;
    border-bottom: 5px solid #034ea2;
    margin-bottom: 50px
}

.product-detail-content .features h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px
}

.product-detail-content .features ul {
    margin-left: -20px;
    margin-bottom: 50px;
    font-size: 14px
}

.product-detail-content .features p {
    font-size: 14px
}

.product-detail-content .specifications {
    border-top: 2px solid #44474e
}

.product-detail-content .specifications div {
    float: left;
    width: 50%;
    padding: 30px 0;
    border-bottom: 2px solid #44474e
}

.product-detail-content .specifications div:last-child {
    text-align: right!important
}

.product-detail-content .specifications div:last-child::after {
    clear: both
}

.product-detail-content .specifications a {
    color: #43464c;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none
}

.product-detail-content .buttons {
    padding: 40px 0 0 0
}

.product-detail-content .buttons.last {
    padding: 10px 0 0 0;
    margin-bottom: 80px
}

.product-detail-content .buttons .button,
.product-detail-content .buttons button {
    font-size: 16px;
    text-align: center;
    background-color: #f29400;
    color: #fff;
    font-weight: 700;
    border: 0;
    outline: 0;
    width: 90%;
    padding: 22px 10px;
    transition: all 1s;
    cursor: pointer;
    display: inline-block
}

.product-detail-content.nano .buttons button {
    background-color: #034ea2;
    color: #fff
}

.product-detail-content .buttons button img {
    height: 20px
}

.product-detail-content .buttons button:hover {
    background-color: #f26624
}

.product-detail-content .buttons div {
    padding: 0
}

.product-detail-content .buttons div:last-child {
    color: #43464c;
    font-weight: 700;
    font-size: 25px;
    padding: 15px 0!important;
    text-align: right
}

.product-detail-content .buttons a {
    color: #43464c;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none
}

.product-detail-content .buttons img {
    height: 16px;
    margin-right: 5px
}

@media (max-width:991.98px) {
    .product-detail-content .buttons div {
        float: none;
        margin-bottom: 10px;
        text-align: center
    }
    .product-detail-content .buttons div:last-child {
        text-align: center
    }
}

.panel-group {
    width: 100%
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #44474e;
    width: 100%;
    border-bottom: 2px solid #44474e
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #43464c;
    background-color: #fff;
    border-color: #44474e
}

.panel-title {
    font-size: 14px
}

.panel-title>a {
    display: block;
    padding: 18px 0 10px 0;
    text-decoration: none;
    color: #43464c;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px
}

.panel-title>a img {
    margin-right: 10px;
    height: 30px
}

.panel-title>a.nano {
    color: #034ea2
}

.panel-title>a:before {
    float: right!important;
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-size: 20px;
    font-weight: 900
}

.panel-title>a.collapsed:before {
    float: right!important;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-size: 20px;
    font-weight: 900
}

.more-less {
    float: right;
    color: #43464c
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #44474e;
    padding: 0
}

.resources_video {
    background-color: #43464c!important;
    color: #fff!important;
    padding: 100px 0
}

.resources_video h2 {
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #fff
}

.resources_video h2 img {
    height: 2rem
}

.resources_video .panel-group {
    border-bottom: 2px solid #fff
}

.resources_video .panel-default>.panel-heading {
    background-color: #43464c;
    border-color: #fff;
    color: #fff;
    border: none
}

.resources_video .panel-title {
    margin-left: 0
}

.resources_video .panel-default {
    background-color: #43464c
}

.resources_video .panel-title>a {
    font-weight: 700
}

.resources_video .panel-title a:before {
    float: right!important;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-size: 20px;
    padding-right: 5px;
    font-weight: 900
}

.resources_video .panel-title a.collapsed:before {
    float: right!important;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-size: 20px;
    font-weight: 900
}

.resources_video .panel-body {
    padding-top: 20px!important
}

.resources_video .panel-body h4 {
    font-size: 16px;
    margin-bottom: 20px
}

.resources_video .video_item {
    width: 20%;
    padding: 0 15px;
    margin-bottom: 40px;
    text-align: center
}

@media (max-width:991.98px) {
    .resources_video .video_item {
        width: 49%!important
    }
}

.resources_video .video_item .photo {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 10px
}

.resources_video .video_item .photo .video_thumb {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 500px
}

.resources_video .video_item .photo .video_overlay {
    display: flex!important;
    position: absolute;
    background: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center
}

.resources_video .video_item .photo .video_overlay img {
    width: 90px!important;
    height: 90px!important
}

.resources_video .video_item a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer
}

.resources_links {
    padding: 100px 0
}

.resources_links .section .title {
    border-bottom: 2px solid #42474d;
    padding-bottom: 10px;
    margin-bottom: 40px;
    letter-spacing: -1px
}

.resources_links .section .title h2 {
    font-size: 50px;
    font-weight: 700
}

.resources_links .section .title.wulftec h2 {
    color: #f29400
}

.resources_links .section .content div:first-child {
    font-weight: 700;
    margin-bottom: 30px
}

.resources_links .section .content div:last-child {
    font-size: 12px;
    margin-bottom: 30px
}

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

.resources_links .links li {
    float: left;
    width: 33%;
    padding-right: 20px;
    padding-bottom: 5px
}

.resources_links .links li a {
    font-size: 14px;
    color: #f26623;
    text-decoration: none
}

@media (max-width:1199.98px) {
    .resources_links .links li {
        width: 49%
    }
}

@media (max-width:575.98px) {
    .resources_links .links li {
        float: none;
        width: 100%
    }
}

.resources_doc {
    padding: 50px 0 100px 0
}

.resources_doc .header {
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 2px solid #43464c;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0
}

.resources_doc .header .logo {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px
}

.resources_doc .header .share {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px
}

.resources_doc .header.category .share {
    padding-top: 0!important
}

.resources_doc .header .share div {
    display: inline-block;
    font-size: 12px;
    margin-left: 20px
}

.resources_doc .header .share a {
    color: #43464c;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer
}

@media (max-width:991.98px) {
    .resources_doc .header .logo,
    .resources_doc .header .share {
        float: none;
        width: 100%;
        text-align: left
    }
    .resources_doc .header .share div:first-child {
        margin-left: 0
    }
}

.resources_doc h2 {
    color: #43464c;
    font-weight: 700
}

.resources_doc h2 img {
    height: 2rem
}

.resources_doc .panel-group {
    border-bottom: 2px solid #fff
}

.resources_doc .panel-title {
    margin-left: 0
}

.resources_doc .panel-title>a {
    font-weight: 700
}

.resources_doc .panel-title a:before {
    float: right!important;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-size: 20px;
    padding-right: 5px;
    font-weight: 900;
    color: #f26623
}

.resources_doc .panel-title a.collapsed:before {
    float: right!important;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-size: 20px;
    font-weight: 900;
    color: #f26623
}

.resources_doc .panel-body {
    padding-top: 20px!important
}

.resources_doc .panel-body h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #f26623;
    font-weight: 700
}

.resources_doc .doc_item {
    width: 14%;
    padding-right: 10px;
    margin-bottom: 40px;
    text-align: center
}

@media (max-width:991.98px) {
    .resources_doc .doc_item {
        width: 49%!important
    }
}

.resources_doc .doc_item img {
    width: 40%;
    margin: 10px auto
}

.resources_doc .doc_item a {
    color: #43464c;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer
}

.service_general {
    padding: 50px 0 50px 0
}

.service_general .header {
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 2px solid #43464c;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0
}

.service_general .header .logo {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px
}

.service_general .header .share {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px
}

.service_general .header.category .share {
    padding-top: 0!important
}

.service_general .header .share div {
    display: inline-block;
    font-size: 12px;
    margin-left: 20px
}

.service_general .header .share a {
    color: #43464c;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer
}

@media (max-width:991.98px) {
    .service_general .header .logo,
    .service_general .header .share {
        float: none;
        width: 100%;
        text-align: left
    }
    .service_general .header .share div:first-child {
        margin-left: 0
    }
}

.service_general h2 {
    color: #43464c;
    font-weight: 700
}

.service_general h2 img {
    height: 2rem
}

.service_general img {
    width: 100%
}

.service_general .faq_question {
    color: #43464c;
    font-size: 16px;
    letter-spacing: -.5px!important
}

.service_general .faq_answer {
    color: #43464c;
    font-size: 14px;
    padding: 10px 0 30px 0!important
}

.service_general .panel-title a:before {
    float: right!important;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-size: 20px;
    padding-right: 5px;
    font-weight: 900;
    color: #f26623
}

.service_general .panel-title a.collapsed:before {
    float: right!important;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-size: 20px;
    font-weight: 900;
    color: #f26623
}

.case_study {
    padding: 50px 0 50px 0
}

.case_study .header {
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 2px solid #43464c;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0
}

.case_study .header .menu {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px
}

.case_study .header .menu ul {
    list-style: none;
    padding: 0
}

.case_study .header .menu ul li {
    float: left;
    margin-right: 5px;
    font-size: 14px;
    padding: 7px 10px;
    cursor: pointer
}

.case_study .header .menu ul li:first-child {
    padding-left: 0;
    cursor: none;
    background-color: #fff!important
}

.case_study .header .menu ul li a {
    color: #43464c;
    text-decoration: none;
    letter-spacing: -.5px
}

.case_study .header .menu ul li.active,
.case_study .header .menu ul li:hover {
    background-color: #f26624
}

.case_study .header .menu ul li.active a,
.case_study .header .menu ul li:hover a {
    color: #fff
}

.case_study .header .share {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px
}

.case_study .header.category .share {
    padding-top: 0!important
}

.case_study .header .share div {
    display: inline-block !important;
    font-size: 12px;
}

.case_study .header .share a {
    color: #43464c;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer
}

@media (max-width:991.98px) {
    .case_study .header .logo,
    .case_study .header .share {
        float: none;
        width: 100%;
        text-align: left
    }
    .case_study .header .share div:first-child {
        margin-left: 0
    }
}

.case_study_item {
    margin-bottom: 40px
}

.case_study_item a {
    cursor: pointer
}

.case_study_item .panel {
    border-bottom: 1px solid #44474e
}

.case_study_item .photo {
    padding-right: 0
}

.case_study_item .photo div {
    background-size: cover;
    background-position: center center;
    height: 100%
}

.case_study_item .details {
    padding-left: 0
}

.case_study_item .details .content {
    background-color: #f26624;
    color: #fff;
    padding: 20px 20px 20px 40px;
    min-height: 200px
}

.case_study_item .details h2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff
}

.case_study_item .details h2 i {
    width: 20px;
    margin-left: -25px;
    font-size: 14px
}

.case_study_item .details .links {
    margin-top: 20px;
    padding-bottom: 50px
}

.case_study_item .details .links div {
    float: left;
    margin-right: 40px
}

.case_study_item .details .links .company {
    width: 120px
}

.case_study_item .details .links a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.case_study_item .details .links a:hover {
    color: #43464c;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.case_study_item .details .links a img {
    height: 24px
}

.case_study_item .details .links a:hover img {
    height: 24px;
    content: url(../images/icon_video_grey.png)
}

.case_study_item .info,
.case_study_item .infolink {
    margin: 20px 0
}

.case_study_item .infolink {
    text-align: right;
    vertical-align: middle
}

.case_study_item .info .icon {
    float: left;
    width: 50px;
    margin-right: 15px;
    padding-top: 3px
}

.case_study_item .info .icon img {
    width: 100%
}

.case_study_item .info .personal {
    float: left;
    width: 70%
}

.case_study_item .info .personal .name {
    font-size: 16px;
    font-weight: 700;
    color: #43464c
}

.case_study_item .info .personal .position {
    font-size: 12px;
    font-weight: 400
}

.case_study_item .info .personal .link a {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #f26624;
    text-decoration: none;
    cursor: pointer
}

.case_study_item .infolink a {
    font-size: 14px;
    font-weight: 400!important;
    font-style: italic;
    color: #f26624!important;
    text-decoration: none
}

.case_study_item .infolink a::before {
    float: right!important;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-size: 14px!important;
    font-weight: 900;
    color: #f26623;
    padding-left: 10px!important;
    margin-top: 0!important
}

.case_study_item .infolink a.collapsed::before {
    content: "\f067"
}

.case_study_item .comment h4 {
    color: #f26623;
    font-size: 20px;
    font-weight: 700
}

.case_study_item .comment .intro {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px
}

.case_study_item .comment .detailed {
    font-size: 12px;
    font-weight: 400
}

.case_study_item .comment .picture {
    margin: 30px 0
}

.case_study_item .comment .picture img {
    width: 100%
}

.case_study_item .comment .steps h4 {
    font-size: 16px;
    padding-bottom: 15px;
    font-weight: 700;
    color: #43464c
}

.case_study_item .comment .steps ul {
    list-style: none;
    padding: 0;
    font-size: 12px;
    font-weight: 400
}

.case_study_item .comment .steps ul li {
    margin-bottom: 15px
}

.case_study_item .comment .steps ul li::before {
    content: ' ';
    float: left;
    background: #fff url(../images/numbers/icon_1.png) no-repeat;
    background-size: 20px 20px;
    background-position-y: 3px;
    height: 50px;
    width: 30px
}

.case_study_item .comment .steps ul li:nth-child(1)::before {
    background: #fff url(../images/numbers/icon_1.png) no-repeat;
    background-size: 20px 20px;
    background-position-y: 3px
}

.case_study_item .comment .steps ul li:nth-child(2)::before {
    background: #fff url(../images/numbers/icon_2.png) no-repeat;
    background-size: 20px 20px;
    background-position-y: 3px
}

.case_study_item .comment .steps ul li:nth-child(3)::before {
    background: #fff url(../images/numbers/icon_3.png) no-repeat;
    background-size: 20px 20px;
    background-position-y: 3px
}

.case_study_item .comment .watch .video {
    float: left;
    width: 70%;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    border: 0 solid #000
}

.case_study_item .comment .watch .video a {
    font-size: 16px;
    font-weight: 700;
    color: #f26624;
    text-decoration: none;
    cursor: pointer
}

.case_study_item .comment .watch .video a::before {
    content: ' ';
    float: left;
    background: #fff url(../images/icon_video_orange.png) no-repeat;
    background-size: 25px 25px;
    background-position-y: 7px;
    height: 50px;
    width: 35px
}

.case_study_item .comment .watch .close_accordion {
    float: right;
    text-align: right;
    width: 30%;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    border: 0 solid #000
}

.case_study_item .comment .watch .close_accordion a {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #f26624!important;
    text-decoration: none;
    cursor: pointer
}

.case_study_item .comment .watch .close_accordion a::before {
    float: right!important;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-size: 14px!important;
    font-weight: 900;
    color: #f26623;
    padding-left: 10px!important;
    margin-top: 0!important
}

@media (max-width:991.98px) {
    .case_study_item .photo {
        padding-right: 15px;
        float: none;
        width: 100%;
        height: 350px!important
    }
    .case_study_item .details {
        padding-left: 15px
    }
    .case_study_item .details .content {
        height: auto
    }
    .case_study_item .details .links div {
        float: left;
        margin-right: 40px
    }
    .case_study_item .details .content {
        min-height: auto
    }
    .case_study_item .info {
        float: left;
        width: 70%
    }
    .case_study_item .infolink {
        float: right;
        width: 30%
    }
}

.case_study_footer {
    margin: 30px 0 30px 0
}

.case_study_footer .title {
    border-bottom: 2px solid #42474d;
    padding-bottom: 10px;
    margin-bottom: 40px;
    letter-spacing: -1px
}

.case_study_footer .title h2 {
    font-size: 50px;
    font-weight: 700
}

.case_study_footer .content div:first-child {
    font-weight: 700;
    margin-bottom: 30px
}

.case_study_footer .content div:last-child {
    font-size: 12px;
    margin-bottom: 30px
}

.case_study_footer .trustedby {
    margin-top: 50px
}

.case_study_footer .trustedby div {
    margin-bottom: 20px
}

.case_study_footer .trustedby h2 {
    margin-top: 0;
    font-size: 16px !important;
    font-weight: 700;
    border-bottom: 1px solid #43464c;
    line-height: .1em
}

.case_study_footer .trustedby h2 span {
    background-color: #fff;
    padding-right: 10px
}

.case_study_footer .trustedby .logos {
    text-align: left
}

.case_study_footer .trustedby .logos div {
    display: inline-block;
    height: 45px;
    margin-right: 30px
}

.case_study_footer .trustedby .logos .logo_item {
    height: 100%;
    margin: 20px 10px
}

.case_study_footer .trustedby .logos .logo_item:first-child {
    padding-left: 0;
    margin-left: 0
}

.case_study_footer .trustedby .logos .logo_item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.case_study_highlight {
    background-color: #f26623;
    color: #fff;
    padding: 100px 0
}

.case_study_highlight .intro {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 60px;
    margin-bottom: 15px
}

.case_study_highlight .lead {
    border-top: 5px solid #fff;
    padding: 20px 0;
    margin-top: 15px;
    font-weight: 700
}

.case_study_highlight .standard {
    margin-top: 20px;
    font-size: 14px
}

.post-summary {
    margin-bottom: 60px
}

.post-image {
    margin-bottom: 40px
}

.post-summary h2 {
    line-height: 1;
    margin: 0
}

.post-summary h2 a {
    color: #f26624;
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0 20px 0;
    display: inline-block
}

.post-summary p {
    color: #43464c;
    font-size: 15px
}

.post-summary h2 a:hover {
    text-decoration: none
}

.post-date {
    font-size: 14px;
    font-weight: 700;
    margin: 0
}

.blog-post {
    margin-bottom: 80px
}

.blog-post-top {
    margin-bottom: 30px
}

.blog-post-bottom {
    margin-top: 80px
}

.blog-post-date {
    font-size: 18px;
    font-weight: 700;
    margin: 50px 0 70px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #43464c
}

.post-back {
    margin: 70px 0 35px 0;
    padding-top: 40px;
    border-top: 1px solid #43464c
}

.blog-blurb p {
    color: #f26623;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 20px;
    border-bottom: 5px solid #f26623
}

.blog-content {
    padding-right: 70px
}

#blogNavigation {
    width: 100%;
    background: 0 0;
    padding: 0 0 25px 0;
    margin: 40px 0 50px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #43464c
}

#blogNavigation span {
    color: #43464c;
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
    display: inline-block
}

#blogNavigation a {
    color: #43464c;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
    margin: 0 5px 15px 0;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    display: inline-table
}

#blogNavigation a.active,
#blogNavigation a:hover {
    color: #fff;
    background: #f26623
}

.team-banner {
    background-position: center;
    background-size: cover;
    position: relative
}

.team-banner a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none
}

.team-banner .background .row-one {
    padding: 15px 0
}

.team-banner .background .row-two {
    text-align: right
}

.team-banner .background .content {
    margin: 70px 0 40px 0;
    padding-bottom: 30px;
    border-bottom: 5px solid #fff!important
}

.team-banner .background .support-breadcrumbs {
    margin-top: -10px
}

.team-banner .background .support-breadcrumbs a {
    font-size: 12px
}

.team-banner .background .support-breadcrumbs a::after {
    content: '/';
    margin: 0 10px;
    font-weight: 400;
    cursor: default
}

.team-banner .background .support-breadcrumbs a:last-child::after {
    content: none
}

.team-banner .background h2 {
    font-size: 40px;
    font-weight: bolder;
    color: #fff!important
}

.team-banner .sub-navbar {
    height: 50px;
    background-color: #f16623;
    text-align: left;
    color: #fff;
    width: 100%
}

.team-banner .sub-navbar a {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    font-size: 14px
}

.team-banner .sub-navbar ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.team-banner .sub-navbar ul::after {
    clear: both
}

.team-banner .sub-navbar ul li {
    float: left;
    margin-right: 20px
}

@media (max-width:991.98px) {
    .team-banner {
        margin-top: 70px
    }
    .team-banner .row {
        width: 100%;
        padding: 0;
        margin: 0
    }
    .team-banner .background {
        width: 100%;
        display: none
    }
    .team-banner .background:first-child {
        display: block
    }
}

.team {
    padding-top: 75px;
    padding-bottom: 50px
}

.team .header {
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 2px solid #43464c;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0
}

.team .header h2 {
    color: #43464c;
    font-size: 50px;
    font-weight: 700
}

.team .header .logo {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px
}

.team .header .share {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px
}

.team .header .share div {
    display: inline-block !important;
    font-size: 12px;
}

.team .header .share a {
    color: #43464c;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer
}

@media (max-width:991.98px) {
    .team .header .logo,
    .team .header .share {
        float: none;
        width: 100%;
        text-align: left
    }
    .team .header .share div:first-child {
        margin-left: 0
    }
}

.team .person {
    padding-bottom: 65px
}

.team .person img {
    width: 100%
}

.team .person .name {
    color: #43464c;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -.5px;
    line-height: 20px;
    padding-bottom: 2px;
    margin-bottom: 0
}

.team .person .details {
    color: #43464c;
    font-size: 12px;
    margin-bottom: 0
}

.team .person .panel-group {
    padding: 15px 0;
    border-bottom: 1px solid #9f9ea2
}

.team .person .data {
    width: 80%
}

.team .person .link {
    width: 20%
}

.team .person .link {
    vertical-align: middle;
    margin: 0;
    line-height: 0
}

.team .person .link a {
    font-size: 12px;
    font-weight: 400;
    color: #f26624!important;
    text-decoration: none;
    cursor: pointer
}

.team .person .link a::before {
    float: right!important;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-size: 18px!important;
    font-weight: 900;
    color: #f26623;
    padding-left: 10px!important;
    margin-top: 0!important
}

.team .person .link a.collapsed::before {
    content: "\f067"
}

.team .person .panel-group .panel {
    border-bottom: 0
}

.team .person .panel-body {
    padding: 25px 0
}

.team .person .details .label {
    display: inline-block;
    width: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #43464c!important
}

.team .person .details .value {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #f26624!important
}

.team .person .details .value a {
    text-decoration: none;
    color: #f26624!important
}

.team .person .details .profile {
    padding-top: 20px
}

.slideshow {
    margin: 30px 0 30px 0
}

.slideshow .title {
    border-bottom: 2px solid #42474d;
    padding-bottom: 10px;
    margin-bottom: 40px;
    letter-spacing: -1px
}

.slideshow .title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #43464d;
}

.slideshow-container .slide {
    background-color: #43464d;
    margin-left: 0;
    margin-right: 0;
    display: none
}

.slideshow-container .slide .description {
    background-color: #43464d;
    padding: 40px;
    width: 30%;
    max-width: 30%;
    flex: 0 0 30%;
    height: 400px;
    overflow: hidden;
    float: left
}

.slideshow-container .slide .description a {
    cursor: pointer
}

.slideshow-container .slide .description_mobile {
    background-color: #43464d;
    padding: 20px;
    overflow: hidden;
    display: none
}

.slideshow-container .slide .description p,
.slideshow-container .slide .description_mobile p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px;
    transition: all 2s ease
}

.slideshow-container .slide .picture {
    padding: 0;
    height: 340px;
    height: 400px;
    background-image: url(../images/ss_images/slides/01.jpg);
    background-position: center center;
    width: 70%;
    max-width: 70%;
    flex: 0 0 70%;
    overflow: hidden;
    float: left;
    transition: all 2s ease
}

.slideshow-container .slide .description a,
.slideshow-container .slide .description_mobile a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    text-decoration: none;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out;
    cursor: pointer
}

.slideshow-container .slide .description a:hover {
    color: #fff;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.slideshow-container .slide .description a img,
.slideshow-container .slide .description_mobile a img {
    height: 36px;
    padding-right: 5px
}

.slideshow-container .slide .description a:hover img {
    content: url(../images/icon_video_white.png)
}

.slideshow-container .slide.active {
    display: block
}

@media (max-width:991.98px) {
    .slideshow-container .slide .description_mobile {
        display: block
    }
    .slideshow-container .slide .description {
        display: none!important
    }
    .slideshow-container .slide .picture {
        float: none;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%
    }
}

.slideshow-container .control-left,
.slideshow-container .control-right {
    cursor: pointer!important;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none
}

.slideshow-container .control-left {
    left: 0;
    margin-left: -52px
}

.slideshow-container .control-right {
    right: 0;
    margin-right: -52px
}

.slideshow-container .control-left a:hover img,
.slideshow-container .control-left:hover img {
    content: url(../images/icon_left_orange.png)!important
}

.slideshow-container .control-right a:hover img,
.slideshow-container .control-right:hover img {
    content: url(../images/icon_right_orange.png)!important
}

@media (max-width:991.98px) {
    .slideshow-container .control-left {
        background-color: #fff;
        left: 0;
        margin-left: 5px
    }
    .slideshow-container .control-right {
        background-color: #fff;
        right: 0;
        margin-right: 5px
    }
}

.slideshow-timeline {
    height: 50px;
    margin-bottom: 100px
}

.slideshow-timeline::after {
    clear: both
}

.slideshow-timeline .timeline-item {
    float: left;
    position: relative;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    width: calc((100% / 8));
    margin-right: 0
}

.slideshow-timeline .timeline-item div {
    margin-right: 5px;
    border-bottom: 5px solid #a0a1a4
}

.slideshow-timeline .timeline-item:last-child div {
    margin-right: 0
}

.slideshow-timeline .timeline-item a {
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: #a0a1a4
}

.slideshow-timeline .timeline-item.active a,
.slideshow-timeline .timeline-item.active div,
.slideshow-timeline .timeline-item:hover a,
.slideshow-timeline .timeline-item:hover div {
    border-color: #f26624;
    color: #f26624
}

@media (max-width:991.98px) {
    .slideshow-timeline,
    .timeline-item {
        display: none!important
    }
}

.training-machinery-header {
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 2px solid #43464c;
    margin-bottom: 20px!important;
    margin-left: 0;
    margin-right: 0
}

.training-machinery-subheader {
    border: 0!important;
    margin-bottom: 20px!important;
    padding-bottom: 0!important
}

.training-machinery-subheader h2 {
    color: #ed6829!important;
    font-weight: 700!important;
    margin-bottom: 30px!important;
    font-size: 16px!important;
    letter-spacing: 0!important
}

.training-machinery-subheader .share {
    padding-top: 0!important
}

.training-machinery-items {
    margin-bottom: 70px
}

.training-group {
    margin-top: 50px;
    margin-bottom: 25px
}

.training-group h2 {
    margin-top: 0;
    font-size: 12px;
    border-bottom: 3px solid #43464c;
    line-height: 32px
}

.training-group h2 img {
    height: 32px;
    width: auto;
    margin-top: -16px;
    position: absolute;
    background-color: #fff;
    padding-right: 10px
}

.training-item {
    cursor: pointer;
    transition: border .5s ease;
    -moz-transition: border .5s ease;
    -webkit-transition: border .5s ease;
    border: 5px solid #fff
}

.training-item:hover {
    border: 5px solid #43464c
}

.training-item .image img {
    width: 100%
}

.training-item.packaging .image {
    padding: 20px
}

.training-item .logo {
    text-align: center;
    padding: 0 30px;
    vertical-align: middle
}

.training-item .logo img {
    max-width: 80%;
    margin: auto 0
}

.training-item .logo a {
    color: #f26624;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: -1px
}

.training-item .logo.handfilm a {
    color: #43464c
}

.training-item .logo.standard a {
    color: #43464c
}

.training-item .content {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px
}

.training-item .content p {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin: 0 30px
}

.training-item .content a {
    color: #43464c;
    text-decoration: none;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.training-item .content a:hover {
    color: #f26624;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.training-item .content a.video {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px
}

.training-item .content a.video img {
    height: 24px;
    width: auto;
    margin-right: 3px
}

.training-video h2 {
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #fff
}

.training-video h2 img {
    height: 2rem
}

.training-video .video_section {
    margin-top: 30px;
    margin-bottom: 30px
}

.training-video .video_section h4 {
    color: #e06c31;
    font-weight: 600
}

.training-video .video_item {
    width: 20%;
    padding-right: 15px;
    margin-bottom: 40px;
    text-align: center
}

@media (max-width:991.98px) {
    .training-video .video_item {
        width: 49%!important
    }
}

.training-video .video_item .photo {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 10px
}

.training-video .video_item .photo .video_thumb {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 500px
}

.training-video .video_item .photo .video_overlay {
    display: flex!important;
    position: absolute;
    background: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center
}

.training-video .video_item .photo .video_overlay img {
    width: 90px!important;
    height: 90px!important
}

.training-video .video_item a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer
}

.training-equipment-header .logo {
    color: #44464d
}

.training-equipment-header .share a {
    color: #7c7d81
}

.training-equipment .description {
    font-style: italic
}

.training-equipment-videos {
    margin-top: 50px;
    margin-bottom: 50px
}

.common .introduction {
    margin-bottom: 40px;
    font-size: 12px;
    font-weight: 700
}

.common {
    border-bottom: 1px solid #42474d
}

.common-banner .service-item h2 {
    font-size: 48px;
    margin-bottom: 25px;
    letter-spacing: -2px
}

.homepage-services .service-item h1 {
    font-size: 50px;
    letter-spacing: -1px;
    margin: 0 0 25px 0
}

.homepage-services .service-item h2 {
    font-size: 26px;
    letter-spacing: -1px
}

.common h1 {
    letter-spacing: -2px
}

.homepage-services .service-item .content {
    border-bottom: 2px solid #fff!important
}

footer .additional h2 {
    font-size: 18px;
    line-height: 87px
}

footer .footer_part_4 {
    margin-top: 14px
}

.download-catalogue-overlay .overlay-container .content h1 {
    color: #fff!important;
    letter-spacing: -1px
}

.noMargin {
    margin: 0
}

.row {
    margin-left: 0;
    margin-right: 0
}

.searchResults ul {
    margin-left: 0;
    padding: 0
}

.searchResults li {
    list-style-type: none;
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 10px
}

.searchResults .searchResultHeader {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    color: #000
}

a.readMoreLink {
    color: #f2661e
}

.searchResults #PageNumbers {
    width: 100%;
    padding: 15px 10px;
    margin-left: 0;
    background: $primary-color;
    text-align: center
}

@media (max-width:64em) {
    #sidebar {
        z-index: 999
    }
    .navbar-toggler-icon {
        width: auto;
        height: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: block;
        padding: 0;
        margin-top: 20px
    }
    .navbar-toggler-icon i {
        font-size: 2rem
    }
}

@media (max-width:40em) {
    .noPaddingSmall {
        padding: 0!important
    }
    .common {
        padding: 15px 0 0 0;
        margin: 0;
        border-width: 1px
    }
    .common .introduction {
        margin-bottom: 10px
    }
    .common .links div {
        margin-right: 20px
    }
    .common-banner {
        margin-top: 15px
    }
    .hide-for-small {
        display: none!important
    }
    .show-for-small {
        display: block!important
    }
    .show-for-small-inline {
        display: inline-block!important
    }
    .homepage-mobile-banner {
        padding: 0;
        background-size: cover;
        background-position: center;
        margin-bottom: 20px;
        width: 100%;
        height: 250px
    }
    .homepage-mobile-banner h1 {
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        padding: 25px 15px;
        background: rgba(0, 0, 0, .3)
    }
    .homepage-services .homepage-services-inner:last-of-type {
        margin-bottom: 25px
    }
    .homepage-services .service-item .content,
    .homepage-services .service-item .links,
    .homepage-services .service-video {
        display: none
    }
    .homepage-services .homepage-services-inner.active .service-item,
    .homepage-services .service-item {
        padding: 15px;
        background: 0 0!important
    }
    .homepage-services .service-item .title {
        border-color: #f26624!important
    }
    .homepage-services .service-item h1 {
        color: #f26624!important;
        font-size: 24px;
        padding-right: 20px;
        position: relative;
        margin: 0 0 10px 0;
        display: inline-block
    }
    .homepage-services .service-item h1:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 10px;
        height: 33px;
        background: url(../images/icon_right_orange.png) center no-repeat;
        background-size: 10px auto
    }
    .trustedby {
        padding: 35px 15px
    }
    .teaser {
        padding-bottom: 10px
    }
    .teaser .common {
        margin-bottom: 0
    }
    .teaser .background {
        padding: 15px 0;
        background: 0 0!important
    }
    .teaser .common .title {
        border-color: #034ea2!important
    }
    .teaser .common h1 {
        color: #034ea2!important
    }
    .teaser .common .links a,
    .teaser .common h2,
    .teaser .common p {
        color: #5a5a5a!important
    }
    .latest-news-item .content,
    .latest-news-title {
        margin-bottom: 20px
    }
    footer {
        padding: 85px 0 45px 0;
        position: relative
    }
    footer #scroll-to-top {
        width: auto;
        height: auto;
        position: absolute;
        top: 15px;
        bottom: auto;
        left: 15px;
        right: auto;
        padding: 0
    }
    footer #scroll-to-top i {
        font-size: 2rem
    }
    footer .navigation {
        margin-bottom: 10px
    }
    footer .footer_part_1 {
        padding-bottom: 35px
    }
    footer .footer_part_2 {
        padding-bottom: 10px
    }
}

i.far.fa-play-circle {
    font-size: 20px
}

.teaser .common .links a:hover {
    color: #f26624
}

.at-share-btn {
    vertical-align: middle
}

.no-padding {
    padding: 0
}

.team-banner .sub-navbar a:hover {
    color: #41444b
}

.download-catalogue-overlay .overlay-container .content form input,
.download-catalogue-overlay .overlay-container .content form textarea {
    padding: 8px 10px
}

.no-padding-left {
    padding-left: 0
}

.no-padding-right {
    padding-right: 0
}

.panel-title>a.grey {
    color: #41444b
}

.nav-dropdown-content .col-md-2,
.nav-dropdown-content1 .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%
}

footer .footer_part_2 a:hover {
    opacity: .6
}

.back-change:hover {
    background-color: #000!important
}

.sub-navbar-scrolled {
    position: fixed;
    top: 0;
    z-index: 999
}

.nav-contact .nav-item a {
    color: #f26624
}

.nav-contact .nav-item a:hover {
    color: #000!important
}

.breadcrumbs .title a:hover {
    color: #f26624
}

.resources_doc .doc_item:hover {
    opacity: .6
}

.footer_part_1 a:hover {
    opacity: .6
}

.visible1 {
    display: block;
    opacity: 1;
    transition: opacity 2s linear
}

.hidden1 {
    display: none;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear
}

.mb10 {
    margin-bottom: 10px
}

.post-image img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.post-image img {
    transition: .5s linear
}

.vis-hidden {
    visibility: hidden
}

.nav-img img {
    width: 70%;
    margin: auto
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hmIqOjjg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hvIqOjjg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hnIqOjjg.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hoIqOjjg.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hkIqOjjg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hlIqOjjg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hrIqM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhmIqOjjg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhvIqOjjg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhnIqOjjg.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhoIqOjjg.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhkIqOjjg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhlIqOjjg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhrIqM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhmIqOjjg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhvIqOjjg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhnIqOjjg.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhoIqOjjg.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhkIqOjjg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhlIqOjjg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhrIqM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hmIqOjjg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hvIqOjjg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hnIqOjjg.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hoIqOjjg.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hkIqOjjg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hlIqOjjg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hrIqM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOX-hpOqc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOXuhpOqc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUehpOqc.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.custom_silverstripe_login {
    color: #fff;
    background-color: #41444a;
    padding: 20px;
    max-width: 600px;
    margin: 200px auto 150px auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: .3em
}

.custom_silverstripe_login h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px
}

.custom_silverstripe_login .message,
.custom_silverstripe_login p {
    width: 70%;
    margin: 0 auto 20px auto
}

.bad {
    color: #ff0
}

.custom_silverstripe_login .field {
    display: block;
    width: 70%;
    margin: 0 auto 20px auto
}

.custom_silverstripe_login .field label {
    width: 100%
}

.custom_silverstripe_login .field .text {
    border: 0 solid #000;
    outline: 0;
    width: 100%!important;
    color: #000;
    padding: 0 5px;
    height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    letter-spacing: .3em
}

.custom_silverstripe_login .field .checkbox {
    margin-top: 7px!important;
    margin-left: auto!important
}

.custom_silverstripe_login .field .checkbox label {
    margin-top: -5px
}

.custom_silverstripe_login .btn-toolbar {
    display: block;
    width: 70%;
    margin: 0 auto 20px auto
}

.custom_silverstripe_login .btn-toolbar .action {
   /* width: 100%!important; */
    color: #fff;
    background-color: #000;
    outline: 0;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .3em;
display:inline
}

#ForgotPassword {
    margin-top: 20px;
    text-align: left!important;
    margin-left: 0;
display:inline;
padding-left:30px;
}

#ForgotPassword a {
    color: #fff!important;
    text-decoration: none
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s, visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0 6px
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px 0;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: 0;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--pause svg path:nth-child(1) {
    display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button::after {
    content: '';
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: 0
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
    background: 0 0;
    color: #fff
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0
}

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption::after {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    content: '';
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: 0 0;
    border: 6px solid rgba(100, 100, 100, .5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.fancybox-thumbs>ul>li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media all and (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}

.col-md-4:nth-child(1),
.col-md-4:nth-child(3n+4) {
    padding-left: 0;
    padding-right: 25px
}

.col-md-4:nth-child(3n+3)) {
    padding-right: 0;
    padding-left: 25px
}

.col-md-3:nth-child(4n+1) {
    padding-left: 0;
    padding-right: 15px;
}

.col-md-3:nth-child(2n+2) {
    padding-right: 10px;
    padding-left: 5px;
}

.col-md-3:nth-child(3),
.col-md-3:nth-child(4n-1) {
    padding-right: 5px;
    padding-left: 10px;
}

.col-md-3:nth-child(4),
.col-md-3:nth-child(4n) {
    padding-right: 0;
    padding-left: 15px;
}

.case_study .col-md-6:nth-child(2n+1) {
    padding-left: 0
}

.case_study .col-md-6:nth-child(2n+2) {
    padding-right: 0
}

@media only screen and (max-width:767px) {
    footer .navigation {
        max-width: 100%!important;
        flex: 0 0 100%!important;
        padding: 0
    }
    .case_study .col-md-6:nth-child(2n+1),
    .case_study .col-md-6:nth-child(2n+2),
    .col-md-3:nth-child(2n+2),
    .col-md-3:nth-child(3),
    .col-md-3:nth-child(3n+4),
    .col-md-3:nth-child(4),
    .col-md-3:nth-child(4n),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(1),
    .col-md-4:nth-child(2),
    .col-md-4:nth-child(3n+4),
    .col-md-4:nth-child(n+3),
    .no-padding,
    .no-padding-left,
    .no-padding-right {
        padding-left: 0!important;
        padding-right: 0!important
    }
    #scroll-to-top,
    #scroll-to-top:hover {
        background: 0 0
    }
}

.case_study_footer {
    margin: 30px 0 30px 0;
    color: #41444b !important;
}

.big-btn {
    padding: 30px;
    color: #fff !important;
    font-size: 30px;
}

.big-btn:hover {
    color: #000 !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #212529;
    opacity: 1;
    /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #212529;
    opacity: 1;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #212529;
    opacity: 1;
}
#SearchForm_SearchForm::placeholder {
    color: #fff;
}

#DownloadCatalogue label.left,
#DownloadNanoWrap label.left,
#Breakdown label.left,
#RequestService label.left {
    display: none;
}

@media only screen and (max-width: 1380px) {
    .download-catalogue-overlay .overlay-container .content {
        max-height: 400px;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 1680px) {
    .download-catalogue-overlay .overlay-container .content form input,
    .download-catalogue-overlay .overlay-container .content form textarea {
        padding: 8px 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:768px) {
    .product-detail-content .buttons.last {
        display: none !important
    }
    .common-banner .service-item h2 {
        font-size: 30px !important;
    }
    .fadeimg .img2 {
        width: 100% !important;
    }
    .show-mobile {
        display: block !important
    }
    .hide-mobile {
        display: none !important
    }
    .common-banner h2,
    .team-banner h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }
}

.big-btn i {
    padding-right: 10px;
}

.big-btn {
    margin-bottom: 40px;
}

a.btn.big-btn:first-child {
    margin-right: 30px;
}

.dropdown-toggle::after {
    display: none
}

.latest-news-item .image {
    padding-bottom: 20px;
}

.latest-news-item .content a {
    margin: 15px 0 0px 0;
    display: inline-block;
}

a {
    color: #f05323;
}

a:hover {
    color: #41444b;
}

.nocaptcha {
    margin-bottom: 20px;
}

.rc-anchor-normal .rc-anchor-content {
    width: 160px !important;
}

.g-recaptcha iframe {
    width: 250px !important;
}

.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 100px !important;
}

.mathspamprotector label {
    display: block !important;
}

.download-catalogue-overlay .overlay-container .content form input,
.download-catalogue-overlay .overlay-container .content form textarea {
    padding: 8px 10px;
    margin-bottom: 20px;
}

.share {
    font-size: 12px;
}

#RequestQuote label.left {
    display: none;
}

.show-mobile {
    display: none
}

.hide-mobile {
    display: block;
}

i.fas.fa-window-close {
    font-size: 24px !important;
}

.container.service-item,
.common-banner .case-study .row-one,
.container.background {
    visibility: hidden;
}

.overlay-banner .container.service-item,
.overlay-banner .row.row-one,html {
    scroll-behavior: smooth
}

body {
    font-family: 'Open Sans', sans-serif!important;
    padding: 135px 0 0 0
}

img {
    max-width: 100%
}

a {
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

a:hover {
    text-decoration: none
}

.btn {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    padding: 5px 10px;
    border: 1px solid #f26623;
    background-color: #f26623;
    display: inline-block;
    border-radius: 0
}

.btn:hover {
    color: #f26623;
    border-color: #f26623;
    background-color: #fff
}

.show-for-small,
.show-for-small-inline {
    display: none!important
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(-100%)
    }
    5% {
        -webkit-transform: translateY(-100%)
    }
    15% {
        -webkit-transform: translateY(0);
        padding: 4px auto
    }
    20% {
        -webkit-transform: translateY(-80%)
    }
    25% {
        -webkit-transform: translateY(0);
        padding: 4px auto
    }
    30% {
        -webkit-transform: translateY(-70%)
    }
    35% {
        -webkit-transform: translateY(0);
        padding: 5px auto
    }
    40% {
        -webkit-transform: translateY(-60%)
    }
    45% {
        -webkit-transform: translateY(0);
        padding: 5px auto
    }
    50% {
        -webkit-transform: translateY(-50%)
    }
    55% {
        -webkit-transform: translateY(0);
        padding: 6px auto
    }
    60% {
        -webkit-transform: translateY(-30%)
    }
    65% {
        -webkit-transform: translateY(0);
        padding: 6px auto
    }
    70% {
        -webkit-transform: translateY(-15%)
    }
    75% {
        -webkit-transform: translateY(0);
        padding: 8px auto
    }
    80% {
        -webkit-transform: translateY(-10%)
    }
    85% {
        -webkit-transform: translateY(0);
        padding: 8px auto
    }
    90% {
        -webkit-transform: translateY(-5%)
    }
    95% {
        -webkit-transform: translateY(0);
        padding: 10px
    }
    100% {
        -webkit-transform: translateY(0);
        padding: 0
    }
}

@-moz-keyframes bounce {
    0% {
        -moz-transform: translateY(-100%);
        opacity: 0
    }
    5% {
        -moz-transform: translateY(-100%);
        opacity: 0
    }
    15% {
        -moz-transform: translateY(0);
        padding-bottom: 5px
    }
    30% {
        -moz-transform: translateY(-50%)
    }
    40% {
        -moz-transform: translateY(0);
        padding-bottom: 6px
    }
    50% {
        -moz-transform: translateY(-30%)
    }
    70% {
        -moz-transform: translateY(0);
        padding-bottom: 7px
    }
    80% {
        -moz-transform: translateY(-15%)
    }
    90% {
        -moz-transform: translateY(0);
        padding-bottom: 8px
    }
    95% {
        -moz-transform: translateY(-10%)
    }
    97% {
        -moz-transform: translateY(0);
        padding-bottom: 9px
    }
    99% {
        -moz-transform: translateY(-5%)
    }
    100% {
        -moz-transform: translateY(0);
        padding: 0;
        opacity: 1
    }
}

@-o-keyframes bounce {
    0% {
        -o-transform: translateY(-100%);
        opacity: 0
    }
    5% {
        -o-transform: translateY(-100%);
        opacity: 0
    }
    15% {
        -o-transform: translateY(0);
        padding-bottom: 5px
    }
    30% {
        -o-transform: translateY(-50%)
    }
    40% {
        -o-transform: translateY(0);
        padding-bottom: 6px
    }
    50% {
        -o-transform: translateY(-30%)
    }
    70% {
        -o-transform: translateY(0);
        padding-bottom: 7px
    }
    80% {
        -o-transform: translateY(-15%)
    }
    90% {
        -o-transform: translateY(0);
        padding-bottom: 8px
    }
    95% {
        -o-transform: translateY(-10%)
    }
    97% {
        -o-transform: translateY(0);
        padding-bottom: 9px
    }
    99% {
        -o-transform: translateY(-5%)
    }
    100% {
        -o-transform: translateY(0);
        padding: 0;
        opacity: 1
    }
}

@keyframes bounce {
    0% {
        transform: translateY(-100%);
        opacity: 0
    }
    5% {
        transform: translateY(-100%);
        opacity: 0
    }
    15% {
        transform: translateY(0);
        padding-bottom: 5px
    }
    30% {
        transform: translateY(-50%)
    }
    40% {
        transform: translateY(0);
        padding-bottom: 6px
    }
    50% {
        transform: translateY(-30%)
    }
    70% {
        transform: translateY(0);
        padding-bottom: 7px
    }
    80% {
        transform: translateY(-15%)
    }
    90% {
        transform: translateY(0);
        padding-bottom: 8px
    }
    95% {
        transform: translateY(-7%)
    }
    97% {
        transform: translateY(0);
        padding-bottom: 9px
    }
    99% {
        transform: translateY(-3%)
    }
    100% {
        transform: translateY(0);
        padding: 0;
        opacity: 1
    }
}

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

@media (min-width:1400px) {
    .container {
        max-width: 1400px!important
    }
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch
}

.white {
    color: #fff!important
}

.mr-auto,
.mx-auto {
    margin-left: auto!important;
    margin-right: 20px
}

.navbar {
    height: 95px;
    height: 135px;
    background-color: #fff;
    position: fixed;
    top: 0
}

@media (min-width:992px) {
    .navbar {
        padding-top: 40px
    }
}

.navbar-collapse {
    margin-top: 20px
}

.navbar-brand img {
    height: 65px
}

.nav-item {
    display: inline-block;
    position: relative
}

.nav-item,
.nav-item a {
    color: #43464c;
    font-weight: 700;
    font-size: 14px;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.nav-item img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.nav-item a:hover,
.nav-item:hover,
.nav-link:hover {
    color: #f26624!important;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.nav-item a:hover img {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -moz-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -o-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -ms-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0)
}

.nav-item.menu.hidden::after {
    display: none
}

.nav-item.menu.show::after {
    width: 30px;
    height: 30px;
    background: #fff;
    text-indent: -9999px;
    border-top: 3px solid #bfbfbf;
    border-left: 3px solid #bfbfbf;
    top: 42px;
    margin-left: 30px;
    position: absolute;
    z-index: 999;
    content: "";
    transform: rotate(45deg)
}

.nav-item.menu1.hidden::after {
    display: none
}

.nav-item.menu1.show::after {
    width: 30px;
    height: 30px;
    background: #fff;
    text-indent: -9999px;
    border-top: 3px solid #bfbfbf;
    border-left: 3px solid #bfbfbf;
    top: 42px;
    margin-left: 30px;
    position: absolute;
    z-index: 999;
    content: "";
    transform: rotate(45deg)
}

.nav-item .active {
    color: #f26624!important
}

.nav-item:last-child {
    margin-right: 50px
}

.nav-item:hover>a {
    color: #f26624
}

.nav-dropdown-content {
    background: #e5e5e5;
    display: none;
    position: fixed;
    top: calc(100% + 0px);
    top: 125px;
    left: 50%;
    width: 100vw;
    height: 80%;
    padding: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    overflow-y: scroll;
    background: #fff;
    border-top: 3px solid #c0c2c3
}

.nav-dropdown-content .logo {
    border-bottom: 3px solid #000;
    margin-bottom: 15px;
    margin-top: 25px
}

.nav-dropdown-content .logo img {
    margin-top: -13px;
    position: absolute;
    background-color: #e5e5e5;
    padding: 0 10px;
    background-color: #fff
}

.nav-dropdown-content1 {
    display: none;
    position: fixed;
    top: calc(100% + 0px);
    top: 125px;
    left: 50%;
    width: 100vw;
    height: 80%;
    padding: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    overflow-y: scroll;
    background: #fff;
    border-top: 3px solid #c0c2c3
}

.nav-dropdown-content1 .logo {
    border-bottom: 3px solid #f26624;
    margin-bottom: 15px;
    margin-top: 25px
}

.nav-dropdown-content1 .logo span {
    margin-top: -17px;
    position: absolute;
    background-color: #e5e5e5;
    padding: 0 10px;
    font-size: 24px;
    font-weight: 700;
    background-color: #fff
}

.nav-search {
    cursor: pointer;
    margin: 0!important
}

.nav-search img {
    height: 20px;
    margin-left: 10px
}

.nav-contact {
    top: 0;
    width: 100%;
    position: absolute;
    margin: 0!important;
    margin-left: -15px!important
}

.nav-contact div {
    text-align: right;
    font-size: 14px
}

.nav-contact div div {
    display: inline-block;
    font-weight: 700;
    padding: 10px 15px
}

.nav-contact div div:nth-child(2) {
    background-color: #f26624;
    color: #fff
}

.nav-contact div div div {
    display: inline-block;
    font-weight: 700;
    padding: 0 5px
}

.nav-contact a {
    color: #fff;
    text-decoration: none
}

.overlay-content {
    background: #43464d;
    position: relative;
    top: 30px;
    width: 30%;
    text-align: center;
    margin-top: 30px;
    padding: 10px 15px;
    margin: auto
}

.video-content {
    position: relative;
    top: 30px;
    width: 100%;
    height: 60px;
    text-align: center;
    margin-top: 30px;
    margin: auto
}

.video-content div {
    margin: 0 auto!important;
    width: auto!important
}

@media (min-width:992px) {
    .video-content div {
        width: 60%!important;
        height: 500px!important
    }
    .video-content div iframe {
        width: 100%!important;
        height: 100%!important
    }
}

.video-content p {
    font-size: 24px;
    color: #fff
}

.video-content .closebtn {
    top: -10px!important
}

.overlay {
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 1;
    top: 95px;
    top: 135px;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.overlay.open {
    visibility: visible;
    opacity: 1
}

@media (max-width:991.98px) {
    .overlay {
        top: 0
    }
}

.overlay .closebtn:hover {
    color: #f26624
}

.overlay .closebtn {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -45px;
    cursor: pointer
}

.overlay .closebtn i {
    color: #fff;
    font-size: 1.4rem
}

#SearchForm_SearchForm .middleColumn {
    width: 90%;
    float: left
}

#SearchForm_SearchForm input[type=text] {
    width: 100%;
    padding: 15px;
    font-size: 17px;
    border: none;
    background: #43464c;
    color: #fff;
    font-weight: 700;
    padding-left: 60px;
    outline: 0;
    background: url(../images/icon_search.png) no-repeat 10px center;
    background-size: 30px
}

#SearchForm_SearchForm input[type=submit] {
    width: 10%;
    height: 55px;
    background: url(../images/icon_right_white.png) center no-repeat;
    border: none;
    outline: 0;
    float: left;
    cursor: pointer;
    text-indent: -99999px
}



.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #43464c;
    font-size: 17px;
    border: none;
    cursor: pointer;
    color: #fff
}

.download-catalogue-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1950;
    top: 95px;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.download-catalogue-overlay .overlay-container {
    position: relative;
    top: 40px;
    width: 30%;
    height: 60px;
    margin-top: 30px;
    margin: auto
}

.download-catalogue-overlay .overlay-container .closebtn {
    text-align: right;
    color: #fff
}

.download-catalogue-overlay .overlay-container .closebtn a {
    color: #fff;
    font-size: 24px;
    cursor: pointer
}

.download-catalogue-overlay .overlay-container .closebtn a:hover {
    color: #f26624
}

.download-catalogue-overlay .overlay-container .content {
    background: #43464d;
    color: #fff;
    padding: 30px
}

.download-catalogue-overlay .overlay-container .content h1 {
    font-size: 28px;
    font-weight: bolder;
    color: #f26624!important
}

.download-catalogue-overlay .overlay-container .content h2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700
}

.download-catalogue-overlay .overlay-container .content p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px
}

.download-catalogue-overlay .overlay-container .content form {
    margin-top: 30px;
    width: 100%;
    font-size: 12px;
    font-weight: 700
}

.download-catalogue-overlay .overlay-container .content form div {}

.download-catalogue-overlay .overlay-container .content form div div {
    padding: 2px 0
}

.download-catalogue-overlay .overlay-container .content form input,
.download-catalogue-overlay .overlay-container .content form textarea {
    width: 100%;
    outline: 0;
    font-size: 12px;
    padding: 2px 10px
}

.download-catalogue-overlay .overlay-container .content form textarea {
    min-height: 70px
}

.download-catalogue-overlay .overlay-container .content form button {
    background-color: #f26624;
    color: #fff;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 20px
}

.download-catalogue-overlay .overlay-container .content form button:hover {
    background-color: #fff;
    color: #000
}

@media (max-width:991.98px) {
    .download-catalogue-overlay .overlay-container {
        top: 0;
        width: 60%;
        height: 60px
    }
    .download-catalogue-overlay .overlay-container .content h1 {
        font-size: 24px
    }
    .download-catalogue-overlay .overlay-container .content h2 {
        font-size: 16px
    }
}

@media (max-width:575.98px) {
    .download-catalogue-overlay .overlay-container {
        top: 0;
        width: 90%;
        height: 60px
    }
    .download-catalogue-overlay .overlay-container .content h1 {
        font-size: 24px
    }
    .download-catalogue-overlay .overlay-container .content h2 {
        font-size: 16px
    }
}

.product-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1950;
    top: 95px;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.product-overlay .overlay-container {
    position: relative;
    top: 30%;
    width: 40%;
    height: 60px;
    margin-top: 30px;
    margin: auto
}

.product-overlay .overlay-container .closebtn {
    text-align: right;
    color: #fff
}

.product-overlay .overlay-container .closebtn a {
    color: #fff;
    font-size: 24px;
    cursor: pointer
}

.product-overlay .overlay-container .closebtn a:hover {
    color: #f26624
}

.product-overlay .overlay-container .content {
    background: #fff;
    color: #43464d;
    padding: 30px
}

.product-overlay .overlay-container .content img {
    width: 90%
}

.product-overlay .overlay-container .content p {
    margin: 20px 0;
    font-weight: 700
}

.product-overlay .overlay-container .content a {
    color: #f26624;
    font-weight: 700;
    text-decoration: none
}

.product-overlay .overlay-container .content .product_picture {
    text-align: center
}

.product-overlay .overlay-container .content .product_picture img {
    height: 250px;
    width: auto;
    margin: auto
}

@media (max-width:991.98px) {
    .product-overlay .overlay-container {
        position: relative;
        top: 10%;
        width: 90%;
        height: 60px;
        margin-top: 30px;
        margin: auto
    }
    .product-overlay .overlay-container .content .product_picture {
        margin-bottom: 40px
    }
}

.nav-contact-mobile {
    background-color: #f26624;
    color: #fff!important;
    width: auto;
    margin: 0 auto!important;
    text-align: center
}

.nav-contact-mobile div {
    display: inline-block;
    font-weight: 700;
    padding: 5px 5px;
    font-size: 14px
}

.nav-contact-mobile a {
    color: #fff
}

.nav-bar-mobile-menu {
    padding-top: 15px
}

.nav-bar-mobile-menu .navbar-toggler {
    float: right;
    margin-top: 15px;
    outline: 0
}

@media (max-width:479.98px) {
    .nav-bar-mobile-menu .navbar-brand {
        width: 70%!important
    }
    .nav-bar-mobile-menu .navbar-brand img {
        width: 100%!important
    }
}

.nav-bar-desktop {
    display: block;
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.nav-bar-desktop.up {
    top: -146px
}

.nav-bar-mobile {
    display: none;
    width: 100%;
    position: static
}

@media (max-width:991.98px) {
    .nav-bar-desktop {
        display: none
    }
    .nav-bar-mobile {
        display: block
    }
}

#sidebar {
    position: fixed;
    display: none;
    right: 0;
    min-width: 250px;
    max-width: 250px;
    height: 100%;
    background: #f26624!important;
    color: #fff;
    transition: all .3s;
    border-left: 2px solid #fff
}

#sidebar.active {
    right: 0;
    display: block
}

#sidebar .search {
    background-color: #43464c;
    border-bottom: 2px solid #fff;
    position: relative;
    padding: 0
}

#sidebar .search #SearchForm_SearchForm .middleColumn {
    padding: 0
}

#sidebar .search #SearchForm_SearchForm input[type=text] {
    height: 100%;
    font-size: 14px;
    padding: 10px 0 10px 15px;
    background-image: none
}

#sidebar .search #SearchForm_SearchForm input[type=submit] {
    height: 39px;
    background-size: 12px
}

#sidebar .menu {
    padding: 35px 10px 10px 10px
}

#sidebar .menu .item {
    text-align: center;
    padding-bottom: 10px
}

#sidebar .menu .item a {
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer
}

#sidebar .menu .item.active a {
    background-color: #c95e2a
}

.sidebar-item a {
    color: #fff;
    text-align: center
}

#content {
    width: 100%;
    margin-left: 0;
    background-color: #fff;
    transition: all .3s
}

#content.active {
    margin-left: -250px
}

.custom_carousel {
    margin-top: 60px
}

footer {
    background-color: #43464c!important;
    color: #fff!important;
    padding: 100px 0
}

footer .navigation {
    max-width: 20%!important;
    flex: 0 0 20%!important
}

footer h2 {
    color: #fff!important;
    font-size: 16px;
    font-weight: 700
}

footer ul {
    list-style: none;
    margin-top: 25px;
    margin-left: 0;
    padding-left: 0
}

footer ul li {
    font-size: 14px;
    padding: 2px 0
}

footer ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none
}

footer ul li a:hover {
    color: #f26624;
    text-decoration: none
}

@media (max-width:991.98px) {
    footer .navigation {
        float: left;
        width: 33%;
        margin-bottom: 30px
    }
    footer .navigation:last-child {
        width: 66%
    }
    footer ul {
        margin-top: 10px
    }
}

@media (max-width:575.98px) {
    footer .navigation {
        float: left;
        width: 50%;
        margin-bottom: 30px
    }
    footer ul {
        margin-top: 10px
    }
}

@media (max-width:479.98px) {
    footer .navigation {
        float: none;
        width: 100%;
        margin-bottom: 30px
    }
    footer ul {
        margin-top: 10px
    }
}

footer a {
    color: #fff!important;
    text-decoration: none!important;
    cursor: pointer
}

footer i {
    margin-right: 5px
}

footer .footer_part_2 {
    margin-top: 60px;
    padding-bottom: 85px;
    border-bottom: 1px solid #fff
}

footer .subscribe {
    margin: auto 0
}

footer .subscribe .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

footer .subscribe .text a {
    margin-top: 20px;
    font-size: 14px
}

footer .subscribe .text img {
    height: 16px;
    margin-right: 5px
}

footer .catalogue div {
    display: inline-block;
    align-content: center;
    text-align: center;
    width: 100%
}

footer .catalogue img {
    height: 105px;
    margin: auto
}

footer .catalogue .link {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700
}

footer .catalogue .linkinfo {
    margin-top: 0;
    font-size: 10px;
    color: #d2d3d4
}

footer .social-media {
    text-align: right;
    margin: auto 0
}

footer .social-media div {
    display: inline-block;
    margin: auto 0 auto 15px;
    height: 30px
}

footer .social-media img {
    height: 30px
}

@media (max-width:991.98px) {
    footer .footer_part_2 {
        border: 0
    }
    footer .catalogue,
    footer .social-media,
    footer .subscribe {
        float: none;
        margin: 0 auto 50px auto!important;
        text-align: center
    }
}

footer .footer_part_3 {
    margin-top: 50px
}

footer .branding img {
    height: 60px;
    transition: .5s linear
}

footer .branding img:hover {
    opacity: .6
}

footer .additional h2 {
    font-size: 16px;
    line-height: 60px;
    text-align: center
}

footer .chat {
    text-align: right
}

footer .chat div {
    display: inline-block;
    background-color: #f26624;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: center;
    cursor: pointer
}

footer .chat div img {
    width: 35px;
    height: 35px;
    margin-top: 12px
}

@media (max-width:991.98px) {
    footer .footer_part_3 {
        margin-top: 0
    }
    footer .footer_part_3 .additional,
    footer .footer_part_3 .branding,
    footer .footer_part_3 .chat {
        text-align: center;
        float: none;
        width: 100%
    }
}

footer .footer_part_4 {
    margin-top: 50px;
    text-align: center
}

footer .footer_part_4 div div {
    display: inline-block;
    color: #b4b1b4;
    font-size: 9px;
    padding: 0 10px;
    border-right: 1px solid #b4b1b4
}

footer .footer_part_4 div div:last-child {
    border-right: 0
}

footer .footer_part_4 div div a {
    color: #b4b1b4!important
}

footer .footer_part_4 div div a:hover {
    color: #fff!important
}

@media (max-width:991.98px) {
    footer .footer_part_4 div div:first-child {
        float: none;
        width: 100%;
        border-right: 0
    }
}

.homepage-services .row {
    margin: 0
}

.homepage-services .homepage-services-inner {
    overflow: hidden;
    padding: 0!important
}

.homepage-services .service-item {
    height: 100%;
    padding: 45px 50px;
    position: relative;
    background-position: center;
    background-size: cover;
    transition: all .5s ease
}

.homepage-services .service-video {
    width: auto;
    height: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto
}

.homepage-services .service-item .title {
    padding-bottom: 5px;
    border-bottom: 5px solid #fff!important
}

.homepage-services .service-item .content {
    margin-top: 230px;
    padding-bottom: 20px;
    border-bottom: 5px solid #fff!important;
    opacity: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.homepage-services .service-item .links {
    margin-top: 20px;
    opacity: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.homepage-services .homepage-services-inner.active .service-item .content,
.homepage-services .homepage-services-inner.active .service-item .links,
.homepage-services .homepage-services-inner:hover .service-item .content,
.homepage-services .homepage-services-inner:hover .service-item .links {
    opacity: 1;
    visibility: visible
}

.homepage-services .homepage-services-inner.active .service-item,
.homepage-services .homepage-services-inner:hover .service-item {
    background-image: url(../images/video-background.png)!important
}

.homepage-services .service-item .links div:last-child {
    float: right
}

.homepage-services .service-item .links div:first-child {
    float: left
}

.homepage-services .service-item h1 {
    font-size: 42px;
    font-weight: bolder;
    color: #fff!important
}

.homepage-services .service-item h2 {
    font-size: 30px;
    font-weight: bolder;
    color: #fff!important
}

.homepage-services .service-item a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none
}

.homepage-services .service-item a:hover {
    color: #f1611d
}

.homepage-services .service-item a img {
    height: 24px
}

.homepage-services .goto-next-section {
    text-align: center;
    padding: 20px;
    font-size: 30px;
    height: 80px;
    -webkit-animation: bounce 3s ease-out;
    -moz-animation: bounce 3s ease-out;
    -o-animation: bounce 3s ease-out;
    animation: bounce 3s ease-out
}

.homepage-services .goto-next-section a {
    color: #43464c
}

.homepage-services .goto-next-section a:hover {
    color: #f26624
}

@media (max-width:991.98px) {
    .homepage-services .row {
        width: 100%;
        padding: 0;
        margin: 0
    }
    .homepage-services .service-item {
        width: 100%
    }
    .homepage-services .service-item:first-child {
        display: block
    }
}

.breadcrumbs {
    padding: 30px 0;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 2px solid #42474d;
    margin-bottom: 50px
}

.breadcrumbs.wulftec {
    border-top: 1px solid #000;
    padding: 30px 0 30px 0;
    border-bottom: 5px solid #f29400;
    margin-bottom: 10px
}

.breadcrumbs.handfilm {
    border-top: 1px solid #000;
    padding: 30px 0 30px 0;
    border-bottom: 5px solid #43464c;
    margin-bottom: 10px
}

.breadcrumbs.nano {
    border-top: 1px solid #000;
    padding: 30px 0 30px 0;
    border-bottom: 5px solid #034ea2;
    margin-bottom: 10px
}

.breadcrumbs.wulftec.product-details {
    margin-bottom: 50px
}

.breadcrumbs.handfilm.product-details {
    margin-bottom: 50px
}

.breadcrumbs.nano.product-details {
    margin-bottom: 50px
}

.breadcrumbs .title {
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0
}

.breadcrumbs .title span {
    margin: 0 10px
}

.breadcrumbs .title a {
    font-weight: 700;
    font-size: 14px;
    color: #43464c;
    text-decoration: none
}

.breadcrumbs .title a::after {
    content: '/';
    margin: 0 10px;
    font-weight: 400;
    cursor: default
}

.breadcrumbs .backlink {
    padding-left: 0!important;
    padding-top: 10px;
    padding-bottom: 10px
}

.breadcrumbs .backlink i {
    padding-right: 5px;
    padding-left: 0;
    margin-left: 0
}

.breadcrumbs .backlink a {
    font-weight: 700;
    font-size: 14px;
    color: #43464c;
    text-decoration: none
}

.breadcrumbs .logo {
    text-align: right;
    height: 40px!important;
    padding-left: 0;
    padding-right: 0
}

.breadcrumbs .logo img {
    height: 100%
}

.breadcrumbs .share {
    text-align: right
}

.breadcrumbs .share a {
    color: #43464c;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer
}

@media (max-width:991.98px) {
    .breadcrumbs .logo,
    .breadcrumbs .title {
        float: none;
        width: 100%;
        text-align: left
    }
    .breadcrumbs .title {
        margin-bottom: 5px
    }
}

.special-border-top {
    border-top: 1px solid #42474d;
    padding-top: 40px
}

.special-no-border {
    border-bottom: 0!important;
    margin-bottom: 0!important
}

.common {
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 40px
}

.common .introduction {
    margin-bottom: 40px;
    font-size: 11px;
    font-weight: 700
}

.common .title {
    padding-bottom: 5px;
    border-bottom: 5px solid #f26624!important
}

.common h1 {
    font-size: 42px;
    font-weight: bolder;
    color: #f26624!important
}

.common h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 40px
}

.common p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px
}

.common .links {
    margin-top: 20px
}

.common .links div {
    float: left;
    margin-right: 80px
}

.common .links a {
    cursor: pointer;
    color: #43464c;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.common .links a:hover {
    color: #f26624;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.common .links a img {
    height: 24px
}

.common .links a:hover img {
    height: 24px;
    content: url(../images/icon_video_orange.png)
}

@media (max-width:991.98px) {
    .common .image,
    .common .links div {
        padding-bottom: 30px!important
    }
}

@media (min-width:992px) {
    .common .details {
        padding-right: 40px
    }
}

.homepage-slides {
    position: relative
}

.homepage-slides .control-left,
.homepage-slides .control-right {
    cursor: pointer!important;
    position: absolute;
    top: 50%;
    margin-top: -36px
}

.homepage-slides .control-left {
    left: 0;
    margin-left: -47px
}

.homepage-slides .control-right {
    right: 0;
    margin-right: -47px
}

@media (max-width:991.98px) {
    .homepage-slides .control-left {
        background-color: #fff;
        left: 0;
        margin-left: 0
    }
    .homepage-slides .control-right {
        background-color: #fff;
        right: 0;
        margin-right: 0
    }
}

.homepage-slides .comment-item {
    display: none
}

.homepage-slides .comment_image {
    padding-right: 0;
    min-height: 400px;
    height: 400px;
    float: left
}

.homepage-slides .comment_image div {
    background-size: cover;
    background-position: center center;
    min-height: 400px;
    height: 400px
}

.homepage-slides .comment_details {
    padding-left: 0;
    min-height: 400px;
    height: 400px;
    float: left
}

.homepage-slides .comment_details .content {
    background-color: #f26624;
    color: #fff;
    padding: 10px 60px 50px 80px;
    min-height: 400px;
    height: 400px
}

.homepage-slides .comment_details h2 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400
}

.homepage-slides .comment_details h2 i {
    width: 35px;
    margin-left: -40px;
    font-size: 25px
}

.homepage-slides .comment_person span:first-child {
    font-weight: 700;
    padding-right: 10px
}

.homepage-slides .comment_person span:last-child {
    padding-left: 10px
}

.homepage-slides .comment_details .links {
    margin-top: 40px;
    padding-bottom: 50px
}

.homepage-slides .comment_details .links div {
    float: left;
    margin-right: 40px
}

.homepage-slides .comment_details .links div:last-child {
    margin-right: 0
}

.homepage-slides .comment_details .links div:last-child::after {
    clear: both!important
}

.homepage-slides .comment_details .links .company {
    width: 120px
}

.homepage-slides .comment_details .links a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.homepage-slides .comment_details .links a:hover {
    color: #000;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.homepage-slides .comment_details .links a img {
    height: 24px
}

.homepage-slides .comment_details .links a:hover img {
    height: 24px;
    content: url(../images/icon_video_grey.png)
}

@media (max-width:991.98px) {
    .homepage-slides .comment_image {
        padding-right: 15px;
        float: none;
        width: 100%;
        height: 350px!important
    }
    .homepage-slides .comment_details {
        padding-left: 15px
    }
    .homepage-slides .comment_details .content {
        height: auto
    }
    .homepage-slides .comment_details .links div {
        float: left;
        margin-right: 40px
    }
}

.common .trustedby div {
    margin-bottom: 30px
}

.common .trustedby h2 {
    margin-top: 15px;
    font-size: 12px;
    border-bottom: 1px solid #43464c;
    line-height: .1em
}

.common .trustedby h2 span {
    background-color: #fff;
    padding-right: 10px
}

.common .trustedby .logos {
    text-align: center
}

.common .trustedby .logos div {
    display: inline-block;
    height: 45px
}

.common .trustedby .logos .logo_item {
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 20px 10px
}

.common .trustedby .logos .logo_item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.latest-news-title {
    padding-bottom: 10px;
    border-bottom: 5px solid #f26624!important;
    margin-bottom: 50px
}

.latest-news-title .row div:last-child {
    text-align: right;
    padding-top: 24px
}

.latest-news-title a {
    color: #f26624;
    text-decoration: none;
    font-weight: 700
}

@media (max-width:991.98px) {
    .latest-news-title .row div:last-child {
        text-align: left
    }
}

.latest-news-item .image img {
    width: 100%;
    height: 250px
}

.latest-news-item .image img:hover {
    opacity: .7
}

.latest-news-item .content {
    margin-top: 15px;
    margin-bottom: 50px
}

.latest-news-item .content h6 {
    line-height: 16px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px
}

.latest-news-item .content h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px
}

.latest-news-item .content a {
    color: #f26624;
    text-decoration: none;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.latest-news-item .content a:hover {
    color: #41444b;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.latest-news-item .content p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px
}

.teaser {
    padding-bottom: 60px
}

.teaser .background {
    background: url(../images/ss_images/shutterstock_180140354.jpg) bottom center;
    background-size: cover
}

.teaser .common {
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 40px
}

.teaser .common .title {
    border-bottom: 5px solid #fff!important
}

.teaser .common h1 {
    color: #fff!important
}

.teaser .common h2 {
    color: #fff!important
}

.teaser .common p {
    color: #fff!important
}

.teaser .common .links a {
    color: #fff
}

.teaser .common .links a:hover {
    color: #fff
}

.teaser .common .links a:hover img {
    content: url(../images/icon_video_white.png)
}

#scroll-to-top:hover {
    background-color: #000!important
}

#scroll-to-top {
    display: none;
    z-index: 99;
    float: right;
    border: none;
    outline: 0;
    background-color: #f05323;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    transition: background .5s linear
}

#scroll-to-top i {
    margin: 0
}

#scroll-to-content {
    border: none;
    outline: 0;
    background-color: #f26624;
    z-index: 999;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px
}

@media (max-width:991.98px) {
    #scroll-to-content {
        display: none
    }
}

#scroll-to-content:hover {
    background-color: #43464c
}

#scroll-to-top:hover {
    background-color: #f26624
}

@media (max-width:991.98px) {
    .common-no-banner {
        margin-top: 50px
    }
}

.common-banner {
    background-size: cover;
    background-position: center;
    position: relative
}

.common-banner .overlay-banner,
.overlay-banner,
.support-banner .overlay-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .6)
}

.support-banner {
    position: relative
}

.common-banner .service-item .row-one {
    padding: 80px 0
}

.common-banner .service-item .row-two {
    text-align: right
}

.common-banner .service-item .row-three {
    padding: 50px 0;
    font-weight: 400
}

.common-banner .service-item .content {
    border-bottom: 5px solid #fff!important;
    z-index: 999
}

@media (max-width:991.98px) {
    .common-banner .service-item .content {
        margin-top: 0
    }
}

.common-banner .service-item .links {
    margin-top: 20px
}

.common-banner .service-item:hover .content,
.common-banner .service-item:hover .links {
    display: block
}

.common-banner .service-item .links div:first-child {
    float: left
}

.common-banner .service-item h1 {
    font-size: 42px;
    font-weight: bolder;
    color: #fff!important
}

.common-banner .service-item h2 {
    font-size: 40px;
    font-weight: bolder;
    color: #fff!important
}

.common-banner .service-item a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    z-index: 999
}

.common-banner .service-item a:hover {
    color: #fff
}

.common-banner .service-item a img {
    height: 24px
}

.common-banner .case-study .row-one {
    padding: 0 0 40px 0
}

.common-banner .case-study .row-two {
    text-align: right
}

.common-banner .case-study .row-three {
    padding: 50px 0;
    font-weight: 400
}

.common-banner .case-study .content {
    margin-top: 80px;
    padding-bottom: 30px;
    border-bottom: 5px solid #fff!important
}

.common-banner .case-study .links {
    margin-top: 20px;
    color: #fff
}

.common-banner .case-study:hover .content,
.common-banner .case-study:hover .links {
    display: block
}

.common-banner .case-study .links div:first-child {
    float: left
}

.common-banner .case-study h1 {
    font-size: 42px;
    font-weight: bolder;
    color: #fff!important
}

.common-banner .case-study h2 {
    font-size: 45px;
    font-weight: bolder;
    color: #fff!important
}

.common-banner .case-study a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer
}

.common-banner .case-study a:hover {
    color: #fff
}

.common-banner .case-study a img {
    height: 24px
}

.common-banner .goto-next-section {
    text-align: center;
    padding: 20px;
    font-size: 30px;
    height: 80px;
    -webkit-animation: bounce 3s ease-out;
    -moz-animation: bounce 3s ease-out;
    -o-animation: bounce 3s ease-out;
    animation: bounce 3s ease-out
}

.common-banner .goto-next-section a {
    color: #43464c
}

.common-banner .goto-next-section a:hover {
    color: #f26624
}

@media (max-width:991.98px) {
    .common-banner {
        margin-top: 70px
    }
    .common-banner .row {
        width: 100%;
        padding: 0;
        margin: 0
    }
    .common-banner .service-item {
        width: 100%;
        display: none
    }
    .common-banner .service-item:first-child {
        display: block
    }
}

.support-banner>.row {
    margin: 0
}

.support-banner a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none
}

.support-banner .background {
    padding: 50px 0
}

.support-banner .background .support-breadcrumbs {
    margin-top: -10px
}

.support-banner .background .support-breadcrumbs a {
    font-size: 12px
}

.support-banner .background .support-breadcrumbs a::after {
    content: '/';
    margin: 0 10px;
    font-weight: 400;
    cursor: default
}

.support-banner .background .support-breadcrumbs a:last-child::after {
    content: none
}

.support-banner .background h2 {
    font-size: 40px;
    font-weight: bolder;
    color: #fff!important
}

.support-banner .sub-navbar {
    height: 50px;
    background-color: #f16623;
    text-align: left;
    color: #fff
}

.support-banner .sub-navbar a {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    display: inline-block
}

.support-banner .sub-navbar a:hover {
    opacity: .7
}

.support-banner .sub-navbar ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.support-banner .sub-navbar ul::after {
    clear: both
}

.support-banner .sub-navbar ul li {
    float: left;
    margin-right: 20px
}

@media (max-width:991.98px) {
    .support-banner {
        margin-top: 70px
    }
    .support-banner .row {
        width: 100%;
        padding: 0;
        margin: 0
    }
    .support-banner .background {
        width: 100%;
        display: none
    }
    .support-banner .background:first-child {
        display: block
    }
}

.product {
    cursor: pointer;
    transition: border .5s ease;
    -moz-transition: border .5s ease;
    -webkit-transition: border .5s ease;
    border: 5px solid #fff
}

.product:hover {
    border: 5px solid #43464c
}

.product .image {
    text-align: center;
    padding: 50px 20px 20px 20px
}

.product.packaging .image {
    padding: 50px 20px 20px 20px
}

.product .logo {
    text-align: center;
    padding: 0 30px;
    vertical-align: middle
}

.product .logo img {
    max-width: 80%;
    margin: auto 0
}

.product .logo a {
    color: #f26624;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: -1px
}

.product .logo.handfilm a {
    color: #43464c
}

.product .logo.standard a {
    color: #43464c
}

.product .content {
    margin-top: 15px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 12px
}

.product .content p {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin: 0 30px
}

.product .content a {
    color: #43464c;
    text-decoration: none;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.product .content a:hover {
    color: #f26624;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.product .content a.video {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px
}

.product .content a.video img {
    height: 24px;
    width: auto;
    margin-right: 3px
}

.product-footer {
    margin: 0 0 100px 0
}

.product-footer .title {
    border-bottom: 2px solid #42474d;
    padding-bottom: 10px;
    margin-bottom: 40px;
    letter-spacing: -1px
}

.product-footer .title.wulftec {
    border-bottom: 2px solid #f29400
}

.product-footer .title h2 {
    font-size: 50px;
    font-weight: 700
}

.product-footer .title.wulftec h2 {
    color: #f29400
}

.product-footer .content div:first-child {
    font-weight: 700;
    margin-bottom: 30px
}

.product-footer .content div:last-child {
    font-size: 12px;
    margin-bottom: 30px
}

.product-header {
    padding-bottom: 30px;
    border-bottom: 5px solid #a9a9a9;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0
}

.product-header.category {
    border-bottom: 0;
    margin-bottom: 20px
}

.product-header .logo {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    font-weight: 700
}

.product-header .share {
    text-align: right;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px
}

.product-header.category .share {
    padding-top: 0!important
}

.product-header .share div {
    display: inline-block !important;
    font-size: 12px;
}

.product-header .share a {
    color: #43464c;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer
}

@media (max-width:991.98px) {
    .product-header .logo,
    .product-header .share {
        float: none;
        width: 100%;
        text-align: left
    }
    .product-header .share div:first-child {
        margin-left: 0
    }
}

.product-detail-content {
    margin-left: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 100px;
    width: 100%
}

.product-detail-content a {
    cursor: pointer!important
}

.product-detail-content .picture {
    text-align: right
}

.product-detail-content .picture.mobile {
    display: none;
    margin-bottom: 50px
}

.product-detail-content .picture.desktop {
    display: block
}

@media (max-width:991.98px) {
    .product-detail-content .picture.mobile {
        display: block
    }
    .product-detail-content .picture.desktop {
        display: none
    }
}

.product-detail-content .picture img {
    width: auto
}

.product-detail-content .sub-header h2 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 30px
}

.product-detail-content .sub-header p {
    padding-bottom: 40px;
    border-bottom: 5px solid #f29400;
    margin-bottom: 50px
}

.product-detail-content.nano .sub-header p {
    font-weight: 700;
    padding-bottom: 40px;
    border-bottom: 5px solid #034ea2;
    margin-bottom: 50px
}

.product-detail-content .features h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px
}

.product-detail-content .features ul {
    margin-left: -20px;
    margin-bottom: 50px;
    font-size: 14px
}

.product-detail-content .features p {
    font-size: 14px
}

.product-detail-content .specifications {
    border-top: 2px solid #44474e
}

.product-detail-content .specifications div {
    float: left;
    width: 50%;
    padding: 30px 0;
    border-bottom: 2px solid #44474e
}

.product-detail-content .specifications div:last-child {
    text-align: right!important
}

.product-detail-content .specifications div:last-child::after {
    clear: both
}

.product-detail-content .specifications a {
    color: #43464c;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none
}

.product-detail-content .buttons {
    padding: 40px 0 0 0
}

.product-detail-content .buttons.last {
    padding: 10px 0 0 0;
    margin-bottom: 80px
}

.product-detail-content .buttons .button,
.product-detail-content .buttons button {
    font-size: 16px;
    text-align: center;
    background-color: #f29400;
    color: #fff;
    font-weight: 700;
    border: 0;
    outline: 0;
    width: 90%;
    padding: 22px 10px;
    transition: all 1s;
    cursor: pointer;
    display: inline-block
}

.product-detail-content.nano .buttons button {
    background-color: #034ea2;
    color: #fff
}

.product-detail-content .buttons button img {
    height: 20px
}

.product-detail-content .buttons button:hover {
    background-color: #f26624
}

.product-detail-content .buttons div {
    padding: 0
}

.product-detail-content .buttons div:last-child {
    color: #43464c;
    font-weight: 700;
    font-size: 25px;
    padding: 15px 0!important;
    text-align: right
}

.product-detail-content .buttons a {
    color: #43464c;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none
}

.product-detail-content .buttons img {
    height: 16px;
    margin-right: 5px
}

@media (max-width:991.98px) {
    .product-detail-content .buttons div {
        float: none;
        margin-bottom: 10px;
        text-align: center
    }
    .product-detail-content .buttons div:last-child {
        text-align: center
    }
}

.panel-group {
    width: 100%
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #44474e;
    width: 100%;
    border-bottom: 2px solid #44474e
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #43464c;
    background-color: #fff;
    border-color: #44474e
}

.panel-title {
    font-size: 14px
}

.panel-title>a {
    display: block;
    padding: 18px 0 10px 0;
    text-decoration: none;
    color: #43464c;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px
}

.panel-title>a img {
    margin-right: 10px;
    height: 30px
}

.panel-title>a.nano {
    color: #034ea2
}

.panel-title>a:before {
    float: right!important;
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-size: 20px;
    font-weight: 900
}

.panel-title>a.collapsed:before {
    float: right!important;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-size: 20px;
    font-weight: 900
}

.more-less {
    float: right;
    color: #43464c
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #44474e;
    padding: 0
}

.resources_video {
    background-color: #43464c!important;
    color: #fff!important;
    padding: 100px 0
}

.resources_video h2 {
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #fff
}

.resources_video h2 img {
    height: 2rem
}

.resources_video .panel-group {
    border-bottom: 2px solid #fff
}

.resources_video .panel-default>.panel-heading {
    background-color: #43464c;
    border-color: #fff;
    color: #fff;
    border: none
}

.resources_video .panel-title {
    margin-left: 0
}

.resources_video .panel-default {
    background-color: #43464c
}

.resources_video .panel-title>a {
    font-weight: 700
}

.resources_video .panel-title a:before {
    float: right!important;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-size: 20px;
    padding-right: 5px;
    font-weight: 900
}

.resources_video .panel-title a.collapsed:before {
    float: right!important;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-size: 20px;
    font-weight: 900
}

.resources_video .panel-body {
    padding-top: 20px!important
}

.resources_video .panel-body h4 {
    font-size: 16px;
    margin-bottom: 20px
}

.resources_video .video_item {
    width: 20%;
    padding: 0 15px;
    margin-bottom: 40px;
    text-align: center
}

@media (max-width:991.98px) {
    .resources_video .video_item {
        width: 49%!important
    }
}

.resources_video .video_item .photo {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 10px
}

.resources_video .video_item .photo .video_thumb {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 500px
}

.resources_video .video_item .photo .video_overlay {
    display: flex!important;
    position: absolute;
    background: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center
}

.resources_video .video_item .photo .video_overlay img {
    width: 90px!important;
    height: 90px!important
}

.resources_video .video_item a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer
}

.resources_links {
    padding: 100px 0
}

.resources_links .section .title {
    border-bottom: 2px solid #42474d;
    padding-bottom: 10px;
    margin-bottom: 40px;
    letter-spacing: -1px
}

.resources_links .section .title h2 {
    font-size: 50px;
    font-weight: 700
}

.resources_links .section .title.wulftec h2 {
    color: #f29400
}

.resources_links .section .content div:first-child {
    font-weight: 700;
    margin-bottom: 30px
}

.resources_links .section .content div:last-child {
    font-size: 12px;
    margin-bottom: 30px
}

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

.resources_links .links li {
    float: left;
    width: 33%;
    padding-right: 20px;
    padding-bottom: 5px
}

.resources_links .links li a {
    font-size: 14px;
    color: #f26623;
    text-decoration: none
}

@media (max-width:1199.98px) {
    .resources_links .links li {
        width: 49%
    }
}

@media (max-width:575.98px) {
    .resources_links .links li {
        float: none;
        width: 100%
    }
}

.resources_doc {
    padding: 50px 0 100px 0
}

.resources_doc .header {
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 2px solid #43464c;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0
}

.resources_doc .header .logo {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px
}

.resources_doc .header .share {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px
}

.resources_doc .header.category .share {
    padding-top: 0!important
}

.resources_doc .header .share div {
    display: inline-block;
    font-size: 12px;
    margin-left: 20px
}

.resources_doc .header .share a {
    color: #43464c;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer
}

@media (max-width:991.98px) {
    .resources_doc .header .logo,
    .resources_doc .header .share {
        float: none;
        width: 100%;
        text-align: left
    }
    .resources_doc .header .share div:first-child {
        margin-left: 0
    }
}

.resources_doc h2 {
    color: #43464c;
    font-weight: 700
}

.resources_doc h2 img {
    height: 2rem
}

.resources_doc .panel-group {
    border-bottom: 2px solid #fff
}

.resources_doc .panel-title {
    margin-left: 0
}

.resources_doc .panel-title>a {
    font-weight: 700
}

.resources_doc .panel-title a:before {
    float: right!important;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-size: 20px;
    padding-right: 5px;
    font-weight: 900;
    color: #f26623
}

.resources_doc .panel-title a.collapsed:before {
    float: right!important;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-size: 20px;
    font-weight: 900;
    color: #f26623
}

.resources_doc .panel-body {
    padding-top: 20px!important
}

.resources_doc .panel-body h4 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #f26623;
    font-weight: 700
}

.resources_doc .doc_item {
    width: 14%;
    padding-right: 10px;
    margin-bottom: 40px;
    text-align: center
}

@media (max-width:991.98px) {
    .resources_doc .doc_item {
        width: 49%!important
    }
}

.resources_doc .doc_item img {
    width: 40%;
    margin: 10px auto
}

.resources_doc .doc_item a {
    color: #43464c;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer
}

.service_general {
    padding: 50px 0 50px 0
}

.service_general .header {
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 2px solid #43464c;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0
}

.service_general .header .logo {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px
}

.service_general .header .share {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px
}

.service_general .header.category .share {
    padding-top: 0!important
}

.service_general .header .share div {
    display: inline-block;
    font-size: 12px;
    margin-left: 20px
}

.service_general .header .share a {
    color: #43464c;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer
}

@media (max-width:991.98px) {
    .service_general .header .logo,
    .service_general .header .share {
        float: none;
        width: 100%;
        text-align: left
    }
    .service_general .header .share div:first-child {
        margin-left: 0
    }
}

.service_general h2 {
    color: #43464c;
    font-weight: 700
}

.service_general h2 img {
    height: 2rem
}

.service_general img {
    width: 100%
}

.service_general .faq_question {
    color: #43464c;
    font-size: 16px;
    letter-spacing: -.5px!important
}

.service_general .faq_answer {
    color: #43464c;
    font-size: 14px;
    padding: 10px 0 30px 0!important
}

.service_general .panel-title a:before {
    float: right!important;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-size: 20px;
    padding-right: 5px;
    font-weight: 900;
    color: #f26623
}

.service_general .panel-title a.collapsed:before {
    float: right!important;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-size: 20px;
    font-weight: 900;
    color: #f26623
}

.case_study {
    padding: 50px 0 50px 0
}

.case_study .header {
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 2px solid #43464c;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0
}

.case_study .header .menu {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px
}

.case_study .header .menu ul {
    list-style: none;
    padding: 0
}

.case_study .header .menu ul li {
    float: left;
    margin-right: 5px;
    font-size: 14px;
    padding: 7px 10px;
    cursor: pointer
}

.case_study .header .menu ul li:first-child {
    padding-left: 0;
    cursor: none;
    background-color: #fff!important
}

.case_study .header .menu ul li a {
    color: #43464c;
    text-decoration: none;
    letter-spacing: -.5px
}

.case_study .header .menu ul li.active,
.case_study .header .menu ul li:hover {
    background-color: #f26624
}

.case_study .header .menu ul li.active a,
.case_study .header .menu ul li:hover a {
    color: #fff
}

.case_study .header .share {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px
}

.case_study .header.category .share {
    padding-top: 0!important
}

.case_study .header .share div {
    display: inline-block !important;
    font-size: 12px;
}

.case_study .header .share a {
    color: #43464c;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer
}

@media (max-width:991.98px) {
    .case_study .header .logo,
    .case_study .header .share {
        float: none;
        width: 100%;
        text-align: left
    }
    .case_study .header .share div:first-child {
        margin-left: 0
    }
}

.case_study_item {
    margin-bottom: 40px
}

.case_study_item a {
    cursor: pointer
}

.case_study_item .panel {
    border-bottom: 1px solid #44474e
}

.case_study_item .photo {
    padding-right: 0
}

.case_study_item .photo div {
    background-size: cover;
    background-position: center center;
    height: 100%
}

.case_study_item .details {
    padding-left: 0
}

.case_study_item .details .content {
    background-color: #f26624;
    color: #fff;
    padding: 20px 20px 20px 40px;
    min-height: 200px
}

.case_study_item .details h2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff
}

.case_study_item .details h2 i {
    width: 20px;
    margin-left: -25px;
    font-size: 14px
}

.case_study_item .details .links {
    margin-top: 20px;
    padding-bottom: 50px
}

.case_study_item .details .links div {
    float: left;
    margin-right: 40px
}

.case_study_item .details .links .company {
    width: 120px
}

.case_study_item .details .links a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.case_study_item .details .links a:hover {
    color: #43464c;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.case_study_item .details .links a img {
    height: 24px
}

.case_study_item .details .links a:hover img {
    height: 24px;
    content: url(../images/icon_video_grey.png)
}

.case_study_item .info,
.case_study_item .infolink {
    margin: 20px 0
}

.case_study_item .infolink {
    text-align: right;
    vertical-align: middle
}

.case_study_item .info .icon {
    float: left;
    width: 50px;
    margin-right: 15px;
    padding-top: 3px
}

.case_study_item .info .icon img {
    width: 100%
}

.case_study_item .info .personal {
    float: left;
    width: 70%
}

.case_study_item .info .personal .name {
    font-size: 16px;
    font-weight: 700;
    color: #43464c
}

.case_study_item .info .personal .position {
    font-size: 12px;
    font-weight: 400
}

.case_study_item .info .personal .link a {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #f26624;
    text-decoration: none;
    cursor: pointer
}

.case_study_item .infolink a {
    font-size: 14px;
    font-weight: 400!important;
    font-style: italic;
    color: #f26624!important;
    text-decoration: none
}

.case_study_item .infolink a::before {
    float: right!important;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-size: 14px!important;
    font-weight: 900;
    color: #f26623;
    padding-left: 10px!important;
    margin-top: 0!important
}

.case_study_item .infolink a.collapsed::before {
    content: "\f067"
}

.case_study_item .comment h4 {
    color: #f26623;
    font-size: 20px;
    font-weight: 700
}

.case_study_item .comment .intro {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px
}

.case_study_item .comment .detailed {
    font-size: 12px;
    font-weight: 400
}

.case_study_item .comment .picture {
    margin: 30px 0
}

.case_study_item .comment .picture img {
    width: 100%
}

.case_study_item .comment .steps h4 {
    font-size: 16px;
    padding-bottom: 15px;
    font-weight: 700;
    color: #43464c
}

.case_study_item .comment .steps ul {
    list-style: none;
    padding: 0;
    font-size: 12px;
    font-weight: 400
}

.case_study_item .comment .steps ul li {
    margin-bottom: 15px
}

.case_study_item .comment .steps ul li::before {
    content: ' ';
    float: left;
    background: #fff url(../images/numbers/icon_1.png) no-repeat;
    background-size: 20px 20px;
    background-position-y: 3px;
    height: 50px;
    width: 30px
}

.case_study_item .comment .steps ul li:nth-child(1)::before {
    background: #fff url(../images/numbers/icon_1.png) no-repeat;
    background-size: 20px 20px;
    background-position-y: 3px
}

.case_study_item .comment .steps ul li:nth-child(2)::before {
    background: #fff url(../images/numbers/icon_2.png) no-repeat;
    background-size: 20px 20px;
    background-position-y: 3px
}

.case_study_item .comment .steps ul li:nth-child(3)::before {
    background: #fff url(../images/numbers/icon_3.png) no-repeat;
    background-size: 20px 20px;
    background-position-y: 3px
}

.case_study_item .comment .watch .video {
    float: left;
    width: 70%;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    border: 0 solid #000
}

.case_study_item .comment .watch .video a {
    font-size: 16px;
    font-weight: 700;
    color: #f26624;
    text-decoration: none;
    cursor: pointer
}

.case_study_item .comment .watch .video a::before {
    content: ' ';
    float: left;
    background: #fff url(../images/icon_video_orange.png) no-repeat;
    background-size: 25px 25px;
    background-position-y: 7px;
    height: 50px;
    width: 35px
}

.case_study_item .comment .watch .close_accordion {
    float: right;
    text-align: right;
    width: 30%;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    border: 0 solid #000
}

.case_study_item .comment .watch .close_accordion a {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #f26624!important;
    text-decoration: none;
    cursor: pointer
}

.case_study_item .comment .watch .close_accordion a::before {
    float: right!important;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-size: 14px!important;
    font-weight: 900;
    color: #f26623;
    padding-left: 10px!important;
    margin-top: 0!important
}

@media (max-width:991.98px) {
    .case_study_item .photo {
        padding-right: 15px;
        float: none;
        width: 100%;
        height: 350px!important
    }
    .case_study_item .details {
        padding-left: 15px
    }
    .case_study_item .details .content {
        height: auto
    }
    .case_study_item .details .links div {
        float: left;
        margin-right: 40px
    }
    .case_study_item .details .content {
        min-height: auto
    }
    .case_study_item .info {
        float: left;
        width: 70%
    }
    .case_study_item .infolink {
        float: right;
        width: 30%
    }
}

.case_study_footer {
    margin: 30px 0 30px 0
}

.case_study_footer .title {
    border-bottom: 2px solid #42474d;
    padding-bottom: 10px;
    margin-bottom: 40px;
    letter-spacing: -1px
}

.case_study_footer .title h2 {
    font-size: 50px;
    font-weight: 700
}

.case_study_footer .content div:first-child {
    font-weight: 700;
    margin-bottom: 30px
}

.case_study_footer .content div:last-child {
    font-size: 12px;
    margin-bottom: 30px
}

.case_study_footer .trustedby {
    margin-top: 50px
}

.case_study_footer .trustedby div {
    margin-bottom: 20px
}

.case_study_footer .trustedby h2 {
    margin-top: 0;
    font-size: 16px !important;
    font-weight: 700;
    border-bottom: 1px solid #43464c;
    line-height: .1em
}

.case_study_footer .trustedby h2 span {
    background-color: #fff;
    padding-right: 10px
}

.case_study_footer .trustedby .logos {
    text-align: left
}

.case_study_footer .trustedby .logos div {
    display: inline-block;
    height: 45px;
    margin-right: 30px
}

.case_study_footer .trustedby .logos .logo_item {
    height: 100%;
    margin: 20px 10px
}

.case_study_footer .trustedby .logos .logo_item:first-child {
    padding-left: 0;
    margin-left: 0
}

.case_study_footer .trustedby .logos .logo_item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.case_study_highlight {
    background-color: #f26623;
    color: #fff;
    padding: 100px 0
}

.case_study_highlight .intro {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 60px;
    margin-bottom: 15px
}

.case_study_highlight .lead {
    border-top: 5px solid #fff;
    padding: 20px 0;
    margin-top: 15px;
    font-weight: 700
}

.case_study_highlight .standard {
    margin-top: 20px;
    font-size: 14px
}

.post-summary {
    margin-bottom: 60px
}

.post-image {
    margin-bottom: 40px
}

.post-summary h2 {
    line-height: 1;
    margin: 0
}

.post-summary h2 a {
    color: #f26624;
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0 20px 0;
    display: inline-block
}

.post-summary p {
    color: #43464c;
    font-size: 15px
}

.post-summary h2 a:hover {
    text-decoration: none
}

.post-date {
    font-size: 14px;
    font-weight: 700;
    margin: 0
}

.blog-post {
    margin-bottom: 80px
}

.blog-post-top {
    margin-bottom: 30px
}

.blog-post-bottom {
    margin-top: 80px
}

.blog-post-date {
    font-size: 18px;
    font-weight: 700;
    margin: 50px 0 70px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #43464c
}

.post-back {
    margin: 70px 0 35px 0;
    padding-top: 40px;
    border-top: 1px solid #43464c
}

.blog-blurb p {
    color: #f26623;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 20px;
    border-bottom: 5px solid #f26623
}

.blog-content {
    padding-right: 70px
}

#blogNavigation {
    width: 100%;
    background: 0 0;
    padding: 0 0 25px 0;
    margin: 40px 0 50px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #43464c
}

#blogNavigation span {
    color: #43464c;
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
    display: inline-block
}

#blogNavigation a {
    color: #43464c;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
    margin: 0 5px 15px 0;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    display: inline-table
}

#blogNavigation a.active,
#blogNavigation a:hover {
    color: #fff;
    background: #f26623
}

.team-banner {
    background-position: center;
    background-size: cover;
    position: relative
}

.team-banner a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none
}

.team-banner .background .row-one {
    padding: 15px 0
}

.team-banner .background .row-two {
    text-align: right
}

.team-banner .background .content {
    margin: 70px 0 40px 0;
    padding-bottom: 30px;
    border-bottom: 5px solid #fff!important
}

.team-banner .background .support-breadcrumbs {
    margin-top: -10px
}

.team-banner .background .support-breadcrumbs a {
    font-size: 12px
}

.team-banner .background .support-breadcrumbs a::after {
    content: '/';
    margin: 0 10px;
    font-weight: 400;
    cursor: default
}

.team-banner .background .support-breadcrumbs a:last-child::after {
    content: none
}

.team-banner .background h2 {
    font-size: 40px;
    font-weight: bolder;
    color: #fff!important
}

.team-banner .sub-navbar {
    height: 50px;
    background-color: #f16623;
    text-align: left;
    color: #fff;
    width: 100%
}

.team-banner .sub-navbar a {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
    font-size: 14px
}

.team-banner .sub-navbar ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.team-banner .sub-navbar ul::after {
    clear: both
}

.team-banner .sub-navbar ul li {
    float: left;
    margin-right: 20px
}

@media (max-width:991.98px) {
    .team-banner {
        margin-top: 70px
    }
    .team-banner .row {
        width: 100%;
        padding: 0;
        margin: 0
    }
    .team-banner .background {
        width: 100%;
        display: none
    }
    .team-banner .background:first-child {
        display: block
    }
}

.team {
    padding-top: 75px;
    padding-bottom: 50px
}

.team .header {
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 2px solid #43464c;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0
}

.team .header h2 {
    color: #43464c;
    font-size: 50px;
    font-weight: 700
}

.team .header .logo {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px
}

.team .header .share {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px
}

.team .header .share div {
    display: inline-block !important;
    font-size: 12px;
}

.team .header .share a {
    color: #43464c;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer
}

@media (max-width:991.98px) {
    .team .header .logo,
    .team .header .share {
        float: none;
        width: 100%;
        text-align: left
    }
    .team .header .share div:first-child {
        margin-left: 0
    }
}

.team .person {
    padding-bottom: 65px
}

.team .person img {
    width: 100%
}

.team .person .name {
    color: #43464c;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -.5px;
    line-height: 20px;
    padding-bottom: 2px;
    margin-bottom: 0
}

.team .person .details {
    color: #43464c;
    font-size: 12px;
    margin-bottom: 0
}

.team .person .panel-group {
    padding: 15px 0;
    border-bottom: 1px solid #9f9ea2
}

.team .person .data {
    width: 80%
}

.team .person .link {
    width: 20%
}

.team .person .link {
    vertical-align: middle;
    margin: 0;
    line-height: 0
}

.team .person .link a {
    font-size: 12px;
    font-weight: 400;
    color: #f26624!important;
    text-decoration: none;
    cursor: pointer
}

.team .person .link a::before {
    float: right!important;
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    font-size: 18px!important;
    font-weight: 900;
    color: #f26623;
    padding-left: 10px!important;
    margin-top: 0!important
}

.team .person .link a.collapsed::before {
    content: "\f067"
}

.team .person .panel-group .panel {
    border-bottom: 0
}

.team .person .panel-body {
    padding: 25px 0
}

.team .person .details .label {
    display: inline-block;
    width: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #43464c!important
}

.team .person .details .value {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #f26624!important
}

.team .person .details .value a {
    text-decoration: none;
    color: #f26624!important
}

.team .person .details .profile {
    padding-top: 20px
}

.slideshow {
    margin: 30px 0 30px 0
}

.slideshow .title {
    border-bottom: 2px solid #42474d;
    padding-bottom: 10px;
    margin-bottom: 40px;
    letter-spacing: -1px
}

.slideshow .title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #43464d;
}

.slideshow-container .slide {
    background-color: #43464d;
    margin-left: 0;
    margin-right: 0;
    display: none
}

.slideshow-container .slide .description {
    background-color: #43464d;
    padding: 40px;
    width: 30%;
    max-width: 30%;
    flex: 0 0 30%;
    height: 400px;
    overflow: hidden;
    float: left
}

.slideshow-container .slide .description a {
    cursor: pointer
}

.slideshow-container .slide .description_mobile {
    background-color: #43464d;
    padding: 20px;
    overflow: hidden;
    display: none
}

.slideshow-container .slide .description p,
.slideshow-container .slide .description_mobile p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px;
    transition: all 2s ease
}

.slideshow-container .slide .picture {
    padding: 0;
    height: 340px;
    height: 400px;
    background-image: url(../images/ss_images/slides/01.jpg);
    background-position: center center;
    width: 70%;
    max-width: 70%;
    flex: 0 0 70%;
    overflow: hidden;
    float: left;
    transition: all 2s ease
}

.slideshow-container .slide .description a,
.slideshow-container .slide .description_mobile a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    text-decoration: none;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out;
    cursor: pointer
}

.slideshow-container .slide .description a:hover {
    color: #fff;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.slideshow-container .slide .description a img,
.slideshow-container .slide .description_mobile a img {
    height: 36px;
    padding-right: 5px
}

.slideshow-container .slide .description a:hover img {
    content: url(../images/icon_video_white.png)
}

.slideshow-container .slide.active {
    display: block
}

@media (max-width:991.98px) {
    .slideshow-container .slide .description_mobile {
        display: block
    }
    .slideshow-container .slide .description {
        display: none!important
    }
    .slideshow-container .slide .picture {
        float: none;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%
    }
}

.slideshow-container .control-left,
.slideshow-container .control-right {
    cursor: pointer!important;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none
}

.slideshow-container .control-left {
    left: 0;
    margin-left: -52px
}

.slideshow-container .control-right {
    right: 0;
    margin-right: -52px
}

.slideshow-container .control-left a:hover img,
.slideshow-container .control-left:hover img {
    content: url(../images/icon_left_orange.png)!important
}

.slideshow-container .control-right a:hover img,
.slideshow-container .control-right:hover img {
    content: url(../images/icon_right_orange.png)!important
}

@media (max-width:991.98px) {
    .slideshow-container .control-left {
        background-color: #fff;
        left: 0;
        margin-left: 5px
    }
    .slideshow-container .control-right {
        background-color: #fff;
        right: 0;
        margin-right: 5px
    }
}

.slideshow-timeline {
    height: 50px;
    margin-bottom: 100px
}

.slideshow-timeline::after {
    clear: both
}

.slideshow-timeline .timeline-item {
    float: left;
    position: relative;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    width: calc((100% / 8));
    margin-right: 0
}

.slideshow-timeline .timeline-item div {
    margin-right: 5px;
    border-bottom: 5px solid #a0a1a4
}

.slideshow-timeline .timeline-item:last-child div {
    margin-right: 0
}

.slideshow-timeline .timeline-item a {
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: #a0a1a4
}

.slideshow-timeline .timeline-item.active a,
.slideshow-timeline .timeline-item.active div,
.slideshow-timeline .timeline-item:hover a,
.slideshow-timeline .timeline-item:hover div {
    border-color: #f26624;
    color: #f26624
}

@media (max-width:991.98px) {
    .slideshow-timeline,
    .timeline-item {
        display: none!important
    }
}

.training-machinery-header {
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 2px solid #43464c;
    margin-bottom: 20px!important;
    margin-left: 0;
    margin-right: 0
}

.training-machinery-subheader {
    border: 0!important;
    margin-bottom: 20px!important;
    padding-bottom: 0!important
}

.training-machinery-subheader h2 {
    color: #ed6829!important;
    font-weight: 700!important;
    margin-bottom: 30px!important;
    font-size: 16px!important;
    letter-spacing: 0!important
}

.training-machinery-subheader .share {
    padding-top: 0!important
}

.training-machinery-items {
    margin-bottom: 70px
}

.training-group {
    margin-top: 50px;
    margin-bottom: 25px
}

.training-group h2 {
    margin-top: 0;
    font-size: 12px;
    border-bottom: 3px solid #43464c;
    line-height: 32px
}

.training-group h2 img {
    height: 32px;
    width: auto;
    margin-top: -16px;
    position: absolute;
    background-color: #fff;
    padding-right: 10px
}

.training-item {
    cursor: pointer;
    transition: border .5s ease;
    -moz-transition: border .5s ease;
    -webkit-transition: border .5s ease;
    border: 5px solid #fff
}

.training-item:hover {
    border: 5px solid #43464c
}

.training-item .image img {
    width: 100%
}

.training-item.packaging .image {
    padding: 20px
}

.training-item .logo {
    text-align: center;
    padding: 0 30px;
    vertical-align: middle
}

.training-item .logo img {
    max-width: 80%;
    margin: auto 0
}

.training-item .logo a {
    color: #f26624;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: -1px
}

.training-item .logo.handfilm a {
    color: #43464c
}

.training-item .logo.standard a {
    color: #43464c
}

.training-item .content {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px
}

.training-item .content p {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    margin: 0 30px
}

.training-item .content a {
    color: #43464c;
    text-decoration: none;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.training-item .content a:hover {
    color: #f26624;
    transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out
}

.training-item .content a.video {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px
}

.training-item .content a.video img {
    height: 24px;
    width: auto;
    margin-right: 3px
}

.training-video h2 {
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #fff
}

.training-video h2 img {
    height: 2rem
}

.training-video .video_section {
    margin-top: 30px;
    margin-bottom: 30px
}

.training-video .video_section h4 {
    color: #e06c31;
    font-weight: 600
}

.training-video .video_item {
    width: 20%;
    padding-right: 15px;
    margin-bottom: 40px;
    text-align: center
}

@media (max-width:991.98px) {
    .training-video .video_item {
        width: 49%!important
    }
}

.training-video .video_item .photo {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 10px
}

.training-video .video_item .photo .video_thumb {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 500px
}

.training-video .video_item .photo .video_overlay {
    display: flex!important;
    position: absolute;
    background: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center
}

.training-video .video_item .photo .video_overlay img {
    width: 90px!important;
    height: 90px!important
}

.training-video .video_item a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer
}

.training-equipment-header .logo {
    color: #44464d
}

.training-equipment-header .share a {
    color: #7c7d81
}

.training-equipment .description {
    font-style: italic
}

.training-equipment-videos {
    margin-top: 50px;
    margin-bottom: 50px
}

.common .introduction {
    margin-bottom: 40px;
    font-size: 12px;
    font-weight: 700
}

.common {
    border-bottom: 1px solid #42474d
}

.common-banner .service-item h2 {
    font-size: 48px;
    margin-bottom: 25px;
    letter-spacing: -2px
}

.homepage-services .service-item h1 {
    font-size: 50px;
    letter-spacing: -1px;
    margin: 0 0 25px 0
}

.homepage-services .service-item h2 {
    font-size: 26px;
    letter-spacing: -1px
}

.common h1 {
    letter-spacing: -2px
}

.homepage-services .service-item .content {
    border-bottom: 2px solid #fff!important
}

footer .additional h2 {
    font-size: 18px;
    line-height: 87px
}

footer .footer_part_4 {
    margin-top: 14px
}

.download-catalogue-overlay .overlay-container .content h1 {
    color: #fff!important;
    letter-spacing: -1px
}

.noMargin {
    margin: 0
}

.row {
    margin-left: 0;
    margin-right: 0
}

.searchResults ul {
    margin-left: 0;
    padding: 0
}

.searchResults li {
    list-style-type: none;
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 10px
}

.searchResults .searchResultHeader {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    color: #000
}

a.readMoreLink {
    color: #f2661e
}

.searchResults #PageNumbers {
    width: 100%;
    padding: 15px 10px;
    margin-left: 0;
    background: $primary-color;
    text-align: center
}

@media (max-width:64em) {
    #sidebar {
        z-index: 999
    }
    .navbar-toggler-icon {
        width: auto;
        height: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: block;
        padding: 0;
        margin-top: 20px
    }
    .navbar-toggler-icon i {
        font-size: 2rem
    }
}

@media (max-width:40em) {
    .noPaddingSmall {
        padding: 0!important
    }
    .common {
        padding: 15px 0 0 0;
        margin: 0;
        border-width: 1px
    }
    .common .introduction {
        margin-bottom: 10px
    }
    .common .links div {
        margin-right: 20px
    }
    .common-banner {
        margin-top: 15px
    }
    .hide-for-small {
        display: none!important
    }
    .show-for-small {
        display: block!important
    }
    .show-for-small-inline {
        display: inline-block!important
    }
    .homepage-mobile-banner {
        padding: 0;
        background-size: cover;
        background-position: center;
        margin-bottom: 20px;
        width: 100%;
        height: 250px
    }
    .homepage-mobile-banner h1 {
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        padding: 25px 15px;
        background: rgba(0, 0, 0, .3)
    }
    .homepage-services .homepage-services-inner:last-of-type {
        margin-bottom: 25px
    }
    .homepage-services .service-item .content,
    .homepage-services .service-item .links,
    .homepage-services .service-video {
        display: none
    }
    .homepage-services .homepage-services-inner.active .service-item,
    .homepage-services .service-item {
        padding: 15px;
        background: 0 0!important
    }
    .homepage-services .service-item .title {
        border-color: #f26624!important
    }
    .homepage-services .service-item h1 {
        color: #f26624!important;
        font-size: 24px;
        padding-right: 20px;
        position: relative;
        margin: 0 0 10px 0;
        display: inline-block
    }
    .homepage-services .service-item h1:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 10px;
        height: 33px;
        background: url(../images/icon_right_orange.png) center no-repeat;
        background-size: 10px auto
    }
    .trustedby {
        padding: 35px 15px
    }
    .teaser {
        padding-bottom: 10px
    }
    .teaser .common {
        margin-bottom: 0
    }
    .teaser .background {
        padding: 15px 0;
        background: 0 0!important
    }
    .teaser .common .title {
        border-color: #034ea2!important
    }
    .teaser .common h1 {
        color: #034ea2!important
    }
    .teaser .common .links a,
    .teaser .common h2,
    .teaser .common p {
        color: #5a5a5a!important
    }
    .latest-news-item .content,
    .latest-news-title {
        margin-bottom: 20px
    }
    footer {
        padding: 85px 0 45px 0;
        position: relative
    }
    footer #scroll-to-top {
        width: auto;
        height: auto;
        position: absolute;
        top: 15px;
        bottom: auto;
        left: 15px;
        right: auto;
        padding: 0
    }
    footer #scroll-to-top i {
        font-size: 2rem
    }
    footer .navigation {
        margin-bottom: 10px
    }
    footer .footer_part_1 {
        padding-bottom: 35px
    }
    footer .footer_part_2 {
        padding-bottom: 10px
    }
}

i.far.fa-play-circle {
    font-size: 20px
}

.teaser .common .links a:hover {
    color: #f26624
}

.at-share-btn {
    vertical-align: middle
}

.no-padding {
    padding: 0
}

.team-banner .sub-navbar a:hover {
    color: #41444b
}

.download-catalogue-overlay .overlay-container .content form input,
.download-catalogue-overlay .overlay-container .content form textarea {
    padding: 8px 10px
}

.no-padding-left {
    padding-left: 0
}

.no-padding-right {
    padding-right: 0
}

.panel-title>a.grey {
    color: #41444b
}

.nav-dropdown-content .col-md-2,
.nav-dropdown-content1 .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%
}

footer .footer_part_2 a:hover {
    opacity: .6
}

.back-change:hover {
    background-color: #000!important
}

.sub-navbar-scrolled {
    position: fixed;
    top: 0;
    z-index: 999
}

.nav-contact .nav-item a {
    color: #f26624
}

.nav-contact .nav-item a:hover {
    color: #000!important
}

.breadcrumbs .title a:hover {
    color: #f26624
}

.resources_doc .doc_item:hover {
    opacity: .6
}

.footer_part_1 a:hover {
    opacity: .6
}

.visible1 {
    display: block;
    opacity: 1;
    transition: opacity 2s linear
}

.hidden1 {
    display: none;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear
}

.mb10 {
    margin-bottom: 10px
}

.post-image img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.post-image img {
    transition: .5s linear
}

.vis-hidden {
    visibility: hidden
}

.nav-img img {
    width: 70%;
    margin: auto
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hmIqOjjg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hvIqOjjg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hnIqOjjg.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hoIqOjjg.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hkIqOjjg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hlIqOjjg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hrIqM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhmIqOjjg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhvIqOjjg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhnIqOjjg.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhoIqOjjg.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhkIqOjjg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhlIqOjjg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhrIqM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhmIqOjjg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhvIqOjjg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhnIqOjjg.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhoIqOjjg.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhkIqOjjg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhlIqOjjg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhrIqM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hmIqOjjg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hvIqOjjg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hnIqOjjg.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hoIqOjjg.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hkIqOjjg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hlIqOjjg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hrIqM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOX-hpOqc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOXuhpOqc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUehpOqc.woff2) format('woff2');
    unicode-range: U+0370-03FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.custom_silverstripe_login {
    color: #fff;
    background-color: #41444a;
    padding: 20px;
    max-width: 600px;
    margin: 200px auto 150px auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: .3em
}

.custom_silverstripe_login h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px
}

.custom_silverstripe_login .message,
.custom_silverstripe_login p {
    width: 70%;
    margin: 0 auto 20px auto
}

.bad {
    color: #ff0
}

.custom_silverstripe_login .field {
    display: block;
    width: 70%;
    margin: 0 auto 20px auto
}

.custom_silverstripe_login .field label {
    width: 100%
}

.custom_silverstripe_login .field .text {
    border: 0 solid #000;
    outline: 0;
    width: 100%!important;
    color: #000;
    padding: 0 5px;
    height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    letter-spacing: .3em
}

.custom_silverstripe_login .field .checkbox {
    margin-top: 7px!important;
    margin-left: auto!important
}

.custom_silverstripe_login .field .checkbox label {
    margin-top: -5px
}

.custom_silverstripe_login .btn-toolbar {
    display: block;
    width: 70%;
    margin: 0 auto 20px auto
}

.custom_silverstripe_login .btn-toolbar .action {
   /* width: 100%!important; */
    color: #fff;
    background-color: #f26624;
    outline: 0;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .3em;
display:inline
}

#ForgotPassword {
    margin-top: 20px;
    text-align: left!important;
    margin-left: 0;
display:inline;
padding-left:30px;
}

#ForgotPassword a {
    color: #fff!important;
    text-decoration: none
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s, visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0 6px
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px 0;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: 0;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--pause svg path:nth-child(1) {
    display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button::after {
    content: '';
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: 0
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
    background: 0 0;
    color: #fff
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0
}

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption::after {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    content: '';
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: 0 0;
    border: 6px solid rgba(100, 100, 100, .5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.fancybox-thumbs>ul>li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media all and (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}

.col-md-4:nth-child(1),
.col-md-4:nth-child(3n+4) {
    padding-left: 0;
    padding-right: 25px
}

.col-md-4:nth-child(3n+3) {
    padding-right: 0;
    padding-left: 25px
}

.col-md-3:nth-child(4n+1) {
    padding-left: 0;
    padding-right: 15px;
}

.col-md-3:nth-child(2n+2) {
    padding-right: 10px;
    padding-left: 5px;
}

.col-md-3:nth-child(3),
.col-md-3:nth-child(4n-1) {
    padding-right: 5px;
    padding-left: 10px;
}

.col-md-3:nth-child(4),
.col-md-3:nth-child(4n) {
    padding-right: 0;
    padding-left: 15px;
}

.case_study .col-md-6:nth-child(2n+1) {
    padding-left: 0
}

.case_study .col-md-6:nth-child(2n+2) {
    padding-right: 0
}

@media only screen and (max-width:767px) {
    footer .navigation {
        max-width: 100%!important;
        flex: 0 0 100%!important;
        padding: 0
    }
    .case_study .col-md-6:nth-child(2n+1),
    .case_study .col-md-6:nth-child(2n+2),
    .col-md-3:nth-child(2n+2),
    .col-md-3:nth-child(3),
    .col-md-3:nth-child(3n+4),
    .col-md-3:nth-child(4),
    .col-md-3:nth-child(4n),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(1),
    .col-md-4:nth-child(2),
    .col-md-4:nth-child(3n+4),
    .col-md-4:nth-child(n+3),
    .no-padding,
    .no-padding-left,
    .no-padding-right {
        padding-left: 0!important;
        padding-right: 0!important
    }
    #scroll-to-top,
    #scroll-to-top:hover {
        background: 0 0
    }
}

.case_study_footer {
    margin: 30px 0 30px 0;
    color: #41444b !important;
}

.big-btn {
    padding: 30px;
    color: #fff !important;
    font-size: 30px;
}

.big-btn:hover {
    color: #000 !important;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #212529;
    opacity: 1;
    /* Firefox */
}

#SearchForm_SearchForm::placeholder {
    color: #fff;
}

#DownloadCatalogue label.left,
#DownloadNanoWrap label.left,
#Breakdown label.left,
#RequestService label.left {
    display: none;
}

@media only screen and (max-width: 1520px) {
    .download-catalogue-overlay .overlay-container .content {
        max-height: 400px;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 1680px) {
    .download-catalogue-overlay .overlay-container .content form input,
    .download-catalogue-overlay .overlay-container .content form textarea {
        padding: 8px 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:768px) {
    .product-detail-content .buttons.last {
        display: none !important
    }
    .common-banner .service-item h2 {
        font-size: 30px !important;
    }
    .fadeimg .img2 {
        width: 100% !important;
    }
    .show-mobile {
        display: block !important
    }
    .hide-mobile {
        display: none !important
    }
    .common-banner h2,
    .team-banner h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }
}

.big-btn i {
    padding-right: 10px;
}

.big-btn {
    margin-bottom: 40px;
}

a.btn.big-btn:first-child {
    margin-right: 30px;
}

.dropdown-toggle::after {
    display: none
}

.latest-news-item .image {
    padding-bottom: 20px;
}

.latest-news-item .content a {
    margin: 15px 0 0px 0;
    display: inline-block;
}

a {
    color: #f05323;
}

a:hover {
    color: #41444b;
}

.nocaptcha {
    margin-bottom: 20px;
}

.rc-anchor-normal .rc-anchor-content {
    width: 160px !important;
}

.g-recaptcha iframe {
    width: 250px !important;
}

.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 100px !important;
}

.mathspamprotector label {
    display: block !important;
}

.download-catalogue-overlay .overlay-container .content form input,
.download-catalogue-overlay .overlay-container .content form textarea {
    padding: 8px 10px;
    margin-bottom: 20px;
}

.share {
    font-size: 12px;
}

#RequestQuote label.left {
    display: none;
}

.show-mobile {
    display: none
}

.hide-mobile {
    display: block;
}

i.fas.fa-window-close {
    font-size: 24px !important;
}

.container.service-item,
.common-banner .case-study .row-one,
.container.background {
    visibility: hidden;
}

.overlay-banner .container.service-item,
.overlay-banner .row.row-one,
.overlay-banner .container.background {
    visibility: visible !important
}
.dashboard
{
padding:50px 0;
}
.dashboard h2 a
{
color:#f26624 !important;
font-size:28px !important;
}
.row-one .content a
{
color:#fff;
}
.mt-15
{
margin-top:15px;
}
.pad-tb50
{
padding-top:50px;
padding-bottom:50px;
}
    visibility: visible !important
}
.dashboard
{
padding:50px 0;
}
.dashboard h2 a
{
color:#f26624 !important;
font-size:28px !important;
}
.row-one .content a
{
color:#fff;
}
.mt-15
{
margin-top:15px;
}
.pad-tb50
{
padding-top:50px;
padding-bottom:50px;
}
.pad-t50
{
padding-top:50px;

}

/* added codes */

.special-border-top {
    border-top: 0;
}
.catalogue {
    padding-bottom: 35px;
}
.catalogue .col-md-3 {
    text-align: center;
}
.catalogue img {
    height: 105px;
    margin: auto;
    display: block;
    cursor: pointer;
}
.catalogue .link {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}
.catalogue .linkinfo {
    margin-top: 0;
    font-size: 10px;
    color: #000;
    text-align: center;
}
.catalogue .title {
    padding-bottom: 5px;
    border-bottom: 5px solid #f26624!important;
    margin-bottom: 35px;
}
.catalogue h1{
    font-size: 42px;
    font-weight: bolder;
    color: #f26624!important;
}
.col-md-6.subscribe {
    background: #f26624;
}
.subscribe__content {
    padding: 25px;
}
.subscribe__content h2{
    font-size: 42px;
    font-weight: bolder;
    color: #FFF;
}
.subscribe__content a,
.subscribe__content p {
    color: #FFF;
}

@media screen and (max-width: 1200px) and (min-width: 992px){
    .navbar .container {
        max-width: 992px;
    }
    .navbar-brand img {
        height: 46px;
    }
}
@media screen and (max-width: 992px) {
    body {
        padding: 0;
    }
    .navbar-brand img {
        height: 65px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .homepage-services .service-item h1 {
        font-size: 30px;
    }
}


.carousel {
    position: relative
}

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

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

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}


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

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

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

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

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

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

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

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

.carousel-control {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;

    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}


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

.carousel-control.left {
    left:-63px
}

.carousel-control.right {
    right: -63px;
    left: auto;

}


.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    /* transition-duration: 1.5s; */
    /* transition-timing-function:ease-out; */
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

