﻿.product-page .section-creators {
    padding-bottom: 60px;
}

.product-page .main-dark {
    background: linear-gradient(135deg, rgba(62, 62, 62, 0.89) 0%, #151515 100%);
    color: #fff;
}

.product-page .collaborators-card {
    background-color: #fff;
    box-shadow: 0 29px 32px -20px rgba(0, 0, 0, .5), 0 4px 11px -3px rgba(0, 0, 0, .25);
    padding: 20px;
    border-radius: 10px;
    margin-top: -50px;
    position: relative;
    z-index: 4;
    transition: all .3s ease;
}

    .product-page .collaborators-card .legend {
        margin-bottom: 50px;
        margin-top: 15px;
    }

    .product-page .collaborators-card .legend, .product-page .collaborators-card .commented {
        color: #666;
    }

.product-page .section-check-free-pro {
    overflow: hidden;
    border: 0;
    padding-top: 40px;
    padding-bottom: 150px;
}

.product-page .section-white-gradient {
    background: linear-gradient(0deg, #E5E5E5 0%, #fff 100%);
}

.product-page .big-icon {
    height: 160px;
    overflow: hidden;
    opacity: .5;
    text-align: center;
    width: 100%;
}

    .product-page .big-icon i {
        font-size: 280px;
        margin-top: -125px;
        display: block;
        width: 100%;
    }

[class^=icon-], [class*=" icon-"] {
    font-family: ios7-style-font-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product-page .legend {
    font-weight: 300;
    margin-bottom: 50px;
    font-size: 30px;
    margin-top: 22px;
}

.btn-social.btn-round {
    padding: 9px 11px;
}

.product-page .btn-new {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.product-page .main-white {
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #dce0e0;
    border-top: 1px solid #dce0e0;
}

.product-page .legend {
    font-weight: 300;
    margin-bottom: 50px;
    font-size: 30px;
    margin-top: 22px;
}

.text-center {
    text-align: center;
}
