@media(min-width:700px){
    [hide-desktop]{
        display:none;
    }
}
[ng-view]{
    position:relative;
    /*height:calc(100vh - 90px);*/
}
.animate-all{
    transition:all 0.25s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.animate-all-50{
    transition:all 0.50s cubic-bezier(0.4, 0.0, 0.2, 1);
}
div.paintWrapper{
    background-color:#fff;
    width: 250px;
    height:250px;
    padding:15px;
    overflow:hidden;
    cursor:pointer;
    position:relative;
    margin:15px;
}
div.paintWrapper.selected{
    /*background-color: #2196F3;*/
    background-color: #009688;
}
div.paintWrapper div.soldMarker{
    position:absolute;
    top:-75px;
    left:-75px;
    background-color: #FF5722;
    width:150px;
    height:150px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: rgba(0,0,0,0.2) 0px 3px 10px;
}
div.paintWrapper div.soldMarker p{
    color:#fff;
}
div.paintWrapper div.paint{
    background-size: cover;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
    width:100%;
    height:100%;
}
div.paintWrapper:hover div.paint,
div.paintWrapper.selected div.paint{
    height:calc(100% - 50px);
}

div.paintWrapper div.legend{
    height:0;
    width:100%;
    padding-top:15px;
}
div.paintWrapper:hover div.legend,
div.paintWrapper.selected div.legend{
    height:50px;
}

div.paintWrapper div.legend div.actions{
    /*background-color: rgba(255,0,0,0.2);*/
}
div.legend div.actions .action{
    font-size:18px;
    margin-right:10px;
    position: relative;
    top:25px;
}
div.paintWrapper:not(.selected) div.legend div.actions .action{
    color:#999;
}
div.paintWrapper:not(.selected) div.legend div.actions .action:hover{
    color:#000;
}
div.paintWrapper.selected .action{
    color:rgba(255,255,255,0.8);
}
div.paintWrapper.selected .action:hover{
    color:#fff;
}

div.legend .data p{
    font-size:12px;
    margin:0;
    text-align:right;
}
div.paintWrapper.selected .legend p{
    color:#fff;
}

a, a:focus, a:hover, a:active, a:visited{
    text-decoration: none !important;
    color:#333;
}
*:focus {
    outline: none;
}
.linear-fade{
    transition: 0.5s linear all;
}
.linear-fade.ng-enter,
.linear-fade.ng-leave.ng-leave-active{
    opacity:0;
}
.linear-fade.ng-enter.ng-enter-active,
.linear-fade.ng-leave{
    opacity:1;
}
#bioView{
    /*background-color: red;*/
    /*max-height:calc(100vh - 120px);*/
    max-height:100%;
    overflow:auto;
}
#bioView div.paragraphs p,
#currWrapper p{
    font-family: 'ProximaNovaLIght', sans-serif;
    font-weight: 500;
    font-weight:600;
    color: #050505;
    color:#333;
    font-size: 13px;
    line-height: 1.8em;
    text-align: justify;
}

#bioView div.images img{
    margin-top:105px;
}
#bioView div.images img:nth-child(1){
    margin-top:25px;
}

#bioView div.images .bioImgDescription{
    padding-top:5px;
}
#bioView div.images .bioImgDescription small{
    font-family: 'ProximaNovaLIght', sans-serif;
    font-weight: normal;
    color: #303030;
    font-size: 12px;
    line-height: 1.8em;
    text-align: right;
    display:block;
}

#bioView div.videosContainer{
    margin-top:25px;
}
.uppercase{
    text-transform: uppercase;
}
.sectionHeader{
    font-family: 'ProximaNovaLIght', sans-serif;
    font-weight: 500;
    color: #202020;
    line-height: 1.8em;
    font-size: 18px;
    text-transform: uppercase;
}

#currWrapper,
.worksWrapper,
#pressWrapper{
    height:calc(100vh - 120px);
    overflow: auto;
}

#currWrapper .col1{
margin-right:50px;
}

#currWrapper .col3 > img{
    width:300px;
    margin-top:10px;
    margin-bottom:10px;
}

#currWrapper .section{
    margin-bottom:50px;
}
#currWrapper .section .sectionHeader{
    margin-left:30px;
}
#currWrapper .sectionLine{
    margin-bottom:15px;
    border-left:1px solid rgba(0,0,0,0.15);
    padding-left:30px;
}
#currWrapper .sectionLine p{
    margin-bottom:0;
}
#currWrapper .sectionLine p> span:first-child{
    /*font-weight: 600;*/
    color:#000;
    margin-right:15px;
}


#currWrapper .sectionLine small{
    font-family: 'ProximaNovaLIght', sans-serif;
    font-weight:500;
    font-size:12px;
}

body:not(.viewEnabled) .worksWrapper .works{
    max-width:1000px;
}

#pressWrapper{
    width:100vw;
    position:relative;
}

img.loadable{
    opacity:0;
}
