@charset "UTF-8";
@import url('https://rsms.me/inter/inter.css');
/* CSS Document */
body {
    color:#EEE;
    background-color: #111;
    font-family: 'Inter','Helvetica', sans-serif;
}

h1 {
    font-family: 'Inter','Helvetica', sans-serif;
    font-weight: 600;
    font-size: 72px;
    line-height: 76px;
    color:#EEE;
    text-shadow: 1px 1px 8px #000;
    margin-bottom:0px;
    display: block;
    float: none;
    clear: both;
}
    
h2 {
    font-family: 'Inter','Helvetica', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color:#EEE;
    text-shadow: 1px 1px 6px #000;
    margin-bottom: 15px;
}

h3 {
    font-size: 22px;
    line-height: 36px;
    color:#bbb;
    text-shadow: 0px 0px 7px #000;
    margin-bottom:60px;
}

h3.nobottom {
    margin-bottom: 0px;
}

h4 {
    clear:left;
    font-family: 'Inter','Helvetica', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #b39246;
    display: table;
    text-transform: uppercase;
    padding-bottom: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 2px #b39246 solid;
    text-shadow: 0px 0px 6px #000;
}

h5 {
    font-family: 'Inter','Helvetica', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #EEE;
    margin-bottom: 10px;
}

p {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color:#bbb;
    margin-bottom: 10px;
    letter-spacing: 0.1px;
    text-shadow: 0px 0px 5px #000;
}

img[data-src] {
	opacity: 0;
}

img[src] {
	opacity: 1;
	transition: opacity 1.0s;
}

::selection {
    background: #d35757;
    color:#FFF;
}

::-moz-selection {
    background: #d35757;
    color:#FFF;
}

hr {
    border: 0;
    border-top: 2px solid #414a4d;
    margin: 60px 0px;
}

blockquote {
    width:60%;
    margin:0px auto 60px auto;
}

a {
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 400;
    
    -webkit-transition: color 0.3s;
	transition: color 0.3s;
}

a:link, a:visited {
    color: #66cbc4; 
}

a:hover {
    color:#34827a;
}

a:active {
    color:#b39246;
}



#page {
    background: #000;
    display: block;
    z-index: 10;
    width: 98%;
    margin:10px auto;
    transform-origin: center;
   
    -webkit-transition: -webkit-transform 0.9s, opacity 0.4s;
	transition: transform 0.9s, opacity 0.4s;
    
    -webkit-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.5);
}

.lg-bar, .sm-bar {
    width:100%;
    height:8px;
    display: block;
}

.frame {
     margin:0px 0px;
}

.wrap {
    background: url(../img/gloss.png) repeat-y;
    background-size: contain;
    margin:0px auto;
   
}

.content {
    display: block;
    background: url(../img/shared/top-header-dark.png) no-repeat no-repeat;

    background-size: 100%;
    margin:0px auto 0px auto;
}

.header {
    display: block;
    float: none;
    padding-top:60px;
    padding-bottom: 60px;
    margin:0px auto 0px auto;
    width: 90%;
    max-width: 1220px;
}


ul.type {
    display:block;
    float:left;
    
}

ul.type li {
    font-family: 'Inter', 'Helvetica' sans-serif;
    display:block;
    float: left;
    width:44px;
    height:44px;
    font-size: 33px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    background-color:#b39246;
    border-radius: 50%;
    margin-right:6px;
    margin-bottom: 40px;
    color:#EEE;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #EEE;
    
    -webkit-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.25);
}

ul.links {
    display: block;
    float: right;
}


ul.links li {
    display:block;
    float: left;
    
    
    line-height:40px;
    font-size:16px;
    
    vertical-align: middle;
    margin-left:60px;
    text-transform: uppercase;
}

