.btn {
    width: 150px!important;
    
}
[class*="-islets_round-button__icon"] {
    top: 5px!important;
    left: 6px!important;
    padding: 1px!important;
}
[class*="-panorama-control__close"] {
    display: none!important;
}
/*--- portfolio-list ---*/
.portfolio-item .portfolio-title h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
    padding: 10px 0 5px 0;
}

.portfolio-item .portfolio-cat p{
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.portfolio--content {
    text-align: left
}

@media (min-width: 992px) {
.header-fixed-side .header--panel-logo {
    padding: 30px!important;

}
}
section {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.description {
    padding-left: 30px;
    font-size: 16px;
    color: #000;
}
@media (min-width: 1601px) and (max-width: 1980px) {
#player {
    height: 780px;
}
}
@media (min-width: 767px) and (max-width: 1600px) {
#player {
    height: 530px;
}
}
@media (min-width: 360px) and (max-width: 766px) {
#player {
    height: 400px;
}
}
.header-fixed-side .navbar-nav a.active {
    color: #098a9e!important;
}