* {
    margin: 0;
    padding: 0;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", sans-serif;
    font-style: normal;
    font-weight: 400;
}
table{
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border: 1px solid #dee2e6;
}
table td, table th {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6;
}
@media screen and (max-width: 767px) {
    table td, table th {
        font-size: 10pt
    }
}
@media screen and (max-width: 600px) {
    table td, table th {
        padding: 5px;
        font-size: 8pt
    }
}

.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
#header{
    background-color: #de4242;
    height: 50px;
}
.header-mobile-link{
    display: none;
    font-size: 16pt;
    font-weight: 500;
}
.header-mobile-link a{
    color: #de4242;
}
.header-mobile-link a:hover{
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .header-mobile-link{
        display: block;

    }
}
#header-blk {
    min-height: 80px;
}

#header-links {
    background-color: #de4242;
    border-radius: 0;
}

.header-divider {
    float: right;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
}

@media screen and (max-width: 992px) {
    #header-links {
        position: relative;
        z-index: 15;
    }

    .header-divider {
        margin-top: 5px;
    }
}

@media screen and (max-width: 768px) {
    .header-divider {
        display: none;
    }
}

#header-links-list {
    width: 100%;
}

#header-links-list li {
    float: right;
}

.navbar {
    margin-bottom: 0 !important;
    min-height: 80px;
    box-shadow: 10px -3px 5px 0px #ccc;
}

.navbar-nav-left {
    position: absolute;
    top: 5px;
    left: 0;
}

.navbar-nav-left li {
    list-style-type: none;
}

.navbar-nav-left img {
    width: 150px;
}

#navbar-row {
    width: 100%;
}
#main-navbar a{
    /*font-family: medium-font;*/
}

.nav-item.active, .nav-link.dropdown-hover.active {
    border-bottom: 2px solid #de4242;
}
.collapse-button{
    display: none;
}
.dropdown, .dropdown-hover{
    color: #de4242 !important;
    font-weight: 500;
    font-size: 16pt;
}
.dropdown{
    padding: 10px;
}

@media screen and (min-width: 991px) {
    .navbar-nav {
        display: inline-block;
        vertical-align: top;
    }

    .navbar-nav li {
        float: left;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .nav-link {
        color: #de4242 !important;
        font-weight: 500;
        font-size: 16pt;
    }

    #navbar-btn {
        position: fixed;
        right: 10%;
        border: 1px lightgray solid;
    }
    .nav-item{
        width: 25%;
    }
    .navbar-nav-left{
        display: none;
    }
}


@media screen and (max-width: 991px) {
    .nav-item{
        width: 100%;
    }

    .nav-link {
        color: #de4242 !important;
        font-weight: 500;
        font-size: 16pt;
    }

    #main-navbar ul {
        text-align: center;
    }

    #main-navbar {
        height: 80px !important;
    }

    .navbar-toggler {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .navbar-nav-left {
        padding-left: 20px;
    }

    #header-navbar {
        width: 90%;
    }

    #header-links .nav-link {
        padding: 5px;
    }
    .collapse-button{
        display: block;
    }
}

@media screen and (max-width: 767px) {
    #main-navbar #navbar-row {
        padding-top: 75px;
    }
    .nav-item{
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    /*.navbar-toggler, .navbar-nav-left {*/
    /*    display: none;*/
    /*}*/

    .navbar-nav {
        display: block;
    }

    #main-navbar ul {
        width: 100%;
    }

    #main-navbar ul li {
        float: left;
    }
}

.img-carousel {
    background-size: cover;
    background-repeat: no-repeat;
    height: 430px;
}

#image-caroousel {
    -webkit-box-shadow: 3px 3px 5px 6px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 3px 5px 6px #ccc; /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 3px 5px 6px #ccc;
    background-size: cover;
    background-repeat: no-repeat;
}

#vsv-nee-logo {
    position: absolute;
    top: 20px;
    z-index: 30;
}

@media screen and (max-width: 767px) {
    #vsv-nee-logo, #vsv-nee-logo-text {
        display: none;
    }
}

