html
{
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    font-size:   15px;
}

.width-content
{
    display: inline-block;
    position: relative;
    width: 1210px;
}

.hr
{
    background-color: rgb(235, 235, 235);
    height: 2px;
}
.article p
{
    margin-top: 10px;
}

#W > div
{
    box-shadow: 0px 0px 50px rgba(0, 0, 0, .8);
}
#W > div.page
{
    padding: 20px 20px 20px 20px;
    margin-bottom: 40px;
    margin-top:    40px;
    width: 800px;
}
#W > div.page h1
{
    border-bottom: 1px solid #000000;
    margin: -10px 0px 0px 0px;
    font-weight: normal;
    position: relative;
    line-height: 39px;
    font-size:   20px;
}
#W > div.page h1 > div
{
    position: absolute;
    font-size: 0;
    right: 0;
    top:   0;
}
#W > div.page h1 > div > a
{
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    text-decoration: none;
    display: inline-block;
    transition: all .3s;
    border-radius: 5px;
    margin-left: 5px;
}
#W > div.page h1 > div > a > i
{
    text-align: center;
    line-height: 35px;
    font-size:   15px;
    color: #666666;
    display: block;
    height: 35px;
    width:  35px;
}
#W > div.page h1 > div > a:hover
{
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 0;
}
#W > div.page h1 > div > a:hover i
{
    background-color: rgba(255, 255, 0, .1);
    color: #000000;
}

div.header
{
    border-bottom: 3px solid rgb(235, 235, 235);
    margin-bottom: 20px;
    text-align: center;
    line-height: 60px;
}
div.header a.title
{
    color: rgb(250, 205, 95);
    text-decoration: none;
    position: absolute;
    font-weight: 500;
    font-size: 18px;
    left: 0;
    top:  0;
}
div.header nav > a
{
    padding: 0 20px 0 20px;
    text-decoration: none;
    display: inline-block;
    transition: none;
    font-size: 18px;
    color: #666666;
}
div.header nav > a:hover
{
    border-bottom: 3px solid #000000;
    margin-bottom: -3px;
    color: #000000;
}
div.header nav > a[selected],
div.header nav > a[selected]:hover
{
    border-bottom: 3px solid rgb(250, 205, 95);
    margin-bottom: -3px;
    cursor: default;
    color: #000000;
}

div.footer
{
    border-top: 3px solid rgb(235, 235, 235);
    background-color: rgb(245, 245, 245);
    padding-top: 10px;
    text-align: center;
    margin-top: 20px;
}



div.icon-big
{
    display: inline-block;
    text-align: center;
    line-height: 90px;
    font-size:   80px;
    height: 90px;
    width:  90px;
}

[data-block='artist-small']
{
    padding: 10px 10px 10px 10px;
    height: 210px;
}
[data-block='artist-small']:hover
{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    border-radius: 5px;
}
[data-block='artist-small'] > img
{
    margin: 5px 0px 5px 0px;
    border-radius: 150px;
    height: 150px;
    width:  150px;
}

[data-block='artist']
{
    padding: 10px 10px 10px 10px;
    height: 370px;
}
[data-block='artist']:hover
{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    border-radius: 5px;
}
[data-block='artist'].short
{
    height: 325px;
}
[data-block='artist'] > img
{
    margin: 5px 0px 5px 0px;
    border-radius: 200px;
    height: 180px;
    width:  180px;
}
[data-block='artist'] div.more
{
    border-bottom: 1px dashed #333333;
    display: inline-block;
}
[data-block='artist'] p.description
{
    overflow: hidden;
    display: block;
    height: 45px;
}
[data-block='artist'] div.progress
{
    padding: 10px 5px 5px 5px;
}
[data-block='artist'] div.progress > div.line > div
{
    background-color: rgb(250, 205, 95);
}

[data-block="work"]
{
    position: relative;
}
[data-block="work"] > img
{
    width: 100%;
}
[data-block="work"] > div
{
    background: linear-gradient(to right,
        rgba(0, 0, 0, .0),
        rgba(0, 0, 0, .5),
        rgba(0, 0, 0, .0)
    );

    transition: all .3s;
    position: absolute;

    bottom: 0;
    right:  0;
    left:   0;
}
[data-block="work"]:hover > div
{
    background-color: rgba(0, 0, 0, .8);
}

