
.navbar-brand .white-logo{
    width:205px;
    display:none;
}
.navbar-brand .black-logo{
    width:205px;
    display:block;
}

.navbar-transparent .navbar-brand .white-logo{
    width:205px;
    display:block;
}
.navbar-transparent .navbar-brand .black-logo{
    width:205px;
    display:none;
}

.header-filter-purple {
    background-color: rgba(121, 50, 150, 1);
    background-blend-mode: multiply;
}
ul li h3.title, ul li h4.title, ul li h5.title{
    padding-bottom:0;
    margin-bottom: 5px;
}

@media (min-width: 992px){
    .nav-item.login{
        padding-right:5px;
    }
}
.recording-devices-wrapper{
    background-color:#EFEDE7;
    padding:30px 0;
}
.how-it-works-wrapper{
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(54,54,54,1) 100%);
}
.how-it-works-wrapper h6{
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 0px;
}
.how-it-works-wrapper p {
    color: #ffffff;
    font-size: 17px;
}
.how-it-works-wrapper h5 {
    color: #ffffff;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #000000;
    text-align: center;
    opacity: .5;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #000000;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
.carousel-control-next-icon {
    background-image: none;
}

.card-testimonial .card-avatar{
    border-radius: 10%;
}
.carousel .card .card-body {
    max-width: 440px;
    margin: 0 auto;
    min-height: 300px;
}
.testimonials-2 .carousel .carousel-inner .carousel-item .card {
    max-width: 650px;
    margin: 0 auto;
    margin-top:30px;
}
.blockquote img{
    float:right;
    max-width: 120px;
    margin-right:-20px;
    padding-left:10px;
}
.blockquote-with-logo{
    clear:both;
}

label {
    color: #666666;
}

.login-page .page-header .alert .container{
    padding-top:15px;
}
.alert ul li {
    list-style: none;
}
.header-filter::before {
    background: none;
}
.bmd-form-group label {
    color: #666666;
}


.signup-page .card-signup form .form-check {
    padding-left: 0px;
}
.page-header.header-smaller {
    height: 45vh;
    min-height: 45vh;
}
.page-header.header-smallest {
    height: 25vh;
    min-height: 25vh;
}
.card.bg-light .card-description {
    color: rgb(60, 72, 88);
}
.card .card-description small{
    line-height:15px;
}
.description, .card-description, .footer-big p {
    color: rgb(60, 72, 88);
}



.margin-top-lg{
    margin-top:60px;
}
.margin-top-md{
    margin-top:45px;
}
.margin-top-sm{
    margin-top:30px;
}
.margin-bottom-md{
    margin-bottom:45px;
}
.padding-bottom-lg{
    padding-bottom:60px;
}
.margin-top-none{
    margin-top:0;
}

.var-historia-bilder{
    background-color: #EFEDE7;
    padding: 30px 0;
}
.var-historia-bilder img {
    margin: 20px 0;

}


.var-historia-tidslinje{
    background-color:#E6EEF0;
}

/**** FORMS ***/
.form-group label.error, .form-check label.error{
    font-size:12px;
    color:#e91e63 ;
    display:block;
    padding-top:3px;
}
.login-page .form-group label.error, .login-page  .form-check label.error{
    text-align: center;
}
.card-login .card-body {
    padding: 0px 25px 0px 15px;
}
.bmd-form-group {
    padding-top: 20px;
}
.bootstrap-select .btn{
    margin:0;
    padding:4px 7px;
    font-size:14px;
}
#login .bmd-form-group {
    padding-top: 0;
    margin-bottom:10px;
}
.card-login .form-check {
    padding-top: 0px;
    padding-left:40px;
    padding-bottom:5px;
}
.card-login .input-group {
    padding-bottom: 7px;
    margin: 7px 0 0 0;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
    margin-top: 30px; }
.timeline:before {
    top: 50px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #E5E5E5;
    left: 50%;
    margin-left: -1px; }
.timeline h6 {
    color: #333333;
    font-weight: 400;
    margin: 10px 0px 0px; }
.timeline.timeline-simple {
    margin-top: 30px;
    padding: 0 0 20px; }
.timeline.timeline-simple:before {
    left: 5%;
    background-color: #E5E5E5; }
.timeline.timeline-simple > li > .timeline-panel {
    width: 86%; }
.timeline.timeline-simple > li > .timeline-badge {
    left: 5%; }
.timeline > li {
    margin-bottom: 20px;
    position: relative; }
.timeline > li:before, .timeline > li:after {
    content: " ";
    display: table; }
.timeline > li:after {
    clear: both; }
.timeline > li > .timeline-panel {
    width: 45%;
    float: left;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    color: rgba(0,0,0, 0.87);
    background: #fff; }
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #e4e4e4;
    border-right: 0 solid #e4e4e4;
    border-bottom: 15px solid transparent;
    content: " "; }
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 14px solid transparent;
    content: " "; }
.timeline > li > .timeline-badge {
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 51px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -24px;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%; }
.timeline > li > .timeline-badge.primary {
    background-color: #9c27b0;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4); }
.timeline > li > .timeline-badge.success {
    background-color: #4caf50;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4); }
.timeline > li > .timeline-badge.warning {
    background-color: #ff9800;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4); }
.timeline > li > .timeline-badge.info {
    background-color: #00bcd4;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
    padding: 0; }
.timeline > li > .timeline-badge.danger {
    background-color: #f44336;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4); }
.timeline > li > .timeline-badge [class^="ti-"],
.timeline > li > .timeline-badge [class*=" ti-"],
.timeline > li > .timeline-badge [class="material-icons"] {
    line-height: inherit; }
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    background-color: #ffffff; }
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; }
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; }

.timeline-heading {
    margin-bottom: 15px; }

.timeline-title {
    margin-top: 0;
    color: inherit; }

.timeline-body hr {
    margin-top: 10px;
    margin-bottom: 5px; }

.timeline-body .btn {
    margin-bottom: 0; }

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0; }

.timeline-body > p + p {
    margin-top: 5px; }


@media (max-width: 991px) {
    .timeline:before {
        left: 5%;
    }

    .timeline > li > .timeline-badge {
        left: 5%;
    }

    .timeline > li > .timeline-panel {
        float: right;
        width: 86%;
    }

    .timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    .timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }

    .navbar-collapse {
        width: 300px;
        -webkit-transform: translate3d(300px,0,0);
        -moz-transform: translate3d(300px,0,0);
        -o-transform: translate3d(300px,0,0);
        -ms-transform: translate3d(300px,0,0);
        transform: translate3d(300px,0,0);
    }
    .navbar .dropdown .dropdown-menu,
    .navbar .dropdown.show .dropdown-menu {
        height:auto;
        margin-bottom:0;
        overflow:hidden;
    }
}
.padding-sm{
    padding:15px;
}
.material-icons.mi-small {
    display:inline-flex;
    vertical-align: top;
    font-size:18px;
    line-height: 24px;
}
.blockquote.blockquote-large p{
    font-size:1.6rem;
}
.info{
    padding-bottom: 10px;
    padding-top: 0;
}






.project-page .section{
    padding:10px 0;
}
.order-nav{
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    z-index: 10000;
}

.radio-group .error{
    color:#f44336;
    display:block;
}