.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
    margin: auto;
    max-height: 500px;
    object-fit: cover;
}

.carousel-inner .carousel-caption {
    display: flex;
    align-items: baseline;
}

.carousel-inner .carousel-caption .slide-img-inner {
    width: 100%;
}

.carousel-inner .carousel-caption h3 {
    font-size: 40px;
    font-weight: bold;
}

.carousel-inner .carousel-caption h3>span {
    font-size: 43px;
    color: #e9b555;
}

.pellini-collection {
    border-top: 10px solid #afadab;
    border-bottom: 10px solid #afadab;
    padding: 10px 0px;
}

.pellini-collection .pellini-collection-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
}

.pellini-collection-tab {
    padding: 30px 15px;
}


.pellini-collection-tab span {
    padding-right: 15px;
    font-size: 12px;
    font-weight: bold;
}

.pellini-collection .pellini-collection-column {
    border-left: 3px solid #000;
}

.pellini-collection .pellini-collection-column.active a {
    color: #c08164 !important;
}

.pellini-collection .pellini-collection-column:last-child {
    border-right: 3px solid #000;
}


.pellini-collection .pellini-collection-column img, .pellini-collection-tab img{
    max-height: 35px;
}

.pellini-collection .pellini-collection-selection-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.pellini-collection .pellini-collection-selection-inner .collection-text {
    font-size: 12px;
}

.pellini-collection .pellini-collection-column>a,
.pellini-collection .pellini-collection-column>a>div {
    height: 100%;
}

.pellini-collection .pellini-collection-column>a {
    border: 0px solid transparent !important;
    background-color: transparent !important;
}

.pellini-collection-details img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.pellini-collection-details .col-lg-12 {
    margin-bottom: 30px;
    display: flex;
}

.pellini-collection-text h2 {
    font-weight: bold;
    font-size: 14px;
}

.pellini-collection-text {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.footer-hr {
    border-top: 10px solid black;
    padding: 5px 0;
}

div#back-top {
    position: fixed;
    bottom: 35px;
    right: 35px;
    width: 40px;
    height: 40px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    background-color: #e9b555;
    border: 1px solid #e9b555;
    font-size: 25px;
    display: none;
}

.pellini-collection-image {
    border-right: 5px solid black;
    padding: 20px 15px;
}

.pellini-collection-details {
    margin-top: 35px;
}

#my-tab-content .dark-bg {
    padding: 50px 0px;
}

#my-tab-content .dark-bg img {
    width: auto;
    height: 150px
}

#my-tab-content .dark-bg>.container ul li.col-lg-2>a>div{
  text-align: center;
}

#my-tab-content .dark-bg h2 {
    text-align: center;
    font-size: 10px;
    margin-top: 10px;
    font-weight: bold;
    color: #555;
}

.navbar-brand>img {
    display: block;
    max-width: 113px;
    width: 100%;
    height: auto;
    margin: -13px auto 0 auto;
}

.pellini-collection-text span {
    color: #e9b555;
}

footer img {
    width: 200px;
}

.footer-wrapper {
    display: flex;
}

.footer-nav {
    margin-top: 20px;
}

.footer-social,
.footer-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 20px;
    font-size: 12px;
}

iframe {
    width: 100%;
}

#my-tab-content .dark-bg {
    padding: 50px 0px;
    margin-left: -15px;
    margin-right: -15px;
}

.btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    color: #000;
    background-color: #e9b555;
    border-color: #e9b555;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#my-tab-content .nav-tabs>li.active>a,
#my-tab-content .nav-tabs>li.active>a:focus,
#my-tab-content .nav-tabs>li.active>a:hover,
#my-tab-content .nav>li>a:hover,
#my-tab-content .nav-tabs>li>a:hover,
#my-tab-content .nav-tabs>li>a:focus,
#my-tab-content .nav>li>a:focus {
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: none;
    border-bottom-color: transparent;
    color: #fff !important;
}

#my-tab-content .dark-bg .nav-tabs>li.active>a h2,
#my-tab-content .dark-bg .nav-tabs>li.active>a:focus h2,
#my-tab-content .dark-bg .nav-tabs>li.active>a:hover h2 {
    color: #fff !important;
}

.privacy-policy-main-content * {
    text-align:left;
}

@media(max-width: 767px) {
    #collection-section .section-title p {
        margin: 20px;
    }
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }
    button.navbar-toggle {
        display: none;
    }
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 25px 15px;
        font-size: 18px;
        line-height: 20px;
    }
    .pellini-collection .pellini-collection-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        border-bottom: none;
    }
    .pellini-collection .pellini-collection-row li {
        width: 100%
    }
    .pellini-collection .pellini-collection-column {
        border-left: none;
        border-right: none;
        text-align: center;
        margin: auto;
    }
    .pellini-collection .pellini-collection-column>a {
        border-bottom: 3px solid black !important;
    }
    .pellini-collection .pellini-collection-column:last-child {
        border-right: none;
    }
    .pellini-collection .pellini-collection-selection-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    #my-tab-content .dark-bg img {
        width: 100%;
        height: 150px;
        object-fit: contain;
    }
    #my-tab-content .dark-bg h2 {
        text-align: center;
    }
    .section-title p {
        margin: 20px 15px;
        font-size: 18px;
    }
    .footer-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .section-title h2 {
        font-size: 27px;
        font-weight: bold;
    }
    .footer-text {
        text-align: center;
    }
    footer img {
        width: 100%;
        max-width: 200px;
    }
    .carousel-inner {
        height: 150px;
    }

    .carousel-inner > .item{
      height: 100%;
    }
    .carousel-inner > .item > img.slide-img-inner {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .carousel-indicators {
      bottom: -5px;
    }
    .carousel-inner .carousel-caption h3 {
        font-size: 18px;
        font-weight: bold;
    }
    .carousel-inner .carousel-caption h3>span {
        font-size: 18px;
        color: #e9b555;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 50px;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }
    .pellini-collection-details img {
        width: 100%;
        height: 200px;
        object-fit: contain;
    }
    #my-tab-content .dark-bg h2 {
        margin: 0px 0px 20px 0px;
        font-size: 15px;
        font-weight: bold;
    }
    .pellini-collection-details .col-lg-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .pellini-collection-details .col-lg-12 {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
    }
    .pellini-collection-image {
        border-right: none;
        border-bottom: 5px solid black;
        padding: 20px 15px;
    }
    .pellini-collection-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }
    .section-title #collapseAbout h4 {
        margin: 30px 15px;
        color: #bb7f61;
        font-size: 20px;
    }
    .section-title #collapseAbout h1 {
        margin: 25px 15px 0px;
        font-size: 25px;
        font-weight: bold;
        text-align: left;
    }
}