ul.links li a {
    color: #EEE; 
    
    text-decoration: none;
    font-weight: 600;
    
    padding:4px 12px 5px 12px;
    border-radius: 16px;
    
    -webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

ul.links li a:link, ul.links li a:visited {
    color: #EEE; 
}

ul.links li a:hover {
    background-color: #66cbc4;
}

ul.links li a:active {
    color:#333;
    text-shadow: 0px 0px 0px #000;
}

ul.links li a.selected {
    background: #b39246;

    color:#FFF;
    -webkit-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.25);
}


/* W O R K L I S T */

ul.work-list {
    margin-bottom: 60px;
}

ul.work-list li {
    margin-bottom: 0px;
    border-left: 5px rgba(0,0,0, 0.0) solid;
    padding-left:12px;
    margin-left:-15px;
    margin-bottom:30px;
    
    -webkit-transition: border 0.3s, padding 0.3s;
	transition: border 0.3s, padding 0.3s;
}

ul.work-list a:visited p.project-name {
    color:#bbb;
}
ul.work-list a:visited p.project-title {
    color:#888;
}

ul.work-list a:hover li {
    border-left:5px #66cbc4 solid;
    padding-left:20px;
}

ul.work-list a:hover p.project-name, ul.work-list a:hover p.project-title {
    color:#EEE;
}

ul.work-list a:active p.project-name, ul.work-list a:active p.project-title {
    color:#66cbc4;
}


li p.project-name {
    display: block;
    float: left;
    font-size:48px;
    font-weight: 600;
    line-height: 38px;
    color:#bbb;
    text-transform: none;
    margin-right: 3px;
    
    -webkit-transition: color 0.3s;
	transition: color 0.3s;
}

li p.project-title {
    clear: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    color:#888;
    text-transform: uppercase;
    
    -webkit-transition: color 0.3s;
	transition: color 0.3s;
}

li.locked p.project-name, li.locked p.project-title  {
    color:#454545;
}

.tags span {
    margin:0px 5px;
    
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.25);
    
    display: block;
    float:left;
    
    border-radius: 10px;
   
    
    font-size: 11px;
    padding:3px 6px;
    color: #EEE;
    font-weight: bold;
}

.tags .gold {
    background-color: #b39246;
    display: none;
}

span.separate {
    color: #d35757;
    font-weight: normal;
}



ul.credits {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color:#bbb;
    margin-bottom: 60px;
    letter-spacing: 0.1px;
    width: 48%;
    margin-right:60px;
    float:left;
}

ul.credits em {
    color:#EEE;
}

.buy {
    width:auto;
    display: block;
    float:left; 
    margin-bottom: 60px;
}

.buy img {
    width:50px;
    margin-right:25px;
}


.description {
    width:65%;
    margin-right:auto;
}

.copy {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    
    display:block;
    float: left;
    width:65%;
    margin-right: 60px;
    margin-bottom: 40px;
    padding-right:60px;
    border-right:3px #222 dotted;
}

.copy p {
    margin-bottom: 25px;
    font-weight: normal;
    color: #bbb;
}

.copy p em {
    font-style: italic;
}

.copy p span {
    font-weight: normal;
    color:#FFF;
    /*
    display: inline;
    background: #b39246;
    padding:1px 8px 2px 8px;
    border-radius: 16px;
    text-shadow: 0px 0px 6px #4b3d1e;
    
    color:#FFF;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.25);*/
}

p.about-sm {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}

.about-icon {
    display: block;
    margin-right: 10px;
    float: left;
}

/* S I D E B A R */

.sidebar {
    display:block;
    float: left;
    width:auto;
    margin-right: 0px;
    margin-bottom: 60px;
}

.sidebar ul {

}    

.sidebar ul li {
    color: #EEE;
    
    margin-left: -10px;
    padding-left: 5px;
    line-height: 24px;
    border-left: 4px rgba(102,203,196,0) solid;
    text-shadow: 0px 0px 5px #000;
    font-size:16px;

    -webkit-transition: border 0.3s, padding 0.3s;
	transition: border 0.3s, padding 0.3s;
}

.sidebar ul a {
    text-transform: none;
    font-weight: normal;
}

