.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.loader {
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 3.5em; }

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #ffffff; }
  40% {
    box-shadow: 0 2.5em 0 0 #ffffff; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #ffffff; }
  40% {
    box-shadow: 0 2.5em 0 0 #ffffff; } }

.loader2:before,
.loader2:after,
.loader2 {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load8 1.8s infinite ease-in-out;
  animation: load8 1.8s infinite ease-in-out; }

.loader2 {
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader2:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader2:after {
  left: 3.5em; }

.loader2:before,
.loader2:after {
  content: '';
  position: absolute;
  top: 0; }

@-webkit-keyframes load8 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #c2185b; }
  40% {
    box-shadow: 0 2.5em 0 0 #c2185b; } }

@keyframes load8 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #c2185b; }
  40% {
    box-shadow: 0 2.5em 0 0 #c2185b; } }

.mainView.ng-enter {
  -webkit-animation: fadeIn 0.5s;
  -moz-animation: fadeIn 0.5s;
  -o-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s; }

#error.ng-hide-remove {
  -webkit-animation: flipInY 0.5s;
  -moz-animation: flipInY 0.5s;
  -o-animation: flipInY 0.5s;
  animation: flipInY 0.5s; }

#error.ng-hide-add {
  -webkit-animation: flipOutY 0.5s;
  -moz-animation: flipOutY 0.5s;
  -o-animation: flipOutY 0.5s;
  animation: flipOutY 0.5s; }

#contactBox.ng-hide-add {
  -webkit-animation: zoomOutDown 0.5s;
  -moz-animation: zoomOutDown 0.5s;
  -o-animation: zoomOutDown 0.5s;
  animation: zoomOutDown 0.5s; }

#success.ng-hide-remove {
  -webkit-animation: zoomInDown 1s;
  -moz-animation: zoomInDown 1s;
  -o-animation: zoomInDown 1s;
  animation: zoomInDown 1s; }

.navWrapper {
  position: relative;
  padding: 0px;
  margin: 0px; }
  .navWrapper ul#sideNav {
    z-index: 5000; }
  .navWrapper #subnav {
    background: #404040;
    margin: 0px;
    padding: 0px;
    height: 100vh; }
    .navWrapper #subnav a {
      display: block;
      position: relative;
      padding: 10px 40px;
      padding-left: 10px;
      font-weight: 700;
      color: #999;
      font-size: 12px;
      line-height: 28px;
      border-top: 1px solid #454545;
      border-bottom: 1px solid #363636; }
      .navWrapper #subnav a i {
        font-size: 28px; }
    .navWrapper #subnav a:hover {
      cursor: pointer;
      color: white; }
    .navWrapper #subnav a.active {
      background: #c2185b;
      color: white; }
    .navWrapper #subnav a.active:after {
      right: 0%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      border-right-color: #FFF;
      border-width: 10px;
      margin-top: -10px; }
  .navWrapper #subcontent {
    padding: 20px; }

nav#mainNav {
  z-index: 2000;
  overflow: visible;
  border-bottom: 0px;
  background: url(../../Img/bodyBG.png); }
  nav#mainNav ul#sideMenu {
    background: url(../../Img/bodyBG.png);
    z-index: 4000 !important; }
    nav#mainNav ul#sideMenu li > a {
      width: 100%;
      color: #f5f5f5; }
    nav#mainNav ul#sideMenu li:hover {
      background: #333; }
    nav#mainNav ul#sideMenu li.active > a {
      color: white; }
    nav#mainNav ul#sideMenu i {
      line-height: inherit; }
  nav#mainNav a {
    font-size: 12px; }
  nav#mainNav a#logo {
    display: block;
    padding-left: 20px;
    font-family: 'Mr De Haviland', cursive;
    font-size: 40px;
    line-height: 64px;
    color: white; }
  nav#mainNav li.active {
    background: #c2185b; }

@media screen and (max-width: 992px) {
  nav#mainNav a#logo {
    margin-top: 30px;
    font-family: 'Mr De Haviland', cursive;
    font-size: 30px;
    line-height: 16px;
    padding: 0px; } }

