@import url(../css/normalize.css);
#artlist .left article {
  margin: 0 0 0.625em 0;
  padding: 0 0 0.625em 0;
  border-bottom: 0.0625em solid #23bfc5; }
  #artlist .left article figure {
    margin: 0;
    padding: 0;
    width: 12.5em; }
    #artlist .left article figure img {
      max-width: 100%; }
  #artlist .left article div {
    padding: 0 1.25em; }

#artlist .right div, #article .right div {
  margin: 0 0 1.25em 0; }
#artlist .right .gallerySidebar, #article .right .gallerySidebar {
  width: 20.8125em;
  margin: auto; }

a.order {
  background: #e37303;
  display: block;
  padding: 0.75em 0;
  text-decoration: none;
  text-align: center;
  line-height: 160%;
  -webkit-border-radius: 0.625em;
  border-radius: 0.625em;
  background-clip: padding-box;
  border: 0.1875em solid white; }
  a.order:hover {
    background: #d73434;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
    a.order:hover span {
      color: white;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease; }
  a.order span {
    color: white;
    font-size: 2.5em;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase; }

#choice a.order {
  margin: 2em 1.25em 0 0;
  display: block;
  width: 50%;
  float: right; }

#order a.order {
  margin: 1em 0;
  display: block;
  width: 98%;
  float: right; }

@media (max-width: 48.75em) {
  #choice a.order {
    margin: 2em 0 0 0;
    display: block;
    width: 100%;
    float: none; }

  #order a.order {
    margin: 1em 0;
    display: block;
    width: 98%;
    float: right; } }
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: "Open Sans", sans-serif;
  font-size: 16px; }

body {
  background: white;
  font-size: 100%; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

#wrapper, .center-block {
  width: 73.75em;
  position: relative;
  display: block;
  margin: auto; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.flexwrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.wid780 {
  width: 48.75em; }

@media (max-width: 48.75em) {
  .wid780 {
    width: 100%; } }
.wid390 {
  width: 24.375em; }

@media (max-width: 48.75em) {
  .wid390 {
    width: 100%; } }
.wid380 {
  width: 23.75em; }

@media (max-width: 48.75em) {
  .wid380 {
    width: 100%; } }
.wid140 {
  width: 8.75em; }

@media (max-width: 48.75em) {
  .wid140 {
    width: 100%; } }
.wid210 {
  width: 13.125em; }

@media (max-width: 48.75em) {
  .wid210 {
    width: 100%; } }
.wid112 {
  width: 7em; }

@media (max-width: 48.75em) {
  .wid112 {
    width: 100%; } }
.wid220 {
  width: 13.75em; }

@media (max-width: 48.75em) {
  .wid220 {
    width: 100%; } }
.wid300 {
  width: 18.75em; }

@media (max-width: 48.75em) {
  .wid300 {
    width: 100%; } }
.wid268 {
  width: 16.75em; }

@media (max-width: 48.75em) {
  .wid268 {
    width: 100%; } }
.topAd {
  padding: 1.25em 0;
  width: 62.5em;
  margin: 0 auto; }

@media (max-width: 48.75em) {
  body {
    background: white; }

  #wrapper, .center-block {
    width: 100%; }

  .flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .topAd {
    width: 100%; }
    .topAd img {
      width: 100%; } }
.wdsComments .cWrapper {
  width: 90%;
  margin: 1em auto;
  border-top: 0.0625em solid black;
  padding: 1em 0;
  position: relative; }
.wdsComments .cBlueBG {
  background: #b3d6f9;
  padding: 0.625em; }
.wdsComments .formElem {
  margin: 0 0 1em 0;
  width: 100%; }
.wdsComments h2 {
  color: #3b70a9;
  font-size: 80%; }
.wdsComments label {
  display: block;
  font-size: 1em;
  color: #3b70a9;
  margin: 0 0 0.3em 0; }
.wdsComments input, .wdsComments textarea {
  border: 0.0625em solid #3b70a9;
  background: white;
  font-size: 100%;
  padding: 0.1875em 0.625em; }
.wdsComments input.small {
  width: 50%; }
.wdsComments textarea {
  height: 6.25em;
  width: 90%; }
.wdsComments .buttons {
  padding: 0.625em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }
  .wdsComments .buttons .sendComment {
    border: 0.05em solid #3b70a9;
    -webkit-box-shadow: inset 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 0.5em 1.25em;
    background: #3998f7;
    color: white;
    font-weight: 700; }
  .wdsComments .buttons .resetComment {
    border: 0.05em solid #3b70a9;
    -webkit-box-shadow: inset 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 0.5em 1.25em;
    background: #cbcbcb;
    color: black;
    font-weight: 700;
    margin: 0 2em 0 0; }