.sidebar ul a:hover li {
    border-left: 4px #66cbc4 solid;
    padding-left:10px;
}

.main {
    display: block;
    float: none;
    margin:0px auto 60px auto;
    width: 90%;
    max-width: 1220px;
    clear: both;
}

.item {
    display: block;
    float: none;
    margin-bottom: 60px;
    
}

.item img {
    width:100%;
    margin-bottom: 10px;
}

.item img.half {
    margin-left:auto;
    width:49%;
    margin-bottom: 10px;
}

@media (min-width: 900px) {
  img.first, img.second {
    display: inline-block;
    max-width: 49.5%;
    margin: 0px 0px 10px 0px;
  }
}

@media (max-width: 900px) {
  img.first, img.second {
    display: block;
    max-width: 100%;
  }
}

.code-block {
    width:33%;
    padding:15px;
    margin:0px 0px;
    float: left;
}

.code-block td {
    vertical-align: middle;
    padding:10px;
}

.code-block td.icon {
    width:80px;
}

.code-block td.icon img {
    margin-bottom:0px;
}

td.info p {
    font-size: 16px;
}

.award-block {
    width:100%;
    padding:15px;
    margin:0px 0px;
}

.award-block td {
    width:auto;
}

.award-block td.award {
     width:221px;
     height:107px;
}

/* Q U O T E */

.quote {
    font-family: 'PT Serif', 'Georgia', serif;
    font-size: 40px;
    line-height: 40px;
    color:#b39246;
    display: block;
    float: none;
    margin-bottom: 15px;
    font-style: italic;

}

.attribute {
    display: block;
    float: right;
    font-family: 'Inter','Helvetica', sans-serif;
    font-size: 16px;
    text-align: right;
    color:#bbb;
    font-style: italic;
}

/* F O O T E R */