[data-block='main-project']
{
    position: relative;
    overflow: hidden;
    height: 395px;
    width:  790px;
}
[data-block='main-project'] > img
{
    transition: all 1s;
    position: absolute;
    height: 395px;
    width:  790px;
    bottom: 0;
    right:  0;
    left:   0;
    top:    0;
}
[data-block='main-project']:hover > img
{
    position: absolute;
    height: 435px;
    width:  870px;
    bottom: -20px;
    right:  -40px;
    left:   -40px;
    top:    -20px;
}
[data-block='main-project'] > div
{
    background: linear-gradient(to right,
        rgba(0, 0, 0, .0),
        rgba(0, 0, 0, .5),
        rgba(0, 0, 0, .0)
    );

    padding: 10px 0 10px 0;
    transition: all 1s;
    position: absolute;
    color: #FFFFFF;
    bottom: 0;
    right:  0;
    left:   0;
}
[data-block='main-project']:hover > div
{
    background-color: rgba(0, 0, 0, .8);
}
[data-block='main-project'] > div > h3
{
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
}
[data-block='main-project'] > div > div.progress > div.line
{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    margin: 5px 20px 5px 20px;
}
[data-block='main-project'] > div > div.progress > div.line > div
{
    background-color: rgb(255, 155, 35);
}


[data-block="main-artists"] > img
{
    border-radius: 120px;
    width: 120px;
}
[data-block="main-artists"] > h3
{
    margin-top: 5px;
}
[data-block="main-artists"]:hover > h3
{
    text-decoration: underline;
}
[data-block='main-artists-quote']
{
    border-top: 1px solid rgba(0, 0, 0, .2);
    margin-top:  10px;
    padding-top: 10px;
    overflow: hidden;
    height: 190px;
}
[data-block='main-artists-quote'] p
{
    margin-top: 5px;
}

[data-block="link"]:hover
{
    text-decoration: underline;
}

[data-block='press'] > div
{
    border-bottom: 1px solid #ccc;
}

[data-social]
{
    background: radial-gradient(ellipse,
        rgba(255, 255, 255, 1) 40%,
        rgba(0, 0, 0, .1)
    );

    padding: 10px 10px 10px 10px;
    color: rgba(0, 0, 0, .7);
    text-decoration: none;
    display: inline-block;
    border-radius: 100%;
}
[data-social] > i
{
    display: inline-block;
    line-height: 50px;
    font-size:   40px;
    height: 50px;
    width:  50px;
}
[data-social]:hover
{
    background-color: rgba(250, 205, 95, 1);
    color: rgba(0, 0, 0, .8);
}

[data-block='project-header']
{
    background-position: center;
    background-size: cover;
    margin-top: -20px;
    margin-bottom: 50px;
}
[data-block='project-header'] h1
{
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .8);
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 40px;
}
[data-block='project-header'] > div
{
    background: radial-gradient(ellipse,
        rgba(235, 235, 235, 0.3) 40%,
        rgba(235, 235, 235, 1.0)
    );
}
[data-block='project-header'] > div > div
{
    padding-bottom: 50px;
    padding-top:    50px;
    position: relative;
    height: 270px;
}
[data-block='project-header'] > div > div div.panel
{
    background: linear-gradient(to right,
        rgba(0, 0, 0, .0),
        rgba(0, 0, 0, .5),
        rgba(0, 0, 0, .0)
    );

    position: absolute;
    font-size: 0px;
    bottom: 0;
    right:  0;
    left:   0;
}
[data-block='project-header'] > div > div div.author
{
    border: 3px solid rgba(255, 255, 255, .8);
    background-color: rgba(0, 0, 0, .5);
    display: inline-block;
    border-radius: 100px;
    height: 100px;
    width:  100px;

    position: absolute;
    margin: auto;
    bottom: 80px;
    right:  0;
    left:   0;
}

