/** TEMPLATE: PROA ARTIST DETAIL **/

.node-type-artist .panel-col-first,
.node-type-artist .panel-col-last,
.node-type-artwork .panel-col-first,
.node-type-artwork .panel-col-last {
    width: 480px;
}

.node-type-artist .panel-col-last,
.node-type-artwork .panel-col-last {
    float: right;
}

.art-data {
    width: 480px;
}

.view-id-artist_name .view-content .views-row {
    height: auto;
}

.art-heading {
    position: relative;
    height: 92px;
    padding: 0 0 0 18px;
    display: table;
    width: 462px;
    margin-bottom: 14px;
    overflow: hidden;
}

.art-heading .text {
    display: table-cell;
    vertical-align: middle;
    width: 336px;
}

.art-heading p, .art-heading h2 {
    color: #575757;
    font-size: 18px;
    width: 336px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.art-heading h2 p  {
	font-weight: normal;
}

.artist-photo {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1031px) {
    .art-heading {
        padding-left: 0;
    }
}

@media (max-width: 530px) {
    .art-heading {
        width: 100%;
    }

    .artist-photo {
        display: none;
    }
}

.art-data h3 {
    height: 35px;
    line-height: 35px;
    background: #e9e9e9;
    border-left: 4px #014a8e solid;
    text-indent: 14px;
    font-size: 16px;
    cursor: pointer;
    position: relative;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.art-data h3 i {
    float: right;
    margin-right: 14px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-indent: 0;
    color: #014a8e;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.art-data .data-section {
    margin-bottom: 6px;
}

.art-data .section-content {
    display: none;
    padding: 16px 20px 10px 20px;
    font-size: 12px;
}

.art-data .data-section.active .section-content {
    display: block;
}

.art-data .section-content p {
    padding-bottom: 6px;
    font-size: 13px;
}

.art-data .data-section h3:hover {
    color: #014a8e;
}

.art-data .data-section.active h3 {
    background: #014a8e;
    color: #fff;
}

.art-data .data-section.active i {
    color: #fff;
    margin-right: 17px;

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.art-data .label {
    font-weight: bold;
}

.art-data .block-content {
    display: block;
}

.views-field-field-artist-biography {
    margin-top: 6px;
    padding-bottom: 6px;
}

/* artworks styles */
.art-artworks {
    width: 480px;
}

.art-artworks .flexslider .slides a img {
    width: 480px;
    height: 360px;
}

.art-artworks .flex-direction-nav a {
    top: 160px;
    margin-top: 0;
}

/* artwork attributes */
.slide-data {
    /*padding-top: 10px;*/
    margin-bottom: 16px;
    position: relative;
}

.node-type-artwork .slide-data {
    text-align: center;
}

.slide-data a {
    /*display: block;*/
    /*width: 100%;*/
    margin-bottom: 14px;
    text-align: center;
    position: relative;
    display: inline-block;
}


.slide-data .row {
    overflow: hidden;
    font-size: 12px;
    padding-bottom: 4px;
    margin-left: -9px;
}
.slide-data .views-field-field-artwork-title {
    padding-top: 4px;
    margin-left: 1px;
}
.slide-data .row .strong {
    float: left;
    text-align: right;
    font-weight: bold;
}

.slide-data .row .label {
    float: left;
    text-align: right;
    width: 112px;
    font-weight: bold;
}

.slide-data .row .value {
    float: left;
    padding-left: 20px;
    width: 348px;
    text-align: left;
}

.slide-data .views-field-field-artwork-title {
    text-align: left;
}

#content .slide-data > .flex-direction-nav a {
    top: 160px;
    margin-top: 0;
}

@media (max-width: 969px) {
    .node-type-artist .panel-col-first,
    .node-type-artwork .panel-col-first {
        margin: 0 auto;
        max-width: 100%;
    }

    .node-type-artist .panel-col-last,
    .node-type-artwork .panel-col-last {
        float: none;
        width: 100%;
    }

    .art-data {
        width: 100%;
    }
}

@media (min-width: 970px) and (max-width: 1023px) {
    .node-type-artist .panel-col-first,
    .node-type-artwork .panel-col-first {
        float: left;
    }

    .node-type-artist .panel-col-last,
    .node-type-artwork .panel-col-last {
        width: 400px;
    }

    .art-data {
        width: 100%;
    }

    .art-heading {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1079px) {
    .panel-2col-bricks .panel-col-first {
        float: left;
    }

    .panel-2col-bricks .panel-col-last {
        float: right;
        width: 450px;
    }

    .panel-2col-bricks .panel-col-last .art-data {
        width: 450px;
    }
}

@media (max-width: 530px) {
    .slide-data .row .label {
        width: 30%;
    }

    .slide-data .row .value {
        width: 60%;
    }
}

#content .data-section .section-content ul {
	margin-bottom: 0;
	padding-bottom: 15px;
}

#content .data-section .section-content ul:last-child {
	padding-bottom: 0;
}

/* artworks carousel (thumbnail) slider */
.art-artworks .carousel,
.node-type-artist .view-display-id-panel_pane_2 #flexslider-2,
.node-type-artwork #flexslider-1 {
    width: 424px !important;
    height: 84px;
    padding: 0 28px;
}

.art-artworks .carousel .slides li img,
.node-type-artist .view-display-id-panel_pane_2 #flexslider-2 li img,
.node-type-artwork #flexslider-1 li img {
    height: 84px;
    width: 140px;
}

.node-type-artist .carousel .flex-direction-nav a,
.node-type-artist .view-display-id-panel_pane_2 #flexslider-2 .flex-direction-nav a,
.node-type-artwork #flexslider-1 .flex-direction-nav a {
    height: 84px;
    line-height: 84px;
    top: 0;
    width: 26px;
    background-position: 0 -102px;
}

.node-type-artwork #flexslider-1 .flex-direction-nav a,
.node-type-artwork #flexslider-1 .flex-direction-nav .flex-disabled {
    margin-top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}

.node-type-artist .carousel .flex-direction-nav .flex-next,
.node-type-artist .view-display-id-panel_pane_2 #flexslider-2 .flex-direction-nav .flex-next,
.node-type-artwork #flexslider-1 .flex-direction-nav .flex-next {
    background-position: -27px -102px;
}

.node-type-artwork #flexslider-1 a img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
}

.node-type-artwork #flexslider-1 a.active img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}

@media (max-width: 530px) {
    .node-type-artwork #flexslider-1 {
        max-width: 100%;
    }

    .art-artworks .carousel,
    .node-type-artist .view-display-id-panel_pane_2 #flexslider-2,
    .node-type-artwork #flexslider-1 {
        display: none;
    }
}

#collection-link h3 {
	background: #feb61d;
	border-left-color: #feb61d;
	text-indent: 0;
}

#content #collection-link h3 a {
	text-decoration: none;
}

#content #collection-link h3 a:hover {
	color: #575757;
}

#collection-link h3 i {
	float: left;
	margin-left: 14px;
	margin-right: 6px;
	margin-top: 0;
	line-height: 38px;
}

.node-type-artist .sharethis-wrapper,
.node-type-artwork .sharethis-wrapper {
    padding-top: 10px;
}

/*#artist-node .view-display-id-panel_pane_2 #flexslider-2 {
    width: 405px !important;
}*/

@media (max-width: 767px) {
    .art-heading .text,
    .art-heading .text h2,
    .art-heading .text p {
        width: 100%;
    }
}