.image-carousel-content {
    color: #de4242;
    width: 40%;
    float: right;
    /*font-family: light-font;*/
}

.image-slider-img {
    height: 400px;
    min-height: 300px;
    margin-top: 25px;
    margin-left: 50px;
}

.carousel-caption h2 {
    font-weight: 300;
    font-style: italic;
}

.carousel-caption {
    right: 0 !important;
    top: 15%;
}

@media screen and (max-width: 1650px) and (max-height: 850px) {
    .image-slider-img {
        margin-top: 8%;
    }
}

@media screen and (max-width: 1400px) {
    .image-slider-img {
        min-height: 250px;
        height: 400px;
    }

    .carousel-caption {
        width: 80%;
    }

    .carousel-caption h2 {
        font-size: 18pt;
        width: 40%;
        margin: 0;
    }
}

@media screen and (max-width: 1300px) {
    .image-slider-img {
        height: 350px;
    }
}

@media screen and (max-width: 900px) {
    .image-slider-img {
        height: 300px;
    }

    .carousel-caption h2 {
        font-size: 15pt;
        width: 40%;
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .image-slider-img {
        margin-top: 10px;
    }
}

@media screen and (max-width: 650px) {
    .image-slider-img {
        height: 200px;
    }

    .image-slider-img {
        margin-left: 0;
        min-height: 150px;
    }

    .carousel-caption {
        width: 80%;
        top: 10%;
    }

    .carousel-caption h2 {
        font-size: 12pt;
        width: 60%;
    }
}

@media screen and (max-height: 600px) {
    .carousel-caption {
        bottom: 0 !important;
    }
}

@media screen and (max-width: 465px) {
    .image-slider-img {
        height: 150px;
    }

    .carousel-caption {
        width: 80%;
        margin-bottom: 0;
    }

    .carousel-caption h2 {
        font-size: 10pt;
        width: 60%;
        /*margin: 0 10px 20px 0;*/
        padding: 0;
    }
}

h2 {
    text-align: center;
    padding: 20px;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
}

/*Content block*/
#red-content {
    background-color: #de4242;
    padding: 40px 0 5px;
}

#red-content h1, #red-content h2, #red-content h3, #red-content h4, #red-content h5 {
    padding: 15px 0 0 0;
    color: #fff;
    font-weight: 500;
    text-align: center;
    /*font-family: medium-font;*/
}
@media screen and (max-width: 600px) {
    #red-content h1, #red-content h2, #red-content h3, #red-content h4, #red-content h5 {
        font-size: 19pt;
    }
}
#red-content p {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 15pt;
}
#red-content a {
    color: #fff;
    text-align: center;
    font-size: 15pt;
    margin: 10px auto 30px ;
    display: block;
}
@media screen and (max-width: 600px) {
    #red-content p,  #red-content a {
        font-weight: 400;
        font-size: 13pt;
    }
}
.read-more-col h3{
    color: #de4242;
}
.read-more-col ul{
    margin-left: 20px;
}


.default-news-message-img{
    width: 100%;
    margin: 20px 0;
}
.row.home-news-messages {
    margin: 20px 0;
}

.home-news-message-title a {
    color: #de4242;
    margin: 0;
    font-size: 17pt;
    text-decoration: none;
}

#home-news-title {
    color: #de4242;
    text-align: center;
    padding: 40px 0 0 0;
    margin: 0;
}


.home-news-preface {
    width: 80%;
    margin: 10px 0;
}

.home-news-preface p {
    font-size: 12pt;
}

.read-more-btn {
    color: #de4242;
    font-weight: 500;
    font-size: 12pt;
    position: absolute;
    bottom: -5px;
}

.read-more-btn:hover {
    color: #de4242;
}

@media screen and (max-width: 992px) {
    .read-more-btn {
        bottom: -20px;
    }
}

.news-writer-date {
    color: #000000;
    font-size: 11pt;
    margin: 10px 0;
}