.comment {
  padding: 10px;
  border-top: 1px dotted #333; }

.comment span.name {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #617aac;
  display: block; }

.comment span.date {
  float: right;
  font-size: 11px;
  color: #666;
  display: block; }

.comment span.commentContent {
  color: #000;
  font-size: 14px;
  display: block;
  padding: 10px; }

.commentContent img {
  float: left;
  padding: 0 10px 10px 0;
  border: none !important; }

.clear {
  font-size: 0px;
  height: 0px;
  clear: both; }

footer {
  width: 100%;
  position: relative;
  background: none; }
  footer .center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 1.25em 0; }
  footer #warning {
    padding: 1em 3em; }
    footer #warning p {
      color: #e9e9e9;
      font-size: 0.75em;
      margin: 0 0 0.83333em; }

#slideUpAnim {
  width: 6.25em;
  height: 6.25em;
  position: fixed;
  top: 50%;
  right: -3.125em;
  margin-top: -3.125em;
  background: #ffde00;
  -webkit-border-radius: 3.125em;
  border-radius: 3.125em;
  background-clip: padding-box;
  display: block; }
  #slideUpAnim #triangle-up {
    display: block;
    width: 0;
    height: 0;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-bottom: 1em solid white;
    margin: 0.5rem 0 0 0.6875rem;
    position: absolute;
    top: 35%;
    left: 0.625em; }
  #slideUpAnim:hover {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }

@media (max-width: 48.75em) {
  footer {
    padding: 1em 0; }
    footer .center-block {
      height: auto;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
header#header {
  position: relative;
  min-height: 3.75em;
  background: none;
  margin: 0 0 1em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

#logo {
  margin: 0 0 0 0;
  background: #23bfc5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  #logo:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
  #logo img {
    max-width: 12.28571em;
    max-height: 2.57143em; }
  #logo a {
    color: white;
    font-size: 0.875em; }

#search {
  background: #23bfc5;
  position: absolute;
  top: -3.75em;
  right: 0;
  padding: 1em;
  width: calcem(334);
  z-index: 3000;
  display: none; }
  #search input {
    position: relative;
    font-size: 1em;
    -webkit-border-radius: 1.25em;
    border-radius: 1.25em;
    background-clip: padding-box;
    border: 0.0625em solid #b8fcff;
    padding: 0 1em;
    height: 1.875em; }
  #search button {
    position: absolute;
    top: 1.0625em;
    right: 1em;
    -webkit-border-radius: 1.25em;
    border-radius: 1.25em;
    background-clip: padding-box;
    background: #137b7f url(../image/mglass.png) center center no-repeat;
    border: 0.0625em solid #b8fcff;
    width: 3.125em;
    height: 1.875em; }

@media (max-width: 48.75em) {
  header#header {
    height: auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }

  #logo {
    position: relative;
    top: 0;
    left: 0; }
    #logo img {
      max-width: 100%; } }
@keyframes moveFromRight {
  from {
    opacity: 0;
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    opacity: 1;
    transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%); } }
@-webkit-keyframes moveFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%); } }
#top {
  padding: 0 0 0.625em 0;
  margin: 0 0 0.625em 0;
  border-bottom: 0.0625em solid #23bfc5; }
  #top .wid780 {
    position: relative;
    height: 29.375em;
    overflow: hidden;
    background: #f7f6f4; }
    #top .wid780 img {
      max-width: 100%; }
  #top img {
    position: relative;
    border-style: none;
    display: block;
    width: 100%; }
  #top .heading {
    padding: 1.25em;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
    #top .heading:before {
      width: 0.3125em;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      display: block;
      content: '';
      background: #00f6ff; }
  #top .headingWhite {
    padding: 0.625em;
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
    #top .headingWhite:before {
      width: 0.3125em;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      display: block;
      content: '';
      background: #00f6ff; }
  #top .topsideart {
    position: relative;
    margin: 0 0 0.625em 0; }
    #top .topsideart:last-child {
      margin: 0; }
    #top .topsideart img {
      max-height: 9.375em; }

