
.view-art-categories .views-row {
    width: 160px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    background: white;
    padding: 10px;
}
@media screen and (max-width:460px) {
    .view-art-categories .views-row {
        max-width: calc(50% - 20px);
        margin-right: 0;
    }
}
.view-art-categories .views-row h2 a {
    color: black;
    text-decoration: none;
    font-weight: normal
}
.view-art-categories .views-field-field-image .vertically-centered a {
    max-width: 100%;
    height: 160px;
    margin-bottom: 1em;
    display: block
}

.view-art-categories .views-field-field-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.view-art-categories .views-field-title span {
    color: silver;
    font-size: .85em
}
/* =============================================================================
 *   manage
 * ========================================================================== */
.page-manage table {
    width: 100%;
} 
.page-manage tr.odd {
    background: white;
}
.page-manage tr.even {
    background: #f6f6f6;
}
.page-manage .views-field-field-image {
    width: 120px;
    /*text-align: center;*/
    padding-top: 5px;
}
/* =============================================================================
 *   texte
 * ========================================================================== */

.view-texts .views-row {
    margin-bottom: 2em;
}
/* =============================================================================
 *   flexslider
 * ========================================================================== */
#flexslider-1 {
    min-height: 390px;
}
.flexslider {
    min-height: 100px;
    /*width: 730px;*/
    max-width: 100%;
    margin: 0 auto 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.flexslider .slides img {
    height: auto;
    max-width: 100%;
    width: auto;
    display: inline-block;
    max-height: 480px;
}

/* arrow navigation */

.flex-direction-nav a {
    font-size: 0;
}
.flex-direction-nav a:before {
    content: '' !important;
    display: block;
    height: 40px;
    width: 20px;
}
.flex-direction-nav a.flex-prev:before {
    background: url('../images/flex_prev.png') no-repeat;
    background-size: 100%;
}
.flex-direction-nav a.flex-next:before {
    background: url('../images/flex_next.png') no-repeat;
    background-size: 100%;
    margin-left: 20px;
}
.flexslider .flex-direction-nav a {
    display: block;
    top: 50%;
}

.flexslider .flex-prev,
.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: -40px;
}
.flexslider .flex-next,
.flexslider:hover .flex-next {
    opacity: 0.7;
/*    right: -40px;*/
    left: 70%;
}
.flex-control-paging li a {
    background: silver;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.flex-control-paging li a.flex-active {
    background: grey
}
.flex-control-paging li a {
    width: 9px;
    height: 9px;
}
.flexslider .field-content {
    text-align: left
}

.flex-control-nav {
    bottom: -30px;
    text-align: left;
}
/* --------------------------------------------- images as controls */
.flex-control-thumbs li {
    width: auto;
}
#flexslider-2 {
    float: right;
    width: 60px;
}
#flexslider-2 ul li {
    margin-right: 5px;
    opacity: .55;
    float: none !important;
}
#flexslider-2 ul li.flex-active-slide {
    opacity: 1
}
.flex-viewport {
    min-height: 100px
}

.flexslider .views-field-field-text {
    color: #626262;
    font-size: .9em;
    font-style: italic;
}
.flexslider .views-field-field-text p {
    margin:0;
}
@media screen and (max-width: 760px) {
    /*    #flexslider-2 ul li {
            width: 80px;
        }
        #flexslider-2 ul li img {
            height: 40px;
            width: auto;
        }*/
    /* hide navigation slider - makes no sense */
    #flexslider-2 {
        /*display: none*/
    }
}
/* vertical slider */
#block-views-works-block-1 {
    position: absolute;
    top: 10em;
    right: 1em;
}
@media screen and (max-width: 360px) {
    #block-views-works-block-1 {
        bottom: inherit;
        top: 0;
        right: 0
    }
    #flexslider-2 {
        /*width: 50px;*/
    }
}
.region-content {
    position: relative;
}
#flexslider-2, #flexslider-2 .flex-viewport {
    max-height: 200px;
}
@media screen and (min-width: 768px) {
    #flexslider-2, #flexslider-2 .flex-viewport {
        max-height: 260px;
    }
}
#flexslider-2 .flex-direction-nav a {
    top: inherit;
    left:20px;    
}
#flexslider-2 .flex-direction-nav a.flex-next {
    bottom: -40px;
}
#flexslider-2 .flex-direction-nav a.flex-prev {
    top: -20px;
}
#flexslider-2 .flex-direction-nav a.flex-prev:before {
    background: url('../images/flex_prev_vertical.png') no-repeat center center;
    background-size: 100%;
}
#flexslider-2 .flex-direction-nav a.flex-next:before {
    background: url('../images/flex_next_vertical.png') no-repeat center center;
    background-size: 100%;
}
#flexslider-2 .flex-direction-nav a.flex-prev:before,
#flexslider-2 .flex-direction-nav a.flex-next:before {
    margin-left: 0;
    width: 30px;
}

/* =============================================================================
 *   bio-fotos
 * ========================================================================== */
#block-views-embed-bio-fotos-block {
    float: right;
}
#block-views-embed-bio-fotos-block img {
    max-width: 160px;
    height: auto;
}

/* =============================================================================
 *   colorbox
 * ========================================================================== */
#cboxContent, .cboxPhoto {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#cboxOverlay {
    background: #000;
    opacity: 0.7 !important
}
/*div#sb-info, #sb-wrapper > div { position: initial; }
#sb-nav a {
    display: block;
    position: absolute;
    float: none;
    height: 100%;
    width: 50%;
    margin-left: 0px;
    cursor: pointer;
    background: none;
    top: 0px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}


#sb-nav a:before {
    font-family: "kuma"; 
    font-size: 40px;
    display: block;
    color: white;
    position: absolute;
    top: 50%;
}
#sb-nav-previous { left: 0;}
#sb-nav-next { right: 0;}
#sb-nav #sb-nav-close { 
    height: 30px; 
    width: 30px; 
    right: -10px;
}
#sb-nav-previous:before  { content: '\e80d'; left: 0;}
#sb-nav-next:before  { content: '\e80e'; right:0 ;}
#sb-nav-close:before {content: '\e80c'; }*/