.fas.fa-question-circle {
    color: #404040;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.fas.fa-question-circle .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

.news-writer-date-info {
    font-family: sans-serif;
    font-size: 10pt;
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

.news-writer-date-info::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.home-news-message-img {
    float: right;
    height: 100%;
    width: 100%;
    max-width: 350px;
    transition: transform .8s;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-news-message-img:hover {
    transform: scale(1.01);
}

@media screen and (max-width: 991px) {
    .home-news-message-img {
        margin: auto;
        display: block;
        float: none;
        clear: both;
        max-width: 100%;
        width: 100%;
    }

    .home-news-message-title {
        text-align: center;
        margin-top: 10px;
    }

    .home-news-preface {
        width: 100%;
        text-align: justify;
        margin-bottom: 40px;
    }

    .news-writer-date-info {
        font-size: 9pt;
    }
}

@media screen and (max-width: 767px) {
    .home-news-preface {
        text-align: center;
    }
}

@media screen and (max-width: 350px) {
    .home-news-message-title {
        text-align: left;
    }

    .home-news-preface {
        text-align: left;
    }
}

#home-empty-content {
    background-color: lightgray;
}

#home-empty-content p {
    text-align: center;
}

#empty-content-img {
    margin: auto;
    display: block;
}

#content-empty-btn {
    margin: 0 auto 5%;
    cursor: pointer;
    display: block;
    width: 300px;
}
@media screen and (max-width: 600px) {
    #content-empty-btn {
        margin: 0 auto 5%;
        cursor: pointer;
        display: block;
        width: 80%;
    }
}

/*home*/
#home-blk {
    margin: 20px auto;
}

#news-message-blk {
    margin: 20px 0;
}

.form-check-label {
    margin: 0 20px;
}

#filter-blog-blk .col-sm-10,
#filter-blog-blk .col-sm-2,
#filter-blog-blk .form-check {
    padding: 0;
}

#filter-blog-blk hr {
    margin-top: 0;
}

.filter-title {
    font-weight: bold;
}

#filter-btn-save {
    margin: 10px 20px;
}

.filter-row {
    margin: 0 15px;
}

#filterBtn {
    width: 50px;
    position: absolute;
}

@media screen and (max-width: 992px) {
    #filterBtn {
        left: 45%;
        transform: translateY(-90px);

    }
}
@media screen and (max-width: 350px) {
    #filterBtn {
        transform: translateY(-140px);
    }
}
@media screen and (max-width: 210px) {
    #filterBtn {
        display: none;
    }
}


/* page */
#page-blk {
    padding: 20px;
}

@media screen and (max-width: 400px) {
    #page-blk {
        padding: 20px;
    }
}
#page-blk ul{
    margin: 0 20px;
}
#page-blk h3{
    color: #de4242;
}

/*year news*/
#news-letter-blk {
    margin: auto;
    display: block;
}

@media screen and (max-width: 875px) and (min-width: 600px) {
    .uk-slideshow {
        max-height: 350px;
    }

    .img-carousel {
        max-height: 350px;
    }
}

@media screen and (max-width: 599px) and (min-width: 450px) {
    .uk-slideshow {
        max-height: 250px;
    }

    .img-carousel {
        max-height: 250px;
    }
}

@media screen and (max-width: 449px) {
    .uk-slideshow {
        height: 150px;
    }

    .img-carousel {
        height: 150px;
    }
}

/*Newsmessage*/
#news-message-row p {
    font-size: 12pt;
}

#news-message-title {
    font-size: 34pt;
    font-weight: 600;
}

#news-message-writer {
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    margin-bottom: 10px;
    padding: 10px;
}

@media screen and (max-width: 600px) {
    #news-message-writer {
        height: 100px;
    }
    #news-message-title {
        font-size: 30pt;
    }
}

#news-message-writer span {
    font-weight: 700;
}

@media screen and (max-width: 600px) {
    #news-message-writer span {
        width: 100%;
    }
}

#reading-time-message {
    margin-right: 20px;
}

@media screen and (max-width: 600px) {
    #reading-time-message {
        margin: 0 auto;
    }
}

#reading-time-message, #upload-date {
    float: right;
}

