a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,main,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;border:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}nav ol,nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-spacing:0;border-collapse:collapse}button,input[type=submit]{cursor:pointer}

*::selection{
    background: #f0f0f0;
    color: #0f0f0f;
}

*::-moz-selection{
    background: #f0f0f0;
    color: #0f0f0f;
}

html, body{
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: block;
    position: relative;
    background: #d8e0eb;
}

/* Project listing */
.project {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 1200px;
    min-height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.project__name {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 8% auto 4%;
    padding: 0 2%;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 45px;
    line-height: 1;
    color: #4c4c4c;
    text-align: center;
}

.project__list{
    display: inline-block;
    list-style: none;
    color: #808080;
    text-align: center;
}

.project__item{
    position: relative;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 25px;
    line-height: 1;
    text-align: left;
    color: #808080;
}

.project__item_state_checked:before{
    content: "\2713";
    position: absolute;
    right: 100%;
}

.project__item ul,
.project__item ol{
    margin-left: 40px;
    margin-bottom: 20px;
    list-style: none;
}

.project__link{
    display: inline-block;
    margin-bottom: 20px;
    color: #808080;
    outline: none;
    text-decoration: underline;
}

.project__link_empty{
    display: block;
    cursor: default;
    color: #ccc;
    text-decoration: none;
}

.project__link:hover{
    text-decoration: none;
}

/* Showcase  */
.showcase{
    display: inline-block;
    white-space: nowrap;
}
.showcase__group{
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
    margin: 0 10px;
}
.showcase__group:first-child{
    margin-left: 0;
}
.showcase__group:last-child{
    margin-right: 0;
}
.showcase__item{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-top: 60px;
}
.showcase__header{
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 60px;
    padding: 10px 20px;
    background-color: #808e9b;
    font-size: 16px;
    line-height: 1;
    font-family: sans-serif;
    color: #FFF;
    white-space: normal;
    text-align: center;
    overflow: hidden;
}
.showcase__image{
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
}
.showcase__link{
    color: inherit;
    text-decoration: underline;
}
.showcase__link:hover{
    text-decoration: none;
}