/**
 * Master
 */
.master {
    padding-bottom: 35px;
}

.master .content > .title {
    width: 100%;
    font-size: 35px;
    float: left;
}

.master .content > .title > span {
    float: left;
}

.master .content > .title .forward {
    width: 220px;
    margin-right: 20px;
}

.master .master-content {
}

.master .master-content > div {
    display: inline-block;
    width: 700px;
}

.master .master-content .image {
    height: 290px;
    width: 220px;
    vertical-align: top;
    margin-right: 20px;
    overflow: hidden;
    float: left;
}

.master .master-content .short-information > div {
    float: left;
}

.master .master-content .short-information .information {
    width: 400px;
    margin-top: -4px;
}

.master .master-content .short-information .information > span {
    display: block;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}

.master .master-content .short-information .information .rank {
    font-weight: bold;
}

.master .master-content .short-information .awards {
    width: 260px;
    padding: 15px 30px;
    float: right;
}

.master .master-content .short-information .prizes {
    font-size: 16px;
    line-height: 25px;
    margin-top: 30px;
}

/**
 * Certificates
 */
.certificates .title {
    font-size: 25px;
    padding-bottom: 10px;
}

.certificates .certificate-row {
    font-size: 0;
    margin: 10px 0;
    float: left;
}

.certificates .certificate-row .certificate {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.certificates .certificate-row .certificate:first-child {
    margin-left: 0;
}

.certificates .certificate-row .certificate:last-child {
    margin-right: 0;
}

.certificates .certificate-row .certificate > div {
    display: inline-block;
}

.certificates .certificate-row .certificate .image {
    width: 220px;
    text-align: center;
    margin-right: 20px;
}

.certificates .certificate-row .certificate .image img {
    max-width: 220px;
    max-height: 200px;
    display: inline-block;
}

.certificates .certificate-row .certificate .image:hover img {
    box-shadow: none;
    -o-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.certificates .certificate-row .certificate .image.photo:hover .photo-hover {
    opacity: 0;
}

.certificates .certificate-row .certificate .image.photo .photo-hover:hover {
    opacity: 1;
}

.certificates .certificate-row .certificate .description {
    width: 220px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}

/**
 * Clear row (@ENDING@)
 */
.clear-row {
    height: 70px;
}