@media screen and (max-width: 767px) {
  nav#mainNav a#logo {
    margin-top: 30px;
    font-family: 'Mr De Haviland', cursive;
    font-size: 25px;
    line-height: 25px;
    padding: 0px; } }

@media screen and (max-width: 600px) {
  nav#mainNav a#logo {
    margin-top: 30px;
    font-family: 'Mr De Haviland', cursive;
    font-size: 20px;
    line-height: 20px;
    padding: 0px; } }

@media screen and (max-width: 420px) {
  nav#mainNav a#logo {
    margin-top: 30px;
    font-family: 'Mr De Haviland', cursive;
    font-size: 20px;
    line-height: 20px;
    padding: 0px; } }

#introWrapper {
  position: relative;
  width: 100%;
  height: 400px;
  background: url(../../Img/intro3.jpg) no-repeat center bottom;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover; }

#introText #pic {
  position: relative;
  margin-top: -190px;
  min-height: 400px;
  padding: 10px;
  color: #999;
  font-size: 18px; }
  #introText #pic #shadow {
    width: 100%;
    height: 50%;
    -webkit-box-shadow: 0px 0px 8px 1px #7d7d7d;
    -moz-box-shadow: 0px 0px 8px 1px #7d7d7d;
    box-shadow: 0px 0px 8px 1px #7d7d7d; }
  #introText #pic img {
    border: 10px solid white; }
  #introText #pic span.small {
    font-family: 'Old Standard TT', serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400; }
  #introText #pic span.big {
    font-family: 'Old Standard TT', serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700; }

#introText #writeup {
  padding: 20px;
  padding-top: 50px;
  font-family: 'Fauna One', serif;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  padding-bottom: 100px; }

#gallery {
  margin-top: -20px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../../Img/bodyBG.png); }
  #gallery .card-content {
    font-size: 12px; }
  #gallery li.grid {
    position: relative;
    overflow: visible;
    /*border: 5px solid #ccc;*/
    list-style: none;
    background: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    /* SHADOW */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
    #gallery li.grid .extraBadge {
      position: absolute;
      overflow: hidden;
      left: -5px;
      top: -5px;
      z-index: 1;
      width: 75px;
      height: 75px;
      text-align: right; }
      #gallery li.grid .extraBadge span {
        font-size: 12px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 24px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#79A70A 0%, #567707 100%);
        box-shadow: 0 3px 10px -5px black;
        position: absolute;
        top: 16px;
        left: -22px; }
        #gallery li.grid .extraBadge span:before {
          content: "";
          position: absolute;
          left: 0px;
          top: 100%;
          z-index: -1;
          border-left: 3px solid #79A70A;
          border-right: 3px solid transparent;
          border-bottom: 3px solid transparent;
          border-top: 3px solid #79A70A; }
        #gallery li.grid .extraBadge span:after {
          content: "";
          position: absolute;
          right: 0px;
          top: 100%;
          z-index: -1;
          border-left: 3px solid transparent;
          border-right: 3px solid #79A70A;
          border-bottom: 3px solid transparent;
          border-top: 3px solid #79A70A; }
      #gallery li.grid .extraBadge span.nfs {
        background: #333333;
        background: linear-gradient(#333333 0%, #1a1a1a 100%); }
        #gallery li.grid .extraBadge span.nfs:before {
          border-left: 3px solid #333333;
          border-top: 3px solid #333333; }
        #gallery li.grid .extraBadge span.nfs:after {
          border-right: 3px solid #333333;
          border-top: 3px solid #333333; }
  #gallery .grid:hover {
    /*border: 5px solid #fff;*/
    cursor: pointer;
    /* SHADOW */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75); }
  #gallery .grid-img {
    width: 100%;
    vertical-align: middle;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden; }
  #gallery .grid-img.img-loaded {
    visibility: visible;
    opacity: 1; }
  #gallery .dynamic-grid {
    position: relative;
    display: none; }
  #gallery .dynamic-grid.angular-grid {
    display: block; }
  #gallery .grid {
    position: absolute;
    list-style: none;
    background: #ffffff;
    box-sizing: border-box;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    overflow: hidden; }
  #gallery .grid.ng-leave {
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms; }
  #gallery .grid.ng-leave.ng-leave-active {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  #gallery .grid.ng-enter {
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  #gallery .grid.ng-enter.ng-enter-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  #gallery .grid-img {
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    opacity: 0;
    visibility: hidden; }
  #gallery .grid-img.img-loaded {
    visibility: visible;
    opacity: 1; }