.read-more-articles {
    margin: 25px 0;
}
#recommended-blk{
    position: absolute;
}
#recommended-blk.fixed {
    position: fixed;
    top: 100px;
}

@media screen and (max-width: 992px) {
    #recommended-blk {
        position: static;
    }
}

.recommended-img, .read-more-img {
    max-height: 180px;
    width: 150px;
    transition: transform .8s;
}

@media screen and (min-width: 992px) {
    .recommended-img:hover, read-more-img:hover{
        transform: scale(1.05);
    }
}
.read-sub-title{
    color: #000;
    margin: 0 10px;
    font-size: 15pt;
}
.read-more-preface {
    padding: 0 10px;
    margin: 5px 0;
    color: #000;
}
.read-sub-title:hover{
    color: #de4242;
    text-decoration: none;
}
.recommended-sub-title {
    color: #000;
    width: 190px;
    margin: 0 10px;
    font-size: 15pt !important;
}

@media screen and (max-width: 1200px) {
    .recommended-sub-title{
        width: 130px;
    }
}

@media screen and (max-width: 992px) {
    .recommended-sub-title{
        width: 100%;
    }
}

.recommended-articles{
    padding: 10px;
    border-top: 1px solid lightgrey;
}
.read-more-articles{
    padding: 10px;
    border-bottom: 1px solid lightgrey;
}
#read-more-articles-title {
    font-size: 20pt;
    font-weight: 500;
    color: #de4242;
}
@media screen and (max-width: 992px) {
    #read-more-blk{
        padding: 0;
    }
}

.read-more-article-img {
    transition: transform .8s;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 360px;
    height: 200px;
}

.read-more-article-img:hover {
    transform: scale(1.05);
}

.news-article-title h3 {
    color: #000;
    font-weight: 600;
    margin: 10px 0;
}
.read-news-article-title{
    width: 70%;
}
.read-news-article-title:hover, .recommended-news-article-title:hover, .recommended-preface:hover{
    text-decoration: none;
}
.recommended-preface{
    color: #000;
    margin: 10px;
    display: none;
}
@media screen and (max-width: 992px) {
    .recommended-news-article-title, .read-news-article-title {
        width: 70%;
    }
    .recommended-preface {
        display: block;
    }
}
@media screen and (max-width: 600px) {
    .recommended-news-article-title, .read-news-article-title {
        width: 50%;
    }
    .recommended-img{
        width: 200px;
    }
    .recommended-preface{
        display: none;
    }
}
@media screen and (max-width: 450px) {
    .recommended-img{
        width: 150px;
    }
}

.news-article-title:hover {
    text-decoration: none;
    color: #de4242;
}

.news-article-title h3:hover {
    color: #de4242;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #de4242;
    border-color: #de4242;
}

.dropdown-menu li {
    padding: 0 10px;
}

.dropdown-item, .dropdown-item:focus {
    width: 250px;
    background-color: #f8f9fa;
}

.dropdown-item.active {
    background-color: #f8f9fa;
    color: #de4242;
    text-decoration: underline;
}
.pagination-col{
    margin-top: 20px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #eb4444 !important;
    border-color: #eb4444 !important;
}

#news-slider {
    margin: 30px 0;
}

.uk-list-item {
    backhround-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
}

.uk-list-item.uk-width-3-4.uk-active {
    margin: 0 20px;
}

.uk-list-item-img {
    width: 100%;
    height: 400px;
}

#recommended-tite {
    font-size: 25pt;
    font-weight: 500;
    color: #de4242;
}

/*PAGE NOT FOUND*/
#page-not-found-blk {
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    animation: fadeIn 1000ms ease-in both;
}

.page-not-found-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 80%;*/
    opacity: 0.5;
    z-index: 2;
    background-color: #fff;
}

#container-page-not-found {
    position: relative;
    z-index: 201;
}

#page-not-found-title {
    margin: 10% 6% 1%;
}

@media (max-width: 600px) {
    #page-not-found-title {
        font-size: 20pt;
    }
}

#page-not-found-txt {
    margin: 0% 6% 1%;
    text-align: center;
}

