.circle_profile_area {

}

.circle_profile_area__summary_row {

}

.circle_profile_area__summary_row:after {
    content: "";
    display: block;
    clear: both;
}

.circle_profile_image_box {

}

.circle_profile_area__profile_image_container {
    float: left;
    width: 320px;
    text-align: center;
}

.image_box {
    border: 3px solid lightgray;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}
.image_box:before {
    content: "";
    display: block;
}
.image_box__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
}
.image_box__inner:before,
.image_box__inner:after {
    display: inline-block;
    height: 100%;
    width: 0;
    content: "";
    vertical-align: middle;
}

.image_box__image {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.image_box--circle_profile--main {
    width: 100%;
}

.image_box--circle_profile--main:before {
    /*padding-top: 141.4%;*/
    padding-top: 70.710678118%;
}

.image_box--circle_profile--sub {
    width: 30%;
    border-width: 2px;
}

.image_box--circle_profile--sub:before {
    /*padding-top: 141.4%;*/
    padding-top: 70.710678118%;
}

.image_box--no-border {
    border-color: transparent;
}

.circle_profile_area__sub_image_group {
    /*margin: 0.5em;*/
    margin: 0.5em 0;
    text-align: justify;
    width: 100%;
}
.circle_profile_area__sub_image_group:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.circle_profile_area__circle_note_container {

}

.circle_profile_area__circle_note_container--has_image_container {
    margin-left: 340px;
}

.circle_profile_area__buttons_row {
    margin: 1em;
    text-align: justify;
}

.circle_profile_area__buttons_row:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.circle_profile_area__buttons_row .flat-button {
    width: 30%;
}

.collapsible {
    position: relative;
    max-height: none;
    transition-property: max-height;
    transition-duration: 0.5s;
    overflow: hidden;
}

.collapsible:after {
    display: none;
}

.collapsible.is-collapsed {
    max-height: 120px !important;
}

.collapsible--more.is-collapsed {
    max-height: 60px !important;
}

.collapsible.is-collapsed:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    width: 100%;
    height: 50px;
    pointer-events: none;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.flat-button {
    padding: 1em 0.5em;
    display: inline-block;
    background: green;
    border: none;
}

.flat-button:hover{
    opacity: 0.8;
    text-decoration: none;
}

.flat-button--social {
    width: 100%;
    margin: 0 6px;
    padding: 0.7em;
    font-size: 12px;
    line-height: 1;
}

.flat-button--block {
    display: block;
}

.flat-button--disabled {
    background: lightgray;
    cursor: default;
}

.flat-button--disabled:hover {
    opacity: 1;
}

.flat-button--twitter {
    display: block;
    width: 100px;
    background-color: #00aced;
}

.flat-button--gplus {
    display: block;
    width: 100px;
    background-color: #db4a39;
}

.flat-button--favorite {
    display: block;
    width: 130px;
    background-color: orange;
}

.flat-button--works {
    /*background-color: #bd442c;*/
}
.flat-button--works .flat-button__text {
    color: white;
    font-weight: bold;
}

.favorite .conditional {
    display: none;
}
.flat-button--favorite .conditional,
.flat-button--favorite:active .conditional,
.flat-button--favorite:hover .conditional {
    display: none;
}

.flat-button--favorite .conditional.def {
    display: inline;
}

.flat-button--favorite.on .conditional.def {
    display: none;
}

.flat-button--favorite.on .conditional.on {
    display: inline;
}

.flat-button--favorite.on:hover .conditional.on {
    display: none;
}

.flat-button--favorite.on:hover .conditional.remove {
    display: inline;
}

.flat-button--favorite:active .conditional.def {
    display: none;
}

.flat-button--favorite:active .conditional.on {
    display: inline;
}

.flat-button__link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.flat-button__text {
    display: block;
    width: 100%;
    color: white;
    text-align: center;
    text-align-last: center;
}

.horizontal {
    font-size: 0;
}

.horizontal--justified {
    text-align: justify;
}

.horizontal--right {
    text-align: right;
}

.horizontal--justified:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
}

.horizontal__item {
    display: inline-block;
    font-size: initial;
    margin: 0 0.5em;
}

.horizontal--social {
    width: 450px;
    display: inline-block;
    float: right;
}

.horizontal--social__item {
    margin: 0;
}

.has-caret-down {
    position: relative;
}
.has-caret-down:after {
    position: absolute;
    top: 50%;
    margin-top: -0.6em;
    right: 1.5em;
    font-size: 1.2em;
    content: "▼";
    display: block;
}

.clickable {
    cursor: pointer;
}