#categories {
  padding: 0 0 0.625em 0;
  margin: 0 0 0.625em 0;
  border-bottom: 0.0625em solid #23bfc5; }
  #categories .wid380 {
    background: #f7f6f4;
    overflow: hidden; }
    #categories .wid380 img {
      display: block;
      width: 100%; }
    #categories .wid380 article {
      padding: 0.625em; }
      #categories .wid380 article figure {
        margin: 0;
        padding: 0; }
      #categories .wid380 article div {
        padding: 0 0 0 0.625em; }
      #categories .wid380 article:nth-child(odd) {
        background: #e9e9e9; }

.categoryArtImg {
  position: relative; }
  .categoryArtImg .categoryName {
    padding: 0.625em;
    background: #23bfc5;
    font-weight: 700;
    color: white;
    position: absolute;
    top: 0;
    left: 0; }

#gallery {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  position: relative; }
  #gallery img {
    min-width: 6.9375em;
    min-height: 6.9375em;
    max-width: 15.625em;
    max-height: 15.625em;
    display: block;
    position: relative; }
  #gallery a {
    overflow: hidden;
    display: block;
    position: relative;
    width: 6.9375em;
    height: 6.9375em; }
    #gallery a:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      content: '';
      background: rgba(255, 255, 255, 0.2); }
    #gallery a:hover img {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: all 400ms ease;
      -moz-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
      -o-transition: all 400ms ease;
      transition: all 400ms ease;
      z-index: 2000; }
    #gallery a:hover:after {
      z-index: 3000;
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 400ms ease;
      -moz-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
      -o-transition: all 400ms ease;
      transition: all 400ms ease; }
  #gallery .galleryName {
    padding: 0.625em;
    background: #23bfc5;
    font-weight: 700;
    color: white;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0; }

.sideAd {
  background: #f7f6f4;
  text-align: center; }

@media (max-width: 48.75em) {
  #gallery {
    display: none; }

  #top .wid780 {
    position: relative;
    height: auto;
    overflow: hidden;
    background: #f7f6f4; }
    #top .wid780 img {
      display: none; }
  #top img {
    display: none; }
  #top .heading {
    position: relative;
    bottom: 0;
    left: 0; }
  #top .headingWhite {
    position: relative;
    bottom: 0;
    left: 0; }
  #top .topsideart img {
    display: none; }

  #categories .wid380 img {
    display: none; }

  .categoryArtImg {
    position: relative; }
    .categoryArtImg .categoryName {
      padding: 0.625em;
      background: #23bfc5;
      font-weight: 700;
      color: white;
      position: relative;
      top: 0;
      left: 0; } }
nav#mainnav {
  width: 100%;
  margin: 0;
  background: #f7f6f4; }
  nav#mainnav ul {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2000;
    overflow: hidden;
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    nav#mainnav ul li {
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      text-align: center;
      padding: 0.75em;
      height: 3.75em;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      position: relative;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      justify-content: space-around;
      border-right: 0.0625em solid white;
      border-left: 0.0625em solid #e6e1d6; }
      nav#mainnav ul li:last-child {
        border-right: none; }
      nav#mainnav ul li:first-child {
        border-left: none; }
      nav#mainnav ul li a {
        display: block;
        line-height: 130%;
        text-decoration: none;
        position: relative; }
        nav#mainnav ul li a span {
          color: black;
          font-size: 0.8125em;
          display: block;
          white-space: normal;
          font-weight: 400; }
      nav#mainnav ul li:hover a span {
        -moz-animation: moveFromRight 400ms ease-in-out;
        -webkit-animation: moveFromRight 400ms ease-in-out;
        -ms-animation: moveFromRight 400ms ease-in-out;
        -o-animation: moveFromRight 400ms ease-in-out;
        animation: moveFromRight 400ms ease-in-out; }
      nav#mainnav ul li.search-btn {
        background: #23bfc5; }
        nav#mainnav ul li.search-btn a span {
          color: white;
          font-weight: 700; }
  nav#mainnav h6 {
    display: none; }

@media (max-width: 48.75em) {
  nav#mainnav {
    background: #e9e9e9;
    width: 100%; }
    nav#mainnav h6 {
      display: block;
      margin: 0 0 0 0.25em;
      font-size: 1.5em;
      padding: 0 0 0 1.66667em;
      position: relative;
      background: url(../image/hamburger.gif) left center no-repeat; }
    nav#mainnav ul {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      display: none;
      width: 100%; } }