#page-not-found-btn {
    margin: 10% auto 23%;
    cursor: pointer;
    display: block;
    width: 300px;
}

.kerngroep-card{
    height: 200px;
    text-align: center;
    border: 1px solid #de4242;
}

/*Footer*/
.site-footer {
    background-color: #26272b;
    padding: 45px 0 30px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h5 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a {
    color: #737373
}

.footer-links a:active, .footer-links a:focus, .footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
}

.copyright-text {
    margin: 0
}

@media (max-width: 991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }

    .form-group.row .col-form-label, .form-group.row .col-sm-10 {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 0
    }

    .site-footer .copyright-text, .site-footer .social-icons {
        text-align: center
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active, .social-icons a:focus, .social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover {
    background-color: #3b5998
}

.social-icons a.twitter:hover {
    background-color: #00aced
}

.social-icons a.linkedin:hover {
    background-color: #007bb6
}

.social-icons a.dribbble:hover {
    background-color: #ea4c89
}

@media (max-width: 767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}
.footer-links li{
    margin: 5px 0;
}
.footer-links a:hover {
    color: #fff !important;
}

#new-member-btn {
    background-color: #6174d1;
    color: #fff;
}

/*Measure*/
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    border: 1px solid #f1f1f1;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    margin: 20px 0;
    cursor: pointer;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid lightgrey;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-color: #de4242;
    color: black;
}
.flip-card-front h6{
    padding: 10px;
}
.flip-card-front p, .flip-card-back a{
    color: #fff;
}

    /* Style the back side */
.flip-card-back {
    background-color: #de4242;
    color: white;
    transform: rotateY(180deg);
    padding: 15px;
}
.measure-thumbnail{
    width: 100%;
    max-height: 150px;
}
.kerngroep-thumbnail{
    width: 100%;
    height: 130px;
}
.measure-title{
    margin: 10% 5%;
    /*font-family: medium-font;*/
}
.measure-title-back{
    /*font-family: medium-font;*/
    margin: 15% 0 10px;
}
.measure-preface{
    font-size: 14pt;
    /*font-family: medium-font;*/
    margin: 10% 0 ;
}

/*Detail mesaure*/
.measure-blk h1, .measure-blk h2{
    color: #de4242;
}
.measure-blk h3{
    color: #000;
    font-size: 15pt;
    font-weight: 600;
}
.measure-blk h2{
    text-align: left;
    padding: 0;
}
.measure-section{
    margin-bottom: 30px;
}
.measure-section ul{
    margin: 0 !important;
}
.measure-section ul li{
    list-style-type: none;
}
.measure-section ul li::before{
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background-size: 20px;
    background-image: url('../img/items/bullet-item.png');
    background-repeat: no-repeat;
    margin-right: 10px;
    background-position: center center;
    vertical-align: middle;
}
.measure-document-row h2{
    color: #de4242;
}
.fas.fa-file-pdf.fa-4x {
    display: block;
    text-align: center;
    padding: 20px 0;
}
.measure-document-name{
    text-align: center;
}
.measure-document-blk{
    margin-bottom: 20px;
}
.measure-document-blk .card{
    min-height: 230px;
    background-color: #de4242;
    color: #fff;

}
.other-measure-items ul{
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}
.other-measure-items ul li::before{
    content: "";
    border-color: transparent lightgrey;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}
