/* Bio */
@media only screen and (min-width: 768px) {
    #bio .vgrid > * {
        width: 49.9%;
    }
    #bio .period,
    #bio .introductory {
        padding-right: 50px;
        box-sizing: border-box;
    }
}
#bio .vgrid > .image img {
    width: 100%;
}
#bio .vgrid > .image .caption{
    font-size: 11px;
    line-height: normal;
    max-width: 400px;
    margin-top: 5px;
}
#bio .image,
#bio .period,
#bio .introductory {
    margin-bottom: 70px;
}
#bio .period > .name {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 28px;
    line-height: 28px;
    font-family: 'DINSchrift_light';
}
#bio .period > .sub_title {
    font-size: 70px;
    line-height: 67px;
    padding-bottom: 12px;
}
#bio .period > .description {
    margin-bottom: 10px;
}
#bio .period .blocks {
    display: none;
}
#bio .period .more {
    width: 16px;
    height: 16px;
    background: url('../img/more.svg') no-repeat;
    background-size: 100%;
    cursor: pointer;
    display: inline-block;
}
#bio .period .more.opened {
    background: url('../img/less.svg') no-repeat;
    background-size: 100%;
}
#bio .block .name {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 12px;
    /*border-bottom: 1px solid #000;*/
    margin-bottom: 15px;
    margin-top: 30px;
    font-family: 'DINSchrift_light';
}
#bio .block .description {
    max-width: 800px;
}
/*#bio .block .description table td {
    width: 50%;
}
#bio .block .description table td img {
    padding-right: 10px;
    display: block;
    max-width: 100%;
    box-sizing: border-box;
}
#bio .block .description table td {
    vertical-align: bottom;
    font-size: 10px;
    line-height: 13px;
}
#bio .block .description table td span {
    font-size: 12px !important;
    line-height: 14px !important;
}
#bio .introductory table td:nth-child(2){
}
#bio .introductory table {
	max-width: 800px !important;
	margin-bottom: 20px;
}
#bio .introductory table td:nth-child(1) {
	width: 70%;
}
#bio .introductory table td:nth-child(2){
	padding-left: 10px;
	width: 30%;
	vertical-align: bottom;
	font-size: 11px;
	line-height: 14px;
}
#bio .introductory table td:nth-child(1) img {
	width: 100%;
	max-width: 625px !important;
}*/