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,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: 0;
    font-family: Courier New, Courier, monospace;
    font-size: 100%;
    font-weight: 200;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0 0 200px;
    height: 100%;
    width: 100%;
}

*,
:after,
:before {
    box-sizing: border-box;
    outline: 0;
}

.lg-italic,
a,
h1,
h2,
h3,
h4,
h5,
p,
ul.header-nav li a {
    font-family: Courier New, Courier, monospace;
    font-weight: 400;
}

a,
h1,
h2,
h3,
h4,
h5,
p,
ul.header-nav li a {
    font-style: normal;
}

.lg-italic {
    font-style: italic!important;
}

a,
p {
    font-size: .71em;
    line-height: 1;
}

ul.header-nav li a {
    font-size: .71em;
    line-height: 2;
    cursor: pointer;
}

.btn {
    border: 1px solid #cecece;
    position: fixed;
    left: 20px;
    display: block;
    text-transform: uppercase;
    padding: 6px 12px 4px;
    width: 140px;
    z-index: 9999;
    color: #888;
    text-align: center;
    text-decoration: none;
}

.btn:hover {
    text-decoration: line-through;
    border-color: #e01616;
}

.btn:active,
.btn:focus,
.btn:visited {
    border-color: #cecece;
    text-decoration: none;
}

.btn:link {
    -webkit-tap-highlight-color: #d7de15;
    text-decoration: none;
}

.title-container {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    height: 0;
    text-align: left;
    padding-left: 20px;
    z-index: 9999;
    opacity: 0;
}

img.title {
    display: inline-block;
    text-align: left;
    width: 300px;
}

.container {
    padding-top: 90px;
    max-width: 660px;
    margin: 0 auto;
    opacity: 0;
}

.container:after {
    content: "";
    display: table;
    clear: both;
}

.painting {
    position: relative;
    display: inline-block;
    float: left;
    padding: 20px;
    width: 100%;
    text-align: center;
}

.painting p {
    margin-left: 6%;
    border: 1px solid #cecece;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding: 6px 12px 4px;
    color: #888;
}

.painting img {
    width: 100%
}

.painting .buy-btn {
    float: right;
    margin-right: 6%;
    height: 25px;
    position: relative;
    display: inline-block;
    width: 0;
    overflow: hidden;
}

.painting .buy-btn form {
    height: 25px;
    display: none;
}

.painting .buy-btn form img {
    top: 0;
    position: absolute;
}

@media only screen and (min-width:1240px) {
    .container {
        padding-top: 0;
    }
    .painting p {
        margin-left: 8%;
    }
    .painting .buy-btn {
        margin-right: 8%;
    }
    img.title {
        width: 400px;
    }
}

@media only screen and (min-width:1280px) {
    .container {
        max-width: 1280px;
    }
    img.title {
        width: 650px;
    }
    .painting {
        width: 50%;
    }
}

.transition {
    transition: all 1.2s ease;
}

.transition-slow {
    transition: all 2s ease;
}