[data-block='project-collected'] ul.variants
{
    padding: 10px 0px;
    list-style: none;
    font-size: 0px;
}
[data-block='project-collected'] ul.variants > li
{
    display: inline-block;
    font-size: 15px;
    width: 25%;
}
[data-block='project-collected'] ul.variants > li > a
{
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    text-align: left;
    display: block;
    height: 80px;
}
[data-block='project-collected'] ul.variants > li > a > i
{
    background-color: #ebebeb;
    border-radius: 50px;
    margin-right: 10px;
    text-align: center;
    line-height: 80px;
    font-size:   50px;
    color: #666666;
    height: 80px;
    width:  80px;
    float: left;
}
[data-block='project-collected'] ul.variants > li > a > b
{
    display: block;
    line-height: 35px;
    font-size:   25px;
    font-weight: normal;
}
[data-block='project-collected'] ul.variants > li > a > p
{

}
[data-block='project-collected'] div.progress div.line
{
    background-color: rgba(0, 0, 0, .1);
    line-height: 25px;
}
[data-block='project-collected'] div.progress div.line > div
{
    background-color: rgb(250, 205, 95);
}

[data-block="project-complete"]
{
    position: relative;
    overflow: hidden;
    display: block;
    height: 295px;
    width:  590px;
}
[data-block="project-complete"] > img
{
    transition: all .5s;
    position: absolute;
    height: 295px;
    width:  590px;
    bottom: 0;
    right:  0;
    left:   0;
    top:    0;
}
[data-block="project-complete"]:hover > img
{
    height: 315px;
    width:  630px;
    bottom: -10px;
    right:  -20px;
    left:   -20px;
    top:    -10px;
}
[data-block="project-complete"] > .info
{
    background: linear-gradient(to right,
        rgba(0, 0, 0, .0),
        rgba(0, 0, 0, .5),
        rgba(0, 0, 0, .0)
    );

    transition: all .3s;
    position: absolute;
    bottom: 0;
    right:  0;
    left:   0;
}
[data-block="project-complete"]:hover > .info
{
    background-color: rgba(0, 0, 0, .8);
}

[data-nav="years"]
{
    border-bottom: 2px solid #ebebeb;
    margin: 10px 0;
}
[data-nav="years"] a
{
    text-decoration: none;
    transition: none;
    display: block;
}
[data-nav="years"] a > b
{
    font-weight: normal;
}
[data-nav="years"] a > i
{
    display: inline-block;
    margin-bottom: -10px;
    text-align: center;
    line-height: 30px;
    font-size:   25px;
    height: 30px;
    width:  30px;
}
[data-nav="years"] a:hover
{
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
    margin-bottom: -13px;
}
[data-nav="years"] a:hover > b
{
    color: #000000;
}
[data-nav="years"] a[selected]
{
    border-bottom: 2px solid rgb(250, 205, 95);
    padding-bottom: 10px;
    margin-bottom: -13px;
    cursor: default;
}
[data-nav="years"] a[selected] > i,
[data-nav="years"] a[selected] > b
{
    color: #000000;
}

[data-block="project-invoice"]
{
    border: 1px solid rgba(0, 0, 0, .2);
    position: relative;
    padding: 14px;
    height: 365px;
}
[data-block="project-invoice"] > div.panel
{
    position: absolute;
    bottom: 0;
    right:  0;
    left:   0;
}
[data-block="project-invoice-list"]
{
    margin: 10px 0px 10px 0px;
    list-style: none;
}
[data-block="project-invoice-list"] > li
{
    border-top: 1px dotted rgba(0, 0, 0, .1);
    padding: 5px 0px 5px 0px;
    height: 35px;
}
[data-block="project-invoice-list"] > li > i
{
    background-color: rgba(0, 0, 0, .1);
    border-radius: 50px;
    margin-right:  10px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width:  35px;
    float: left;
}

[data-block="project-support-sum"]
{
    padding: 10px 0 10px 0;
    border-radius: 5px;
}
[data-block="project-support-sum"]:hover
{
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
}
[data-block="project-support-sum"] > b
{
    font-weight: normal;
}