.socialbox {
  min-width: 5.25em;
  z-index: 600; }
  .socialbox .social_fb {
    background-position: -2.9375rem 0; }
    .socialbox .social_fb:hover {
      -webkit-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      -ms-transition: all 200ms ease-in;
      -o-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
      background-position: -2.9375rem -1.375rem; }
  .socialbox .social_gp {
    background-position: -5.875rem 0; }
    .socialbox .social_gp:hover {
      -webkit-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      -ms-transition: all 200ms ease-in;
      -o-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
      background-position: -5.875rem -1.375rem; }
  .socialbox .social_tw {
    background-position: 0 0; }
    .socialbox .social_tw:hover {
      -webkit-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      -ms-transition: all 200ms ease-in;
      -o-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
      background-position: 0 -1.375rem; }
  .socialbox a {
    background: url(../image/bg-social-icon.png) no-repeat;
    display: inline-block;
    margin-right: 1rem;
    margin-top: 0.625rem;
    text-decoration: none;
    position: relative;
    z-index: 1000;
    width: 1.5em;
    height: 1.375em; }
    .socialbox a:first-child {
      margin-left: 1rem; }
    .socialbox a:last-child {
      margin-right: 0; }

h1, h2, h3, h4, h5, h6, p {
  font-size: 100%; }

h1 {
  font-size: 1em;
  margin: 0 0 0.625em 0;
  padding: 0;
  max-height: 2.5625em;
  overflow: hidden; }
  h1 a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-size: 1.875em;
    display: block;
    overflow: hidden; }
  h1:hover {
    max-height: 31.25em;
    -webkit-transition: all 1000ms ease-in;
    -moz-transition: all 1000ms ease-in;
    -ms-transition: all 1000ms ease-in;
    -o-transition: all 1000ms ease-in;
    transition: all 1000ms ease-in; }

h2 {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 110%;
  padding: 0;
  margin: 0;
  max-height: 1.125em;
  overflow: hidden; }
  h2 a {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-size: 1.375em;
    display: block;
    overflow: hidden; }
  h2:hover {
    max-height: 31.25em;
    -webkit-transition: all 1000ms ease-in;
    -moz-transition: all 1000ms ease-in;
    -ms-transition: all 1000ms ease-in;
    -o-transition: all 1000ms ease-in;
    transition: all 1000ms ease-in; }

p {
  font-size: 1em;
  font-weight: 300;
  color: black;
  margin: 0; }
  p + p {
    margin: 1em 0 0 0; }

.topAd h6 {
  color: #e9e9e9;
  font-size: 0.6875em;
  margin: 0 0 1.5em 0;
  letter-spacing: 1em;
  font-weight: 300;
  text-transform: uppercase; }

#top p a {
  color: #00f6ff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none; }

#mainpage h3 {
  background: #e9e9e9;
  padding: 0.625em;
  margin: 0; }
  #mainpage h3 a {
    font-size: 1.125em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: black; }
#mainpage .topart p {
  padding: 0.76923em;
  font-size: 0.8125em; }
  #mainpage .topart p a {
    text-decoration: none;
    color: black; }
#mainpage article h4 {
  font-size: 0.875em;
  padding: 0;
  margin: 0 0 .5em 0; }
  #mainpage article h4 a {
    color: black;
    text-decoration: none; }
#mainpage article p {
  font-size: 0.8125em;
  margin: 0;
  padding: 0; }
  #mainpage article p a {
    color: black;
    text-decoration: none; }

#artlist .left p a, #artlist .left a {
  color: black;
  text-decoration: none; }
  #artlist .left p a:hover, #artlist .left a:hover {
    text-decoration: underline; }
#artlist .left h2 a:hover {
  text-decoration: none; }

#article .left h1 {
  font-size: 2.5em;
  color: black;
  padding: 0;
  margin: 0 0 0.5em 0; }
#article .left figure {
  margin: 0;
  padding: 0; }
#article .left h2 {
  max-height: 31.25em;
  margin: 0 0 0.90909em; }
#article .left p {
  margin: 0 0 1em 0; }
#article .left h3 {
  font-size: 1.25em;
  padding: 0;
  margin: 0 0 0.8em 0; }
#article .left h4 {
  font-size: 1.125em;
  padding: 0;
  margin: 0 0 0.88889em 0; }
#article .left ul li {
  font-weight: 300; }
#article .left a {
  color: black; }

a.wl {
  font-size: 0.75em;
  color: black; }

@media (max-width: 48.75em) {
  #choice h2, #choice p {
    padding: 0.3em; } }
/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/*# sourceMappingURL=main.css.map */
