html, body {
    background-color: #7c7c7c;
    height: 100%;
    font-size: 0.9rem;
}
.dropdown-menu {
    left:auto !important;
}
ul.nav>li {
    margin-right: 12px;
}
.navbar-nav > .active > a {
    color: #CCFF99;
    text-decoration: none;
}
.navbar-nav > li > a {
    color:white;
    text-decoration: none;
}
.navbar-nav > li > a:hover {
    color: #00CCFF !important;
    text-decoration: none;
}
.dropdown-menu {
    border-radius: 0 !important;
    background-color: #919191 !important;
    padding-left: 5px;
    margin-top: -1px !important;
}
.dropdown-menu > li > a {
    color: white;
    text-decoration: none;
}
.dropdown-menu > li > a:hover {
    color: #afafaf;
    text-decoration: none;
}
.carousel {
    width: 1110px;
    height: 400px;
}
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    max-width: 1000px;
    max-height:400px;
    margin: 50px auto;
}
.carousel-control .glyphicon-menu-left, .carousel-control .glyphicon-menu-right {
    top: 50%;
}
.carousel-control.left, .carousel-control.right {
    background: #fff;
}
.carousel-control {
    width: 25px;
    text-shadow: none;
}
.item-text {
    align-items: center;
    height: 300px;
    padding: 50px 50px 0 50px;
    background-color: white;
    color: black;
    width:1000px;
    margin: 50px;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' 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") !important;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' 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") !important;
}
.carousel-control-next, .carousel-control-prev {
    width: 10%;
}
.breadcrumb-nav {
    margin-left: -15px;
    margin-right: -15px;
    font-size: small;
}
.breadcrumb {
    border-radius: 0 !important;
    background-color: #AFAFAF !important;
}
.container-jvr {
    background-color: #fdfdf6 !important;
    min-height: calc(100% - 76px) !important;
}
.container-home {
    background-color: #7c7c7c !important;
    min-height: calc(100% - 76px) !important;
}
.language {
    cursor: pointer;
}
.language:hover {
    color: #00CCFF;
}
.bg-dark {
    background-color: #7c7c7c !important;
}
.otherpadding {
    padding: 50px !important;
}
.modal-backdrop.show {
    opacity: .6 !important;
}
.breadcrumb > li + li:before {
    color: #ccc;
    content: "| " !important;
    padding: 0 5px 0 0 !important;
}
@media (min-width: 1200px) {

}
@media (min-width: 992px) and (max-width: 1199px) {
    .carousel {
        width: 100%;
        height: 400px;
    }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
        max-width: 90%;
        max-height:300px;
        margin: 50px auto;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 30%;
        top: initial;
        bottom: -70px;
    }
    .item-text {
        width: 90%;
        margin: 5%;
        padding: 5%;
        height: 400px;
        max-height:400px;
    }
    .otherpadding {
        padding: 40px !important;
    }


}
@media (min-width: 768px) and (max-width: 991px) {
    .carousel {
        width: 100%;
        height: 400px;
    }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
        max-width: 90%;
        max-height:300px;
        margin: 50px auto;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 30%;
        top: initial;
        bottom: -70px;
    }
    .item-text {
        width: 90%;
        margin: 5%;
        padding: 5%;
        height: 400px;
        max-height:400px;
    }
    .otherpadding {
        padding: 30px !important;
    }

}
@media (max-width: 767px) {
    .carousel {
        width: 100%;
        height: 400px;
    }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
        max-width: 90%;
        max-height:300px;
        margin: 50px auto;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 30%;
        top: initial;
        bottom: -70px;
    }
    .item-text {
        width: 100%;
        margin: 0;
        padding: 5%;
        height: 100%;
        max-height:100%;
    }
    .otherpadding {
        padding: 0 !important;
    }

}
