@keyframes Animation {
    0% {
        filter: saturate(20%)
    }

    to {
        filter: saturate(200%)
    }
}

body {
    font: 400 15px/1.8 Lato,sans-serif;
    color: #777
}

h3 {
    font-size: 20px;
    color: #111
}

h3,h4 {
    margin: 10px 0 30px;
    letter-spacing: 10px
}

@media (min-width:480px) {
    .container {
        padding: 80px 120px
    }
}

.person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: .7
}

.person:hover {
    border-color: #f1f1f1
}

.carousel-inner img {
    -webkit-filter: grayscale(90%);
    filter: grayscale(70%);
    width: 100%;
    margin: auto;
    object-fit: cover;
    max-height: 100vh
}

.carousel-caption h3,.navbar-nav li a:hover {
    color: #fff!important
}

@media (max-width:600px) {
    .carousel-caption {
        display: none
    }
}

.bg-1 {
    background: #2d2d30;
    color: #bdbdbd;
    background-image: url(../images/releases_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.bg-1 h3 {
    color: #fff
}

.bg-1 p {
    font-style: italic
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(255,255,255,.3);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap
}

.thumbnail p {
    margin-top: 15px;
    color: #555;
    flex-basis: 100%;
    padding-left: .5rem;
    padding-right: .5rem
}

.thumbnail>* {
    margin: auto;
    padding: 0
}

.thumbnail>img {
    width: 100%
}

.thumbnail__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
    width: 100%;
    padding: .5rem
}

.btn {
    padding: .5rem;
    background-color: #333;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
    flex: 1 1 30%
}

.btn:focus,.btn:hover {
    border: 1px solid #333;
    background-color: #fff;
    color: #000
}

.close,.modal-header,h4 {
    background-color: #333;
    color: #fff!important;
    text-align: center;
    font-size: 30px
}

.modal-body,.modal-header {
    padding: 40px 50px
}

.nav-tabs li a {
    color: #777
}

#googleMap {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.navbar,footer {
    background-color: #2d2d30
}

.navbar {
    font-family: Montserrat,sans-serif;
    margin-bottom: 0;
    border: 0;
    font-size: 11px!important;
    letter-spacing: 4px;
    opacity: .9
}

.navbar .navbar-brand,.navbar li a {
    color: #d5d5d5!important
}

.navbar-nav li.active a {
    color: #fff!important;
    background-color: #29292c!important
}

.navbar-default .navbar-toggle {
    border-color: transparent
}

.open .dropdown-toggle {
    color: #fff;
    background-color: #555!important
}

.dropdown-menu li a {
    color: #000!important
}

.dropdown-menu li a:hover {
    background-color: red!important
}

footer {
    padding: 32px
}

footer,footer a {
    color: #f5f5f5
}

.carousel h3 a,footer a:hover {
    color: #777;
    text-decoration: none
}

.form-control {
    border-radius: 0
}

textarea {
    resize: none
}

.carousel-inner {
 /*   animation: Animation 2s ease infinite;
    animation-direction: alternate*/
}

.glyphicon-chevron-down:before,.glyphicon-chevron-left:before,.glyphicon-chevron-right:before,.glyphicon-chevron-up:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: " "!important;
    border: 2px solid #fff;
    position: absolute;
    transform: rotate(45deg)
}

.glyphicon-chevron-down:before,.glyphicon-chevron-left:before,.glyphicon-chevron-right:before {
    width: 30px;
    height: 30px
}

.glyphicon-chevron-left:before {
    border-right: unset;
    border-top: unset
}

.glyphicon-chevron-right:before {
    border-left: unset;
    border-bottom: unset
}

.glyphicon-chevron-up:before {
    border-right: unset;
    border-bottom: unset;
    width: 15px;
    height: 15px
}

.item img {
    max-height: 500px
}

.carousel .glyphicon {
    top: 4px
}

.carousel h3 a {
    color: #fff
}

.carousel h3 {
    position: relative;
    display: inline;
    font-size: 2vw;
    letter-spacing: initial
}

.carousel h3:after,.carousel h3:before {
    content: "";
    position: absolute;
    left: -5%;
    right: -5%;
    background: #000;
    top: -10%;
    bottom: -10%;
    transform: rotate(-.6deg);
    border-radius: 2px;
    z-index: -1
}

.carousel h3:after {
    transform: rotate(.9deg);
    left: -3%;
    right: -3%
}

.carousel-caption {
    line-height: 6rem
}

.col-sm-3 {
    padding: .5rem
}

@media (max-width:600px) {
    .carousel-caption {
        line-height: 2rem;
        left: 5%;
        right: 5%;
        bottom: 4rem;
        display: initial
    }

    .carousel-caption h3,.carousel-caption p {
        font-size: 1.5rem
    }

    .carousel-caption .glyphicon {
        top: 2px
    }
}