.other-measure-items ul li.active::before{
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}
.measure-sidebar-active{
    padding: 30px 20px;
    color: #fff;
    background-color: #de4242;
}
.fas.fa-balance-scale-right.fa-2x, #measure-mobile-icon{
    display: none;
}
@media screen and (max-width: 992px) {
    .measure-sidebar{
        display: none;
    }
    .fas.fa-balance-scale-right.fa-2x{
        display: block;
        position: absolute;
        right: 0;
        margin: 10px;
        padding: 5px;
        border: 1px solid darkgray;
        cursor: pointer;
        z-index: 10;
    }
}
@media screen and (max-width: 767px) {
    #measure-icon{
        display: none;
    }
    #measure-mobile-icon{
        display: block;
    }
    .fas.fa-balance-scale-right.fa-2x{
        margin: 10px;
        padding: 5px;
        right: 70px;
        border: none;
    }
}
.other-measure-items{
    background-color: #F2F1F1;
    padding: 20px 0;
}
.other-measure-items ul{
    margin: 0 20px;
}
.other-measure-items a{
    color: #000;
}
.sidebar-measure-items ul{
    margin: 0.75em 5%;
    padding: 0 1em;
    list-style: none;
}
.sidebar-measure-items{
    background-color: #111;
}
.sidebar-measure-items ul li::before{
    content: "";
    border-color: transparent lightgrey;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.4em;
    position: relative;
    color: lightgrey;
}
.sidebar-measure-items ul li.active a{
    color: #fff;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    /*padding: 8px 8px 8px 32px;*/
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.measure-pagination{
    margin: 30px 0;
    padding: 0px 10px;
    border: 1px solid #C1C1C1;
}
.next-measure-link, .prev-measure-link{
    padding: 20px;
}
.prev-measure-blk, .next-measure-blk{
    margin: 5% 0;
    padding: 20px;
}
.prev-measure-blk{
    border-right: 1px solid #C1C1C1;
}
.next-measure-link a, .prev-measure-link a{
    font-size: 15pt;
}
.next-measure-link{
    text-align: right;
}
.next-measure-link, .prev-measure-img{
    float: left;
}
.prev-measure-link, .next-measure-img{
    float: right;
}
.arrow-measure-item-right, .arrow-measure-item-left{
    margin-top: 50%;
}
@media screen and (max-width: 992px) {
    .next-measure-link a, .prev-measure-link a{
        font-size: 10pt;
    }
}
@media screen and (max-width: 767px) {
    .next-measure-link, .prev-measure-link{
        padding: 10px;
        margin: 30px 10px 0;
    }
    .prev-measure-blk, .next-measure-blk{
        margin: 15px 0;
        padding: 0px 20px;
    }
    .prev-measure-img, .next-measure-img {
        margin: 0 10px 20px;
    }
    .arrow-measure-item-right, .arrow-measure-item-left {
        margin-top: 0;
    }
}
@media screen and (max-width: 500px) {
    .next-measure-link p, .prev-measure-link p{
        font-size: 10pt;
        text-align: center;
    }
    .next-measure-link a, .prev-measure-link a{
        display: none;
    }
    .arrow-measure-item-right, .arrow-measure-item-left{
        margin: auto;
        display: block;
        float: none !important;
    }
}



/*Items*/
.stripe-item{
    width: 100%;
}
@media screen and (max-width: 992px) {
   .laptop-item{
        display: none;
    }
}
.action-item{
    float: right;
    -webkit-transform:rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -3;
    position: relative;
}
.document-item{
    width: 100px;
    float: left;
    margin: 10% 0 0 14%;
    transform: rotate(330deg);
}
#flag-item-1{
    transform: translate(20px, 20px);
    z-index: -3;
    position: relative;
}
.blue-arrow-item{
    width: 150px;
    position: absolute;
    right: 5%;
    z-index: -3;
    transform: translate(20px, 30px);
}
.check-item{
    width: 30px;
    padding-bottom: 10px;
}
.arrow-item{
    width: 20px;
}
.arrow-measure-item-right{
    float: right;
}
.quotation-marks-items{
    position: absolute;
    left: 13%;
    margin-top: 15%;
    transform: rotate(350deg);
}
@media screen and (max-width: 1750px) {
    .quotation-marks-items{
        left: 7%;
    }
}
@media screen and (max-width: 1500px) {
    .document-item, .quotation-marks-items{
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .action-item{
        display: none;

    }
}

.background-image{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 350px;
    margin-top: 10%;
}

.background-cover{
    background-size: cover;
}

.background-contain{
    background-size: contain;
}

.info-button {
    margin-left: 5px;
    font-size: 24px;
}

.info-button i {
    margin-top: -2px;

    color: #de4242;
}
