#portfolioDetailContainer{display:none;}
#portfolioDetailCarousel .item:hover .img-responsive{transform:none !important;}
#portfolioDetailCarousel .umb-grid .container{padding-left:0;padding-right:0;}        
.item .img-responsive{height:auto!important;}
.ini-customPrevBtn, .ini-customNextBtn{font-size:28px;color:#dabd1d!important;}

.slideText p{font-size:1.6em;line-height:1.6em;}

@media (max-width: 1280px) {  
    section.pageSection {
            /*background: rgb(81,101,85) !important;
            background: linear-gradient(90deg, rgba(81,101,85,1) 0%, rgba(72,88,74,1) 35%, rgba(59,69,55,1) 100%) !important;*/
            /*min-height:100vh;*/
            display: flex;
            align-items: center;
    }
    
    .owl-dots .owl-dot span{
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }
    
    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span{
        background: #869791;
    }
    
    .text-yellow {
     line-height: initial;
    }
}

.section{background-position: center !important;background-size:cover!important;background: linear-gradient(90deg, rgba(107,95,94,1) 0%, rgba(84,71,73,1) 35%, rgba(61,50,51,1) 100%);}
.section .pp-tableCell{transition: background-color 0.5s ease;}
.darken{background-color:rgba(0,0,0,0.6);transition: background-color 0.5s ease;} 
.rmContainer{background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5466561624649859) 71%, rgba(0,0,0,0) 100%);padding-top:60px;padding-bottom:40px;}
.text-yellow{color:#d4ae60;line-height:initial!important;}
.barLine{border-top:1px solid #fff;}


.btn.btn-yellow {
    background: transparent;
    border-color: #d4ae60;
    color: #d4ae60;
}

.btn.btn-yellow:hover {
    background: #d4ae60!important;
    border-color: #d4ae60;
    color: #202020!important;
}

@media screen and (max-width: 992px) {
    .pp-tableCell.darken .container{
        height:60%;
        overflow:scroll;
    }
}