.section-info {

}
.section-info .section-heading h2 {
     display: inline-block;
     font-size: 35px;
     font-weight: 400;
     margin-bottom: 0;
    margin-top: 0;
 }
.section-info > .container{}
.section-info .info-item {
    padding: 0 3px;
}

.section-info .info-item > p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.section-info .info-item > p > a {
    font-weight: 400;
}
.section-info .info-item > p > span.img-title {
    display: block;
}

.section-info .info-item > ul > li,
div#inside ul > li,
div#inside ul > li > ul > li{
    list-style: outside square !important;
    margin: 0 0 10px 20px;
    font-size: 16px;
    font-weight: 400;
}

.section-info .info-item > h4 {
    font-size: 20px;
    margin: 40px 0 20px;
}

@media (min-width: 992px) {
    section#features .container {
        border-right: 1px solid #eaeaea;
    }
}
section#features .nav-section.feature:first-child {
    margin-top: 10px;
}
section#features .nav-section.feature {
    margin-top: 15px;
}
section#features .nav-section a {
    text-decoration: none;
}

section#features .nav-section .nav-section-heading {
    margin: 0;
    font-size: 18px;
    padding: 0;
    line-height: 19px;
    font-weight: 400;
    color: #000;
}
section#features .nav-section .nav-section-body {
    color: #444;
    font-size: 14px;
    line-height: 16px;
}

section#video-psio {
    margin-top: 10px;
}

@media (min-width: 1199px) {

    section#features.fixed .nav-section-container {
        position: fixed;
        width: 19%;
        top: 0;
        max-width: 244px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {

    section#features.fixed .nav-section-container {
        position: fixed;
        width: 19%;
        top: 0;
        max-width: 275px;
        min-width: 190px;
    }
}
@media (max-width: 992px) {

    section#features .nav-section.feature {
        text-align: center;
    }
}

@media (min-width: 768px) {

    section#features.fixed .nav-section-container {
        top: 83px;
    }
}
@media (max-width: 1199px) and (min-width: 768px) {

    section#features.fixed .nav-section-container {
        top: 78px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {

    section#features.fixed .nav-section-container {
        top: 112px;
    }
}

.nav-section .btn {
    padding: 0;
    line-height: 33px;
    border-radius: 0;
    width: 100%;
}
.section-info b {
    font-weight: 400;
}
#inside h4 {
    font-size: 16px;

}


.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
    height: 270px;
}

.overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 1s ease 0s;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #336799;
    color: #fff;
}
.isotope-item > a {
    display: inline-block;
    text-decoration: none;
}
.img-responsive {
    max-width: 200px;
}
.item-box .item-hover .overlay {
    background-image: url('/assets/images/player.png');
    background-size: cover;
}
.isotope-item > a:hover .item-hover {
    opacity: 1;
}
.item-box .item-hover, .item-box .item-hover button, .item-box .item-hover a {
    color: #fff;
}
.item-box .item-hover {
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.2s ease 0s;
}
.item-box .item-hover .inner {
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 100;
}
.item-box .item-hover .inner .inner-content {
    display: block;
    left: 0;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 100;
}
.item-box {
    background: none repeat scroll 0 0 #f6f6f6;
    border-radius: 0;
    display: inline-block;
    margin: 10px 0 0;
    overflow: hidden;
    position: relative;
}
.item-box figure {
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.item-box figure a {
    text-decoration: none;
}
.item-box figure img {
    margin: auto;
    /*width: 100%;*/
    width: 170px;
    position: relative;
    transition: all 0.6s ease-in-out 0s;
}
.item-name {
    height: 50px !important;
}
.isotope-item > a:hover img {
    opacity: 0.3;
    transform: scale(1.5) rotate(10deg);
}

span.price-item {
    font-size: 21px;
}
span.old-price {
    text-decoration: line-through;
    font-size: 15px;
}

.section-heading p {
    font-size: 25px;
    color: #000;
    font-weight: 400;
}

.without-player {
    background-image: none !important;
}