@import url(../css/normalize.css);
#category1, #category2, #category3, #category4 {
  margin: 0 0 0.625em 0;
  padding: 0 0 0.625em 0;
  border-bottom: 0.0625em solid black; }

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: "Roboto Condensed", 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; }

.wid460 {
  width: 28.75em; }

@media (max-width: 48.75em) {
  .wid460 {
    width: 100%; } }
.wid220 {
  width: 13.75em; }

@media (max-width: 48.75em) {
  .wid220 {
    width: 100%; } }
.wid420 {
  width: 26.25em; }

@media (max-width: 48.75em) {
  .wid420 {
    width: 100%; } }
.wid200 {
  width: 12.5em; }

@media (max-width: 48.75em) {
  .wid200 {
    width: 100%; } }
.wid300 {
  width: 18.75em; }

@media (max-width: 48.75em) {
  .wid300 {
    width: 100%; } }
.wid1000 {
  width: 62.5em; }

@media (max-width: 48.75em) {
  .wid1000 {
    width: 100%; } }
.wid860 {
  width: 53.75em; }

@media (max-width: 48.75em) {
  .wid860 {
    width: 100%; } }
@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; } }
figure {
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden; }

article {
  margin: 0;
  padding: 0;
  position: relative; }

.h500 {
  height: 31.25em; }

.h240 {
  height: 15em; }

.marbot20 {
  margin: 0 0 1.25em 0; }

#topAd {
  border-bottom: 0.0625em solid black; }
  #topAd .ad {
    margin: 0.625em auto; }

#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;
  width: 13.875em;
  margin: 1em auto; }
  #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: #b9cf66;
    font-weight: 700;
    color: white;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0; }

.sideAd {
  background: #e9e9e9;
  text-align: center; }

#artlist .left {
  padding: 1em; }
  #artlist .left article {
    margin: 0 0 0.625em 0;
    padding: 0 0 0.625em 0;
    border-bottom: 0.0625em solid #b9cf66; }
    #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; }

#article .left {
  padding: 1em; }

.relatedLinks {
  padding: 0.625em;
  background: #e9e9e9;
  margin: 1em 0; }
  .relatedLinks h6 {
    font-size: 0.75em;
    padding: 0;
    margin: 0 0 1.33333em 0;
    color: black;
    text-transform: uppercase;
    letter-spacing: 0.83333em;
    font-weight: 400; }
  .relatedLinks .multiCols {
    -moz-column-count: 3;
    -moz-column-gap: 1.25em;
    -webkit-column-count: 3;
    -webkit-column-gap: 1.25em;
    column-count: 3;
    column-gap: 1.25em; }
    .relatedLinks .multiCols a {
      text-decoration: underline;
      color: #254679; }

@media (max-width: 48.75em) {
  #topAd, #gallery {
    display: none; } }
footer {
  width: 100%;
  position: relative;
  background: #e9e9e9; }
  footer .center-block {
    -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-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: #efbc4d;
  -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 .wrapper {
      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: 4.375em;
  background: none;
  background: url(../image/bg-header.png) bottom right no-repeat; }

#logo {
  padding: 0.625em 0; }
  #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; }

@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%); } }
#category1 .content, #category2 .content, #category3 .content, #category4 .content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }
  #category1 .content h3, #category2 .content h3, #category3 .content h3, #category4 .content h3 {
    background: rgba(0, 0, 0, 0.8);
    color: white; }
  #category1 .content p, #category2 .content p, #category3 .content p, #category4 .content p {
    margin: 0;
    padding: 0.625em;
    color: black; }

#category1 .content p {
  background: #fea6a2; }

#category2 article:nth-child(1), #category2 article:nth-child(2) {
  margin: 0 0 1.25em 0; }
#category2 .content p {
  background: #efbc4d; }

#category3 .content p {
  background: #ce728f; }

#category4 article:nth-child(1), #category4 article:nth-child(2) {
  margin: 0 0 1.25em 0; }
#category4 .content p {
  background: #b9cf66; }

nav#mainnav {
  margin: 0 0 0.625em 0;
  background: black;
  position: relative; }
  nav#mainnav ul {
    margin: 0;
    padding: 0 1em;
    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-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
    nav#mainnav ul li {
      padding: 0;
      text-align: left;
      padding: 0.75em;
      position: relative; }
      nav#mainnav ul li a {
        display: block;
        line-height: 130%;
        text-decoration: none;
        position: relative; }
        nav#mainnav ul li a span {
          color: white;
          font-size: 0.9375em;
          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 h6 {
    display: none; }

#search {
  background: black;
  position: absolute;
  top: -3.75em;
  right: 0;
  padding: 1em;
  width: 20.875em;
  z-index: 3000;
  display: none; }
  #search input {
    position: relative;
    font-size: 1em;
    border: 0.0625em solid #fea6a2;
    padding: 0 1em;
    height: 1.875em; }
  #search button {
    position: absolute;
    top: 1.0625em;
    right: 1em;
    background: #fea6a2 url(../image/mglass.png) center center no-repeat;
    border: 0.0625em solid #fea6a2;
    width: 3.125em;
    height: 1.875em; }

@media (max-width: 48.75em) {
  nav#mainnav {
    background: #e9e9e9; }
    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; } }
.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, h2 {
  font-size: 3.125em;
  margin: 0 0 0.32em 0;
  font-weight: 300;
  line-height: 130%;
  padding: 0; }

h3 {
  font-size: 1.1875em;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 0.625em;
  background: rgba(0, 0, 0, 0.8); }
  h3 a {
    color: inherit;
    text-decoration: none; }
    h3 a:hover {
      text-decoration: underline; }

p {
  font-size: 0.9375em;
  font-weight: 400;
  color: black;
  margin: 0; }
  p a {
    color: inherit;
    text-decoration: none; }
    p a:hover {
      text-decoration: underline; }

#article h1, #artlist h1 {
  color: black; }
#article h2, #artlist h2 {
  font-size: 1.75em; }
  #article h2 a, #artlist h2 a {
    color: inherit;
    text-decoration: none; }

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 */