#inspiration {
  padding-top: 5%;
  padding-bottom: 5%;
  color: #999; }
  #inspiration div#hook {
    text-transform: uppercase;
    font-family: 'Old Standard TT', serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400; }
    #inspiration div#hook span.big {
      font-family: 'Old Standard TT', serif;
      font-size: 20px;
      line-height: 30px;
      font-weight: 700; }
  #inspiration #finalWord span {
    font-family: 'Fauna One', serif;
    font-size: 16px;
    line-height: 30px;
    color: #666; }

img.initialized.active {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2000; }

@media (max-width: 1024px) {
  #introText #pic {
    margin-top: -80px; } }

@media (max-width: 768px) {
  #introText #pic {
    margin-top: -80px; }
  #inspiration {
    padding-top: 50px;
    padding-bottom: 50px; }
    #inspiration div#hook {
      font-family: 'Old Standard TT', serif;
      font-size: 12px;
      line-height: 22px;
      font-weight: 400; }
      #inspiration div#hook span.big {
        font-family: 'Old Standard TT', serif;
        font-size: 12px;
        line-height: 22px;
        font-weight: 700; }
    #inspiration #finalWord {
      font-family: 'Fauna One', serif;
      font-size: 16px;
      line-height: 30px;
      color: #666;
      text-tranform: none; } }

img.sold {
  border: 10px solid red; }

div.artItem {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #d8d8d8;
  padding: 10px; }
  div.artItem div.artImage {
    text-align: center;
    width: 100%;
    overflow: hidden;
    height: 300px; }

div.artItem:hover {
  background: white;
  cursor: pointer; }

#galleryWrapper {
  margin-top: -20px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../../Img/bodyBG.png); }

#details {
  padding-top: 50px;
  font-size: 12px; }
  #details h1 {
    margin: 0px;
    color: #333;
    font-family: 'Old Standard TT', serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    font-weight: 700; }
  #details h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 0px;
    font-weight: 700; }
  #details img {
    padding: 0px;
    background: white; }

section#loginBackground {
  height: 100vh;
  background: url(../../Img/login.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover; }
  section#loginBackground a {
    color: white; }
  section#loginBackground .card {
    margin-top: 5%; }
  section#loginBackground div#error {
    margin-top: -20px;
    z-index: 500;
    background: #333;
    color: white;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center; }

section#logoutBackground {
  height: 100vh;
  background: url(../../Img/logout.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover; }
  section#logoutBackground a {
    color: white; }
  section#logoutBackground .card {
    margin-top: 5%; }
  section#logoutBackground div#error {
    margin-top: -20px;
    z-index: 500;
    background: #333;
    color: white;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center; }

#quote {
  color: #999;
  padding-top: 20%; }
  #quote span.author {
    font-weight: bold;
    color: #666; }

.editWrapper {
  border-bottom: 1px solid #f5f5f5; }

.editWrapper:hover {
  cursor: pointer;
  background: #f5f5f5; }

img.desaturate {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale); }

canvas.fullWidth {
  width: 100%; }

#contactWrapper {
  background: url(../../Img/contact.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  position: relative;
  height: 100vh;
  margin: 0px; }
  #contactWrapper #contactBox {
    overflow: visible;
    position: relative;
    margin-top: 100px; }
    #contactWrapper #contactBox img {
      width: 30%;
      padding: 10px;
      background: white; }
    #contactWrapper #contactBox .card-content {
      margin-top: -100px; }
  #contactWrapper #success {
    margin-top: 5%;
    padding: 20px;
    font-family: 'Old Standard TT', serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400; }
    #contactWrapper #success h2 {
      font-family: 'Mr De Haviland', cursive;
      font-size: 60px;
      line-height: 60px;
      color: #999; }

html, body {
  height: 100%; }

p.bigTop {
  margin-top: 50px; }

#footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #000;
  color: white;
  font-size: 12px; }