.footer {
    display: block;
    clear: both;
    background-size: cover;
    margin:0px auto 0px auto;
    width: 100%;
    
    background: -moz-linear-gradient(top,  rgba(22,22,22,0) 0%, rgba(22,22,22,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(22,22,22,0) 0%, rgba(22,22,22,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(22,22,22,0) 0%, rgba(22,22,22,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00021b21', endColorstr='#021b21',GradientType=0 ); 
   
}

.footer .container {
    width: 90%;
    max-width: 1220px;
    margin: 0px auto;
    padding-bottom: 60px;
}

.footer img {
    display: block;
    float:none;
    padding-top: 0px;
    padding-bottom: 20px; 
    
}

.footer ul.text-nav {
    display: block;
    float:left;
}

.footer ul.text-nav li {
    font-size: 14px;
    line-height: 16px;
    display: inline;
    float:left;
    margin-right: 50px;
    color:#666;
}

ul.text-nav a {
    text-transform: none;
    text-decoration: none;
}

ul.text-nav a:link, ul.text-nav a:visited {
   color: #666; 
}

ul.text-nav a:hover {
    color:#b39246;
}

ul.text-nav a:active {
    color:#bbb;
}



.footer ul.social-nav {
    display: block;
    float:right;
    margin-top: -7px;

}

.footer ul.social-nav li {
    display: inline;
    float:left;
    margin-right: 10px;
    color:#666;
    width:33px;
    height:33px;
    background-color: #666;
    border-radius: 16px;
    
    -webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.footer ul.social-nav li:hover {
    background-color: #b39246;
}

ul.social-nav li img {
    padding: 4px;
}

/* C O D E */

pre {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0px;
    tab-size: 4;
}

code { 
    background-color: #000;

    display: block;
    color: #bbb;
   
}

/* B A C K  &  N E X T */

table.paging {
    width:100%;
}

td.back, td.next {
    width:250px;
}

.next {
    text-align: right;
}

td.mid {
    width: auto;
}

.back a .text-tag {
    margin-left: 0px; 
    -webkit-transition: margin 0.3s;
	transition: margin 0.3s;
}

.back a:hover .text-tag {
    margin-left:6px;
}

.back a:hover .text-tag p, .next a:hover .text-tag p {
   -webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.back a:hover .text-tag p, .next a:hover .text-tag p {
    color:#FFF;
}

.back a:active .text-tag p, .next a:active .text-tag p {
    color:#66cbc4;
}

.next a .text-tag {
    margin-right: 0px; 
    -webkit-transition: margin 0.3s;
	transition: margin 0.3s;
}

.next a .next-arrow {
    -webkit-transition: right 0.3s;
	transition: right 0.3s;
}

.next a:hover .text-tag {
    margin-right:6px;
}

.back-arrow {
    position:relative;
    display: block;
    height:20px;
    width:20px;
    background: url("../img/shared/back-arrow.png") no-repeat;
    top: 29px;
    left:-30px;
}

.next-arrow {
    position:relative;
    display: block;
    float: right;
    height:20px;
    width:20px;
    background: url("../img/shared/next-arrow.png") no-repeat;
    top: -39px;
    right:-30px;
}

p.return {
    font-family: 'Inter','Helvetica', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.15em;
    color: #777;
    margin-bottom: 0px;
}

p.destination {
    font-family: 'Inter','Helvetica', sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #bbb;
    margin-top: 0px;
    text-transform: none;
}

body::-webkit-scrollbar {
    width: 10px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #b39246;
  outline: 1px solid slategrey;
}

.clearfix {
    float:none;
    clear: both;
}

.web {
    display: block;
}

.mobile {
    display: none;
}

/* M O B I L E */

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
    h1 {
        font-size: 100px;
        line-height: 110px;
        text-shadow: none;
    }

    h3 {
        font-size: 36px;
        line-height: 40px;
        text-shadow: none;
    }
    
    h4 {
        font-size: 28px;
        line-height: 34px;
        text-shadow: none;
    }
    
    ul.type li {
        width:64px;
        height:64px;
        font-size: 53px;
        line-height: 64px;
    }
    
    ul.links li {
        font-size: 36px;
        line-height: 64px;
    }
    
    ul.links li a {
        border-radius: 32px;
        padding:2px 24px 3px 24px;
    }
    
    li p.project-name {
        font-size:60px;
        line-height: 52px;
        text-shadow: none;
    }
    
    li p.project-title {
        font-size: 22px;
        line-height: 24px;
        text-shadow: none;
    }
    
    .copy {
        width:100%;
        margin-right: 0px;
        padding-right: 0px;
        border-right:0px #000 dotted;
    }
    
    .sidebar {
        width:100%;
    }

    .sidebar ul {
        display: block;
        float: left;
        width:50%;
    }
    
    .sidebar ul li { 
        font-size:28px;   
        line-height: 38px;
    }
    
    .attribute {
        font-size: 24px;
    }
    
    ul.credits {
        display: block;
        font-size: 20px;
        line-height: 24px;
        width:auto;
        float: none;
        margin-right: 0px;
    }
    
    .footer img.warriors {
        transform-origin: left;
        -ms-transform: scale(1.5, 1.5); /* IE 9 */
        -webkit-transform: scale(1.5, 1.5); /* Safari */
        transform: scale(1.5, 1.5);
    }
    
    .footer ul.text-nav {
        float:none;
        clear: both;
        width: 100%;
        margin-bottom: 70px;
    }
    
    .footer ul.text-nav li {
        font-size: 22px;
        line-height: 32px;
    }
    
    .footer ul.social-nav {
        display: block;
        float:none;
        clear: both;
        margin-top: -7px;
    
        margin-bottom: 100px;
        
    }
    
    .footer ul.social-nav li {
        margin-right: 50px;

         transform-origin: left;
        -ms-transform: scale(2, 2); /* IE 9 */
        -webkit-transform: scale(2, 2); /* Safari */
        transform: scale(2, 2);
    }
    
}

.hide {
    display:none;
}