
body {color: #212529;
      font-family: Roboto, sans-serif;}


.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
/*
supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}*/

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}
/*
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
*/
.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}
/*
@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
*/
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.carousel-thumbnails .carousel-indicators .active,
.picker__box .picker__header .picker__select--month.browser-default,
.picker__box .picker__header .picker__select--year.browser-default,
.picker__list-item,
.white {
    background-color: #fff!important
}

#toast-container>:hover,
.btn-floating:hover,
.colorful-select .dropdown-content li a:hover,
.colorful-select .dropdown-content li span:hover,
.hoverable:hover,
.modal-dialog.cascading-modal.modal-avatar .modal-header img,
.testimonial-carousel .testimonial .avatar img,
.z-depth-2 {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}


.carousel-multi-item {
    margin-bottom: 100px
}

@media (min-width:768px) {
    .carousel-multi-item .col-md-4 {
        float: left;
        width: 33.333333%;
        max-width: 100%
    }
}

.carousel-multi-item .carousel-item-next,
.carousel-multi-item .carousel-item-prev,
.carousel-multi-item .carousel-item.active {
    display: block
}

.carousel-multi-item .carousel-indicators li {
    height: 20px;
    width: 20px;
    max-width: 20px;
    background-color: #4285f4;
    margin-bottom: -60px
}

.carousel-multi-item .carousel-indicators .active {
    height: 25px;
    width: 25px;
    max-width: 25px;
    background-color: #4285f4;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.carousel-multi-item .controls-top {
    text-align: center;
    margin-bottom: 30px
}

.carousel-multi-item .controls-top .btn-floating {
    background: #4285f4
}

.carousel-multi-item .carousel-indicators {
    margin-bottom: -2em
}

.carousel-multi-item .card {
    margin: 1px
}

.carousel-multi-item .card-cascade.narrower {
    margin-top: 20px;
    margin-bottom: 5px
}

@media only screen and (max-width:992px) {

    .carousel-multi-item .carousel-indicators li {
        margin-bottom: -30px
    }
}

.carousel-thumbnails {
    margin-bottom: 80px
}

.carousel-thumbnails .carousel-indicators {
    margin-bottom: -75px;
    position: absolute
}

.carousel-thumbnails .carousel-indicators li {
    height: auto;
    max-width: 100px;
    width: 100px;
    border: none
}

.carousel-thumbnails .carousel-indicators .active {
    height: auto;
    width: auto;
    opacity: .5
}

.carousel-thumbnails .carousel-indicators img {
    max-width: 100px;
    height: 50px;
    overflow: hidden;
    display: block
}

 .marketing {
        margin-top:10px;
    }  

@media only screen and (max-width:600px) {
    /*Adrian added 20190803 */
    .marketing {
        margin-top:20px;
    }    
    /*END Adrian added 20190803 */
    .carousel-thumbnails {
        margin-bottom: 60px
    }
    .carousel-thumbnails .carousel-indicators {
        margin-bottom: -60px
    }
    .carousel-thumbnails .carousel-indicators img {
        max-width: 50px;
        height: 25px
    }
}

.btn {
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: .375rem;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff
}
.btn-warning {
    background-color: #ff941a;
}

#toast-container>div,
.badge,
.btn,
.btn.disabled:active,
.btn.disabled:focus,
.btn.disabled:hover,
.btn:disabled:active,
.btn:disabled:focus,
.btn:disabled:hover,
.card,
.card-wrapper .back,
.card-wrapper .front,
.card.card-cascade.wider .card-body,
.counter,
.dropdown-content,
.jumbotron,
.md-pills .nav-link.active,
.md-pills .show>.nav-link,
.mdb-autocomplete-wrap,
.media .media-left img,
.modal-dialog.cascading-modal .modal-c-tabs .nav-tabs,
.modal-dialog.modal-notify .modal-header,
.navbar,
.pagination .page-item.active .page-link,
.pricing-card .price .version,
.side-nav,
.side-nav .logo-wrapper.sn-avatar-wrapper img,
.z-depth-1 {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}

.btn-warning:hover {
    background-color: #ff941a;
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    color: #FFFFFF;
}

/* START OF 20180914*/
  body {padding-top: 4.2rem;}
          .navbar {

                 padding: 0;
                 padding-left:10px;
                 padding-right: 10px;
            }
            
             .btn-outline-success {
                color: #F9B146;
                background-color: transparent;
                background-image: none;
                border-color: #F9B146;
            }
            
            .btn-outline-success:hover {
                color: #fff;
                background-color: #F9B146;
                border-color: #F9B146;
            }
            
            .carousel-caption {
                bottom: 3rem;
                z-index: 10;
                opacity: 0.5;
                background-color: black;
                width: 100%;
                left:0;
                right:0;
                bottom: 0;
            }
            
            @media (min-width: 62em) {
             
                .featurette-heading {
                    margin-top: 1rem;
                }
            }
            
            .featurette-divider {
                margin: 1.5rem        ;
            }
            
            main {
              /*  width:968px;
              */
              
                margin-left: auto;
                margin-right: auto;
                
                 }
           /*      .btn-warning {
                  background-color: #F9B146;   
                 }
            */
            
            
       /*     
            .carousel {
                width:22em;
            }
         */   
            
/*END OF 20180914*/

 body {background-color: #1B0E20 !important; 
                  color:#FFFFFF;}
 .navbar  {background-color: #1B0E20 !important;}
 .featurette-divider {background-color:#FFFFFF !important;}

.bg-dark {
    background-color: #1B0E20 !important;
}

