.about .pagetitle
{
    float: left;
    width: 310px;
}
.about-page-top
{
    font: 16px/20px 'CirceLight', 'Arial', sans-serif;
    margin-top: 28px;
    margin-bottom: 1em;
    float: right;
    width: 650px;
    color: #666;
}
.full-toggle
{
    position: relative;
    display: inline-block;
    left: 310px;
    top: -15px;
    text-transform: uppercase;
    font-size: 12px;
    /*margin-bottom: 15px;*/
}
.about .full
{
    font: 16px/20px 'CirceLight', 'Arial', sans-serif;
    margin-bottom: 15px;
}
.about .full p
{
    margin-bottom: 1em;
}
.about .full .lcol
{
    width: 245px;
    float: left;
}
.about .full .rcol
{
    width: 650px;
    float: right;
}
.about-submenu
{
    margin: 1em auto 10px;
}
.about-submenu li
{
    float: left;
    margin-right: 25px;
}
.about-submenu a
{
    font: 12px/14px 'CirceLight', 'PT Sans', sans-serif;
    text-transform: uppercase;
}
.about-submenu .active, .about-submenu .active:hover
{
    color: #000;
    text-decoration: none;
    cursor: default;
}
.about .mcol
{
    margin: 0 15px;
}
.about .team h1
{
    margin-top: .5em;
}
.about .gallery
{
    /*margin-top: 20px;*/
}
.about .image
{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.about .image .image-description
{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 6px;
    color: #fff;
    background: url("../img/img-descr-bg.png") top left repeat;
}
.about .image .image-description p {
    padding: 15px;
}
.about .member-info
{
    width: 507px;
    position: relative;
    z-index: 1;
}
.about .member-image
{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.about .member-info blockquote
{
    font: bold 38px/38px 'CirceRegular', 'PT Sans', sans-serif;
    color: #fdb813;
    margin: .5em 0 0;
}
.about .member-info .name
{
    font: bold 30px 'CirceRegular', 'PT Sans', sans-serif;
    color: #000;
    margin-top: .5em;
}
.about .member-info .post
{
    /*font: 11px 'PT Sans', sans-serif;*/
    /*color: #a6a6a6;*/
}
.about .member-info .hr
{
    height: 0;
    border-bottom: solid 1px #b2b2b2;
    width: 180px;
    margin: 1em 0;
}
.about .member-info .biography p
{
    margin: 1em 0;
}
.about .member-info .biography p:last-child
{
    margin-bottom: 1.5em;
}
.about .previews
{
    width: 960px;
    overflow: hidden;
}
.about .members
{
    overflow: hidden;
}
.about .images-list li
{
    width: 160px;
    float: left;
    position: relative;
    height: 90px;
    visibility: hidden;
}
.about .images-list .link
{
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.about .images-list .hover
{
    display: none;
    width: 134px;
    height: 76px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: url(../img/green-bg.png) repeat;
    color: #fff;
    padding: 7px 13px;
    font-size: 11px;
    cursor: pointer;
}
.about .members-list .active .hover, .about .images-list .active .hover
{
    display: block;
    cursor: default;
}
.about .awards
{
    margin: 1em 0 0;
    background: #f2f2f2;
    padding: 1em 0;
}
.about .awards p
{
    margin: 1em 0;
}
.about .awards .col
{
    width: 180px;
    margin-right: 15px;
    float: left;
}
.about .awards .col.last
{
    margin: 0;
}
.about .awards .col li
{
    margin: .8em 0;
}
.about .awards .year
{
    color: #ee2e24;
    margin-bottom: 1.2em;
}
