/*
 Theme Name:   Nudie Child
 Theme URI:    http://nudiewp.com/
 Description:  Example Child theme
 Author:       Nudie Themes
 Author URI:   http://nudiewp.com
 Template:     nudie
 Version:      1.0.0
 Tags:         bootstrap, woocommerce, bbpress, gravity forms
*/
/* Overrides from Main Theme */
.lead {
  /*font-weight: bold;*/
  font-weight: normal !important;
}

body {
  font-family: "courier-prime" !important;
}

em {
  color: #777;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6em;
  font-style: italic;
}

.hr {
  background-color: #A93333;
  height: 1px;
  margin: 10px 0;
  width: 100%;
}

.banner, .loop-meta {
  background-color: #fff;
}

#default-branding, h1.loop-title, .breadcrumb-bar, .jumbotron, .loop-nav, section#comments, #site-title, .results-count-panel {
  display: none !important;
}

.label-warning {
  background-color: #F0DBBD;
}

.entry-title, .entry-title a {
  color: #9C9B9B;
  font-size: 23px;
  padding-top: 10px;
  font-weight: normal !important;
  text-align: center;
}

.entry-content img {
  padding: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*left to right wiggle on iPhone*/
.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}

/* set a max-width for horizontal fluid layout and make it centered */
.container-fluid {
  max-width: 1600px;
  /* or 950px */
}

/* 404 Page */
#missing-page-warning {
  font-size: 1.3em;
  color: #C00;
}

#missing-page-text {
  font-size: 1.2em;
  color: #9C9B9B;
}

/* Byline Information Hidden */
.entry-byline, .entry-terms {
  display: none;
}

/* Header */
.rjlogo {
  font-family: "felt-tip-woman";
  font-size: 4em;
  display: inline-block;
  float: left;
  max-height: 60px;
}

#header {
  background: rgba(255, 255, 255, 0.7) !important;
  border-bottom: 1px solid #BFBFBF !important;
}

header.entry-header {
  border-bottom-width: 0px !important;
}

/* Menus */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #BDBDBD !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #A4A4A4 !important;
}

.navbar-nav > .active > a,
.navbar-default .navbar-nav > .current_page_parent > a {
  background-color: transparent !important;
  font-weight: bold !important;
  color: #000 !important;
}

.navbar-nav > li > a {
  color: #848484 !important;
  font-size: 1.1em !important;
}

.navbar-nav > li > a:hover {
  color: #B9B5B5 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #FAFAFA !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: transparent !important;
  font-weight: 800 !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #848484 !important;
  font-style: italic !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #8A5816 !important;
}

/*Drop down menu caret*/
.post-dropdown:before {
  position: absolute;
  bottom: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.post-dropdown:after {
  position: absolute;
  bottom: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: "";
}

/* Sidebars */
#sidebar-subsidiary {
  display: none;
}

.side-column-heading {
  color: #9C9B9B;
  font-size: 16px;
  line-height: 140%;
  margin: 25px 0 20px 0;
  text-align: center;
  font-style: italic;
}

.shop-russelljanis {
  padding-top: 20px !important;
  text-align: center;
  background-color: #FFFFFF !important;
  border: #ffffff solid 1px !important;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
}

.shop-russelljanis a {
  color: #9C9B9B;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
}

.visit-us {
  color: #F5A9BC;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  -moz-animation-duration: 8s;
  -moz-animation-delay: 0s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: 8s;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  font-style: italic;
}

.panel {
  /*background-image:url(images/side_background.jpg);*/
  border-radius: 10px;
  padding: 5px;
  border: #D0CFBC 1px solid;
  margin: 3%;
  background-color: #FDFDFD;
  /*max-width:330px;*/
}

.panel a:hover {
  text-decoration: none !important;
  font-weight: bold;
  color: #B40404 !important;
}

.panel-heading {
  color: #9C9B9B !important;
  font-size: 11px !important;
  background-color: #FBFBFB !important;
  border-bottom: none !important;
}

.panel-body {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #C2C2C2 !important;
}

div.new-features-images img {
  width: 100%;
  opacity: 0.7;
}

.single-new-features {
  width: 100%;
}

div.single-new-features img {
  width: 100%;
  opacity: 1;
}

.new-features-images {
  float: left;
  width: 49%;
  padding: 1px;
}

.panel-body a {
  color: #A26A72;
}

.panel-body a:hover {
  text-decoration: none;
  color: #6AA27C;
}

/*Sign Up Form */
.btn-primary {
  background-color: #9C9B9B !important;
  color: #FFFFFF !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  padding: 3px !important;
  margin: 4px auto 0px 0px !important;
  float: left;
}

.well {
  margin-bottom: 5px;
  background-color: transparent;
  border: 0px solid #E3E3E3;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}

input[type=email], input[type=text] {
  border-radius: 6px !important;
  border: solid #BDBDBD 1px !important;
  font-family: "courier-prime" !important;
  width: 100%;
  color: #848484 !important;
}

.indicates-required, .asterisk {
  font-style: italic;
  font-size: 0.9em;
  color: #E62929;
}

div[for=mce-EMAIL] {
  font-style: italic;
  font-size: 0.7em;
  color: #5FB404;
}

#mce-success-response {
  font-size: 0.7em;
  color: #5FB404;
}

/* Store Announcement */
.accordion-toggle {
  cursor: pointer;
}

h3.accordion-toggle {
  color: #D9D8D8;
  font-size: 17px;
  line-height: 145%;
}

h3.accordion-toggle span {
  color: #A26A72;
  font-size: 14px;
  margin-left: 10px;
}

.accordion-content {
  display: none;
}

.accordion-content.default {
  display: none;
}

img[alt=store_interior] {
  width: 100% !important;
  opacity: 1 !important;
}

.right-store-announcement, .left-store-announcement, .bottom-store-announcement {
  margin-bottom: 30px;
}

/* Kickstarter */
#kickstarter .embed-responsive.embed-responsive-4by3 {
  padding-bottom: 175%;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -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;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* Posts */
article.post {
  /*background-image:url(images/lined_paper2-a.jpg);*/
  padding-top: 15px !important;
  border-radius: 10px;
  padding: 5px;
  overflow: hidden;
}

.entry-content, .entry-summary {
  font-weight: 300;
  line-height: 1.7;
}

.three-across {
  width: 32%;
}

div.three-across img {
  opacity: 0.7;
}

div.postwidth {
  max-width: 625px !important;
  /*overflow: hidden;*/
  padding: 3% !important;
  border: 0px solid #B2B2B2;
  border-radius: 10px !important;
  /*background: rgb(249, 246, 238); /* Fall-back for browsers that don't support rgba */
  /*background: rgba(249, 246, 238, 0.3);*/
  background: #FFF;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}

.notebook_front p {
  font-size: 17px !important;
  line-height: 180% !important;
  color: #898484;
}

.notebook_front_heading span {
  color: #9C9B9B;
  font-size: 16px;
}

.notebook_front_video {
  width: 100%;
  text-align: center;
  overflow-x: hidden;
}

.postwidth h2 {
  font-size: 18px;
}

.bottom-links {
  color: #616161;
  font-size: 19px;
  font-weight: lighter;
  line-height: 1em;
  margin: 0 0 0 3%;
}

div.post_navigation {
  width: 80%;
  padding: 3% !important;
  background: white;
  /* Fall-back for browsers that don't support rgba */
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px !important;
  border: 1px solid #CDCDCD;
  margin: 15px auto 15px auto !important;
  overflow: hidden;
}

.post_image_right {
  display: inline;
  float: right;
  margin: 0 0 0 6px;
}

.post_image_right p {
  font-size: 0.7em;
  font-style: italic;
  margin-left: 5px;
}

.post_image_left {
  display: inline;
  float: left;
  margin: 0 6px 0 0;
}

.post_image_left p {
  font-size: 0.7em;
  font-style: italic;
  margin-right: 5px;
}

.post-heading-custom {
  padding-bottom: 0px;
  margin: 0px 0 0px;
}

hr.eventdivider {
  border-top: 2px solid #A93333 !important;
}

/* Image Layouts */
.fourgrid {
  float: left;
  width: 24.5%;
  padding: 1px;
}

.twogrid {
  float: left;
  width: 49.5%;
  padding: 1px;
}

.fullwidthimage {
  width: 100%;
  margin: 15px 0 0 0%;
}

.largerwidthimage {
  width: 80%;
  margin-left: 10%;
}

.mediumwidthimage {
  width: 60%;
  margin-left: 20%;
}

.mediumwidthimage2 {
  width: 70%;
  margin-left: 15%;
}

.smallwidthimage {
  width: 40%;
  margin-left: 30%;
}

#buy-now img {
  width: 100px;
}

#buy-now {
  text-align: center;
  margin-bottom: 30px;
}

/* Specific Posts */
.verdure {
  line-height: 1.85;
}

.november {
  line-height: 1.6;
}

.sloop, .brooklyn_handknit, .building_form {
  line-height: 1.58;
}

.mirth {
  font: 300 15px/1.625 "courier-prime", Helvetica, Arial, sans-serif !important;
}

/*Verdure*/
.verdure_image {
  width: 155px;
}

/*Writing*/
.photocredit {
  padding-top: 0px !important;
  text-align: left !important;
  font-style: italic !important;
  font-size: 12px !important;
  color: #848484;
}

.imagecredit {
  position: relative;
  float: left;
  width: 235px;
  margin: 0px 15px 15px 0px;
}

.imagecredit p {
  position: absolute;
  bottom: -20px;
  font-size: 0.7em;
  float: left;
  font-style: italic;
  margin-left: 5px;
}

.imagecredit2 {
  position: relative;
  float: right;
  max-width: 300px;
  margin: 0 0 12px 5px;
}

.imagecredit2 p {
  position: absolute;
  bottom: -30px;
  font-size: 0.7em;
  float: right;
  margin: 0 0 15px 5px;
}

/*Sea Tea*/
.sea_tea_image {
  width: 48%;
}

.sea_tea_image2 {
  width: 30%;
}

.sea_tea_image3 {
  width: 34%;
}

.sea_tea_image4 {
  width: 52%;
}

/*Due North*/
.due_north_image {
  width: 44%;
}

.due_north_image2 {
  width: 55%;
}

.due_north_image3 {
  width: 68%;
}

/*Provisions*/
.provisions_image {
  width: 70%;
}

.provisions_image2 {
  width: 70%;
}

/*Taking Off*/
.taking_off {
  font-size: 1.05em;
}

.taking_off_image {
  width: 78%;
}

/*Intuitive Print*/
.intuitive_print {
  font-size: 17px !important;
  line-height: 180% !important;
  color: #898484;
}

.intuitive_print_image {
  width: 35%;
}

.intuitive_print_image2 {
  width: 40%;
}

.intuitive_print_image3 {
  width: 43%;
}

/*Inks & Dyes*/
.inks_dyes_image {
  width: 67%;
}

.inks_dyes_image2 {
  width: 38%;
}

.inks_dyes_image3 {
  width: 35%;
  border: solid 1px #000;
  background-color: #FFF;
  padding: 4px;
}

.inks_dyes_image3 p {
  font-size: 0.9em;
  font-style: normal;
  line-height: 1.5;
}

.inks_dyes_image4, .inks_dyes_image5 {
  width: 48%;
  float: left;
}

.inks_dyes_image6 {
  width: 50%;
}

/*Salon Russell Janis*/
.salon_russelljanis_image, .salon_russelljanis_image2 {
  width: 51%;
}

.salon_russelljanis_image3 {
  width: 42%;
}

/*Collage*/
.collage_image {
  width: 51%;
}

.collage_image2 {
  width: 49%;
}

.collage_image3 {
  width: 45%;
  border-top: #666 solid 2px;
  border-bottom: #666 solid 2px;
  margin: 15px auto 0 auto;
  text-decoration: none;
  font-family: Helvetica;
  text-align: center;
}

/*Habitation*/
.habitation_header img {
  padding: 0px;
}

.habitation_header {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.habitation_left {
  width: 267px;
  float: left;
}

.habitation_right {
  width: 305px;
  float: left;
}

/* Figs & Picasso */
.figs-picasso {
  font-size: 1.1em !important;
}

.figs-picasso_image {
  width: 40%;
  margin: 0px 0 8px 20px;
}

.figs-picasso_image2 {
  width: 50%;
  margin: 8px 20px 8px 0;
}

/*Sloop Post*/
.harding_lane_text {
  width: 32%;
  float: left;
}

.harding_lane_text2 {
  width: 65%;
  float: left;
}

.harding_lane_image {
  width: 67%;
  float: right;
  padding: 0 0 0 4px;
}

.harding_lane_image2 {
  width: 35%;
  float: right;
}

/*Raveling Post*/
#raveling_textarea {
  font: 300 14px/1.625 "courier-prime", Helvetica, Arial, sans-serif !important;
}

/*SWIMSUITS */
.knitting-raveling_image {
  width: 53%;
  float: right;
}

.knitting-raveling_text {
  width: 46%;
  float: left;
}

/*MODEL */
.knitting-raveling_image2 {
  width: 37%;
  float: right;
  padding: 0px 0 0 3px;
  margin: 5px 0 0 0px;
}

.knitting-raveling_text2 {
  width: 61%;
  float: left;
}

/*TRAIN BLEU */
.knitting-raveling_image3 {
  width: 52%;
  float: left;
  padding-right: 5px;
}

.knitting-raveling_image4 {
  width: 52%;
  float: left;
  padding-right: 5px;
}

/*Making To Remember*/
#notebook_textarea {
  font: 300 15px/1.625 "courier-prime", Helvetica, Arial, sans-serif !important;
}

.notebook_image {
  width: 56%;
  float: left;
}

.notebook_text {
  width: 43%;
  float: right;
}

.notebook_image2 {
  width: 80%;
  float: left;
}

.notebook_image3 {
  width: 31%;
  float: right;
  margin-left: 15px;
}

/*Notebook 1989 Post*/
#notebook_textarea {
  font: 300 15px/1.625 "courier-prime", Helvetica, Arial, sans-serif !important;
}

.notebook_1989_image {
  width: 56%;
  float: left;
  margin-right: 10px;
}

.notebook_1989_text {
  width: 38%;
  float: right;
}

.notebook_1989_image2 {
  width: 66%;
  float: right;
}

.notebook_1989_text2 {
  width: 33%;
  float: left;
}

.notebook_1989_image3 {
  width: 48%;
  float: left;
  margin-right: 10px;
}

.notebook_1989_text3 {
  /*width:45%;
  float:right;*/
}

.notebook_1989_image4 {
  float: right;
  margin-left: 10px;
}

.notebook_1989_image5 {
  width: 100%;
  margin-top: 10px;
}

/*Mirth */
#mirth_image1 {
  width: 50%;
  float: left;
  margin-right: 10px;
}

#mirth_image2 {
  width: 54%;
  float: right;
}

#mirth_image3 {
  width: 42%;
  float: right;
  padding-left: 8px;
}

#mirth_image4 {
  width: 56%;
  float: left;
  padding-right: 5px;
}

#mirth_image5 {
  width: 36%;
  float: right;
  padding-left: 8px;
}

div.mirth_calendar {
  background-image: url("../images/lined_paper2.jpg");
  padding: 3% !important;
  border: 1px solid #CDCDCD;
  border-radius: 10px !important;
  margin: 15px 3% 15px 3% !important;
}

/*Love Song */
#love_song_image1 {
  width: 50%;
  float: left;
  margin-right: 10px;
}

#love_song_image2 {
  width: 47%;
  float: right;
  margin: 15px 0 0 10px;
}

#love_song_image3 {
  width: 45%;
  float: left;
  margin-right: 10px;
}

#leftslider {
  position: absolute;
  left: -200%;
  top: 190px;
  z-index: 10005;
  width: 100% !important;
}

#sizing2 {
  padding: 8px;
  width: 250px !important;
}

/*In Process*/
#in-process_image1 {
  width: 76%;
  float: left;
  margin: 0 5px 10px 0;
}

#in-process_image2 {
  width: 53%;
  float: left;
  margin: 0 5px 0 0 !important;
  border-bottom: none !important;
}

.for_sale {
  margin: 15px auto 15px auto;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.for_sale ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.for_sale ul li {
  list-stylemargin: 0;
  padding: 0;
  float: left;
  width: 32%;
  margin: 0 1px 0 1px;
}

.for_sale ul li img {
  display: block;
  width: 100%;
  height: auto;
  border: #FFF solid 2px;
}

.colorcard, .sweater-model {
  margin: 8px 0 8px 0;
}

.sweater-model img {
  width: 100%;
}

.colorcard img {
  width: 275px;
}

/*BH*/
#bh_image1 {
  width: 270px;
  float: left;
  margin: 0 3px 0 0 !important;
  border-bottom: none !important;
}

#bh_image2 {
  width: 200px;
  float: right;
}

#bh_image3 {
  width: 275px;
  float: right;
  padding: 5px 0px 5px 10px;
}

#bh_image4 {
  width: 250px;
  float: left;
  margin: 5px 10px 5px 0;
}

#bh_image5 {
  width: 220px;
  margin: 5px 5px 0 5px;
  float: right;
}

/*Boys Bear House*/
.boys_bears {
  line-height: 180%;
}

.boys_bears_image1 {
  width: 440px;
  float: right;
  margin: 0 0 5px 10px;
}

.boys_bears_image2 {
  width: 425px;
  float: left;
  margin: 0px 15px 5px 0px;
}

.boys_bears_image3 {
  width: 425px;
  float: left;
  margin: 15px 25px 5px 0;
}

/*Simple*/
.simple_image {
  width: 78.5%;
  float: left;
  padding-right: 5px;
}

.simple_text {
  font-size: 1.05em;
  float: left;
  width: 20%;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

.simple_image2 {
  width: 75%;
  border: solid 1px #999999;
  border-radius: 10px;
  padding: 3px;
  margin-left: 4.5%;
}

.simple_image2 .for_sale {
  margin: 0px auto;
}

.simple_image2 .for_sale ul li {
  width: 49.5%;
}

.simple_image2 .for_sale ul li img {
  border: #FFF solid 0px;
}

/*Form_Content*/
.form_content_text, .form_content_image {
  float: left;
  width: 49%;
  padding: 1px;
}

.form_content_text {
  float: left;
  width: 54%;
}

.form_content_image2 {
  float: left;
  width: 40%;
}

.form_content_image2 img {
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  padding: 5px;
}

.form_content_text p {
  padding: 0 15px 0 0;
}

.form_content_image img {
  display: block;
  max-width: 100%;
  padding: 0px;
}

/*Building Form*/
.totem_image {
  float: left;
  width: 48%;
  padding: 1px;
}

.ceramics {
  display: inline-block;
  float: left;
  width: 50%;
  margin: 20px 20px 0 0;
}

.ceramics img {
  padding: 0px;
}

.ceramics2_image {
  float: left;
  width: 48%;
  padding: 1px;
}

.ceramics3_image {
  float: left;
  width: 97%;
  padding: 1px;
}

.totem_image img, .ceramics2_image img {
  display: block;
  max-width: 100%;
  padding: 0px;
}

.building_form a {
  padding-top: 4px;
  color: #B57D6B;
  font-size: 14px;
}

/* Inside Out */
.inside_out {
  width: 75%;
  margin: 0 auto 13px auto;
}

.inside_out3 {
  display: inline-block;
  width: 75%;
  margin-left: 12.5%;
  padding: 5px;
}

.inside_out3_image {
  float: left;
  width: 49%;
  padding: 1px;
}

.inside_out3_image img {
  display: block;
  max-width: 100%;
  padding: 0px;
}

.knit-pillow-number {
  color: #666;
  text-decoration: none !important;
  font-size: 12px;
  background: #FFF;
  padding: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.knit-pillow-square a {
  width: 48% !important;
  margin: 20px 3px 0 3px !important;
}

/*Bedroom Print*/
.bedroom_print2 {
  display: inline-block;
  width: 75%;
  margin: 10px 12.5% 10px 12.5%;
}

.bedroom_print3 {
  position: absolute;
  /*top: 0;*/
  left: 50%;
  margin-left: -160px;
  width: 300px;
}

.bedroom_print_l, .bedroom_print_r {
  width: 49%;
}

.bedroom_print_l {
  float: left;
}

.bedroom_print_r {
  float: right;
}

.bedroom_print_l:before, .bedroom_print_r:before {
  content: "";
  width: 160px;
  height: 300px;
}

.bedroom_print_l:before {
  float: right;
}

.bedroom_print_r:before {
  float: left;
}

#bedroom_print_variations .thumbgallery {
  width: 270px;
  height: 75px;
}

/*Polaroid*/
.polaroid {
  float: left;
  width: 80%;
  margin: 0px 12% 15px 8%;
}

.polaroid2 {
  display: inline-block;
  width: 80%;
  margin: 0px 10% 0px 10%;
}

.polaroid2_image {
  float: left;
  width: 49%;
  padding: 1px;
}

.polaroid_text {
  float: left;
  width: 64%;
}

.polaroid2_image img {
  display: block;
  max-width: 100%;
}

/*Spring Calendar 2015*/
#calendar_textarea {
  font: 300 15px/1.625 "courier-prime", Helvetica, Arial, sans-serif !important;
}

/*#calendar_textarea img {
	-moz-border-radius: 10px; 
	border-radius: 10px;
}*/
.calendar_textarea a, span#russelljanis-cochineal {
  padding-top: 4px;
  color: #B5546C;
  font-style: italic;
}

.calendar_textarea hr {
  border-color: #A93333;
}

.calendar_textarea a:hover {
  color: #C61D1D;
}

#calendar_car_blanket {
  width: 42%;
  float: right;
  margin-left: 8px;
}

#calendar_louise_eastman {
  width: 70%;
  float: right;
  margin-left: 8px;
}

#calendar_cochineal_demo {
  width: 55%;
  float: left;
  margin-right: 9px;
}

#calendar_intuitive_print {
  width: 55%;
  float: right;
  margin-left: 8px;
}

#cochineal-credit {
  margin-top: 15px;
  font-size: 11px !important;
  font-style: italic !important;
  line-height: 110% !important;
}

div.calendar_background {
  background-image: url("images/graph_paper.jpg");
  background-size: 100%;
  padding: 3% !important;
  border: 0px solid #CDCDCD;
  border-radius: 0px !important;
  margin: 0px 0% 15px 0% !important;
}

/*Cochineal Product*/
.cochineal-item-horizontal a {
  width: 100% !important;
  margin: 5px 0 5px 0 !important;
}

.cochineal-item-square a {
  width: 48% !important;
  margin: 3px !important;
}

/*Clay Cochineal 2*/
.clay_cochineal2_title {
  color: #FE2E2E !important;
}

.clay_cochineal2_header {
  color: #999;
  text-align: center;
  font-size: 18px;
}

.clay_cochineal2_header span {
  font-size: 14px;
  padding: 2px;
}

.clay_cochineal2_text {
  color: #999;
  text-align: center;
  font-size: 14px !important;
}

.cochineal-pillows-product a {
  width: 29% !important;
  margin: 5px !important;
}

.cochineal-pillow-number {
  color: #666;
  text-decoration: none !important;
  font-size: 16px;
  background: #FFF;
  padding: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.cochineal2-product {
  width: 175px !important;
  height: 175px !important;
  background-color: transparent !important;
  border: solid #FFF 3px;
}

.cochineal2-product img {
  max-width: 175px !important;
}

#clay_cochineal2_install, #cochineal2_print {
  width: 100%;
}

#clay_cochineal2_tile_floor {
  margin-top: 12px;
  width: 30%;
}

#clay_cochineal2_tiles {
  text-align: center;
}

/* Intuitive Print 2015 */
.intuitive_print_video {
  width: 100%;
  text-align: center;
  overflow-x: hidden;
}

#intuitive_print_2015 {
  width: 70%;
  margin-left: 15%;
}

#intuitive_print_2015 img {
  width: 100%;
}

#intuitive_print_2015_interview img {
  width: 80%;
  margin-left: 10%;
}

.intuitive_print_2015_text {
  text-align: center;
  font-size: 1.1em;
}

.intuitive_print_2015_main {
  font-size: 17px !important;
  line-height: 180% !important;
  color: #898484;
}

.intuitive_print_2015_text span#head {
  font-size: 27px;
  text-transform: uppercase;
}

.intuitive_print_2015_text span#head2 {
  font-size: 22px;
}

.intuitive_print_2015_text span#head3 {
  font-size: 16px;
}

#emily_mason_preview {
  text-align: center;
}

#emily_mason_preview a {
  text-decoration: none;
}

#intuitive_print_2015_fifth_element {
  float: left;
  width: 25%;
}

#intuitive_print_2015_fifth_element_text {
  float: left;
  width: 55%;
  padding: 20px 5% 0 2%;
}

/* Wendy Small */
.wendy_small {
  font-size: 15px !important;
}

#wendy_small_title {
  color: #9C9B9B;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 30px;
}

.wendy_small_image {
  float: left;
  width: 49%;
  padding: 1px;
}

.wendy_small_image img, .wendy_small_image2 img {
  display: block;
  max-width: 100%;
  padding: 0px;
}

.wendy_small_image2 {
  width: 70%;
  padding-left: 5px;
}

/* Richard Bosman Bridges */
.bosman-bridges-product a {
  margin: 5px !important;
  width: 46% !important;
}

/* Summer Post */
.summer-title {
  color: #9C9B9B;
  font-size: 18px;
  margin-bottom: 23px;
}

.summer_post_image {
  width: 100%;
}

.indigo_subtitle {
  font-size: 14px;
}

.indigo_subtitle a {
  color: #AE2E2E;
}

.indigo_subtitle a:hover {
  text-decoration: none;
  color: #8F5E5E;
}

/* Prolific Lives */
.prolific_lives {
  font-size: 17px !important;
  line-height: 1.58 !important;
  margin-top: 40px;
}

.divider {
  margin: 0 0 0 49%;
  font-size: 3em;
  color: #999;
}

.address-divider {
  margin: 5px 0 5px 0;
  font-size: 2em;
  color: #999;
}

#prolific-visit-us {
  color: #FA8258;
}

#prolific-info {
  text-align: center;
}

.prolific_image_1 {
  margin: 0 0 10px 10px !important;
  width: 63%;
}

.prolific_image_2 {
  margin: 0 10px 8px 0 !important;
  width: 54%;
}

.prolific_image_3 {
  margin: 0 0 15px 10px !important;
}

.prolific_image_4 {
  margin: 0 10px 15px 0 !important;
  width: 70%;
}

.prolific_image_5 {
  margin: 15px 0 0 0 !important;
  width: 100%;
}

.prolific_lives .featured-links a {
  padding-top: 4px;
  color: #B5546C;
}

.prolific_lives .featured-links a:hover {
  color: #C61D1D;
}

/* Indigo Harvest */
.indigo_backer_image img {
  padding: 0px !important;
}

.indigo_product_text, .indigo_product_text p {
  margin-bottom: 18px !important;
}

.indigo_blanket a {
  width: 98% !important;
}

/*Print Pattern*/
.print-pattern-details a {
  margin: 5px !important;
  width: 42% !important;
}

/* About Us Page */
.footer-content {
  width: 100% !important;
}

#footer {
  border-top: 0px !important;
}

.footer-signup {
  border-radius: 10px;
  padding: 5px;
  border: #D0CFBC 1px solid;
  margin: 0 3% 3% 3%;
  background-color: #FDFDFD !important;
}

.about-us-text {
  padding-top: 3em !important;
}

div.mr_social_sharing_wrapper {
  margin: 4px 0px 0px 15px !important;
  width: 625px !important;
}

.fblike {
  color: #999;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  z-index: 0;
  margin-top: 10px;
  border-radius: 10px;
}

/* Footer */
.google_map_about_us {
  width: 60%;
  margin-left: 20%;
}

.google_map_about_us iframe {
  max-height: 300px;
}

.about-us-text,
.text-center h2,
.contact-text {
  font-size: 18px;
  font-weight: 400;
  color: #848484;
  line-height: 38px;
}

.aboutusimage {
  width: 70%;
  margin-left: 15%;
}

.ab-directions-logo {
  margin: 0px auto 15px;
  width: 25%;
}

.ab-section-title {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0px 0px 45px;
  padding: 45px 0px 0px;
  color: #B40404 !important;
}

/* Product Category */
#portfolio-access {
  margin: 30px 0 20px 0;
  color: #DF3A01 !important;
  font-style: italic;
  font-size: 20px;
}

.portfolio-item {
  margin: 0 1px 20px 1px;
  padding: 7px;
  border: 1px solid #BDBDBD;
}

.portfolio-item div a img {
  max-width: 100% !important;
  height: 100% !important;
}

.cat-sub {
  color: #9C9B9B;
  font-size: 14px;
  font-style: italic;
  margin: 0 0 40px 4%;
  line-height: 190%;
}

.cat-sub a {
  color: #F5A9A9;
  text-decoration: none !important;
}

.category-banner {
  background-color: #D8D8D8;
  max-width: 100% !important;
  margin-top: 30px;
}

.category-featured-heading {
  font-weight: normal !important;
  color: #F2F2F2 !important;
}

.card-title {
  text-align: center;
  color: #ada4a0;
}

.portfolio-name {
  font-size: 1.3em;
}

.portfolio-subheading {
  font-style: italic;
  font-weight: normal !important;
  line-height: 150%;
}

.category-accordian-heading {
  padding-top: 35px;
  margin-left: 18px;
  font-size: 1.5em;
  color: #B40404;
}

.cat-accordian-panel {
  margin-left: 15px !important;
  max-width: 100% !important;
  border: none !important;
}

.accordian-panel-title {
  color: #6E6E6E;
  font-style: italic !important;
  font-weight: lighter !important;
  margin-left: 35px;
}

.accordian-panel-title a,
.cat-accordian-panel,
.accordian-panel-heading {
  background-color: #D8D8D8 !important;
}

.cat-accordian-panel {
  margin: 5px !important;
}

.acc-panel-group {
  margin-bottom: 5px !important;
}

.cat-accordian-panel a {
  text-decoration: none !important;
}

.accordian-panel-title:hover {
  color: #B40404 !important;
}

.accordian-panel-body {
  background-color: #FFFFFF !important;
}

.cat-accordian-caret {
  position: absolute;
  right: 35px;
  width: 25px;
  height: 12px;
  margin-top: -15px;
  color: #6E6E6E;
}

.cat-accordian-image img {
  width: 100% !important;
}

.accordian-product-image {
  display: inline-block;
  margin: 5px 5px 25px 5px;
  width: 100%;
}

.accordian-product-image img {
  height: 100% !important;
  width: 100% !important;
}

/* Products */
.woocommerce .products .product, .woocommerce-page .products .product {
  padding: 4px;
}

.product_page {
  background-color: #FFFFFC;
  padding: 5px;
}

.product_for_sale {
  margin: 15px auto 15px auto;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.product_for_sale ul {
  margin: 0;
  padding: 0 15% 0 15%;
  list-style: none;
}

.product_for_sale ul li {
  list-stylemargin: 0;
  padding: 0;
  width: 50%;
  float: left;
  margin: 0 0px 0 0px;
}

.product_for_sale ul li img {
  display: block;
  width: 100%;
  height: auto;
  border: #FFF solid 4px;
}

.table {
  margin-bottom: 3px;
}

.table > tbody > tr > td {
  padding: 3px;
  border-top: 0px solid #DDD;
}

/* Product page spinner */
#spinnerloader {
  display: none;
}

.product {
  margin: 35px 0 60px 0;
  width: 100%;
}

.product-details {
  margin: 25px 0 25px 0;
}

.product-details a img {
  width: 100%;
  max-width: 600px;
}

figcaption {
  display: none;
}

.product-details figure {
  display: none;
}

.artist-info {
  border-top: 1px solid #DDD;
  margin-top: 15px;
}

.artist-info span.artist-top-section {
  margin-top: 15px;
  font-size: 16px;
}

.artist-info span.artist-bottom-section {
  font-size: 13px;
  line-height: 130%;
  margin-top: 15px;
}

span.glyphicon {
  color: #DDD;
}

span.glyphicon-picture {
  font-size: 2.25em;
}

a.alert-link span.glyphicon-shopping-cart {
  color: #3C763D;
}

.description_scroll {
  width: 100%;
  height: 80px;
  overflow: auto;
}

.description_scroll ul {
  list-style-image: url("/wp-content/themes/nudie-child/images/leaf_icon.jpg");
}

img.attachment-cart-image {
  width: 40% !important;
  margin: 6px 0 6px 0;
}

.product-description-custom {
  padding-top: 20px;
  font-size: 17px !important;
  color: #989898;
}

.product-description-custom-left {
  font-size: 14px !important;
  font-style: italic;
  line-height: 190%;
  color: #989898;
  margin-left: 3.5%;
}

.product-description-custom-left h4 {
  margin-bottom: 20px;
}

h1.product_title {
  margin-bottom: 20px;
  font-weight: normal !important;
  text-transform: uppercase;
  color: #CBC8C8;
}

.woocommerce .product .price {
  color: #A3AE8F;
}

.background-tint {
  background-image: url("/wp-content/themes/nudie-child/images/bg02.jpg");
  padding: 10px;
  -webkit-border-radius: 10px;
}

.product-info-box {
  margin: 4px;
}

.product-info-box-mobile {
  margin-top: 14px;
}

.product-gallery-pics {
  margin: 10px 0;
  position: relative;
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #A4A4A4;
  font-style: italic;
  height: 10px;
}

.product-gallery-pics a {
  width: 47% !important;
  border: 1px solid #E6E6E6;
}

.product-gallery-pics a:hover {
  text-decoration: none !important;
}

.products .thumbnail {
  display: none !important;
}

.related-product-heading {
  font-size: 24px !important;
  color: #989898;
  font-style: italic;
}

.related-product-thumbs {
  display: inline-block;
  width: 25%;
  height: 200px;
  vertical-align: top;
  margin-bottom: 2.5em;
}

.related-product-desc {
  font-size: 0.8em;
  font-style: italic;
  line-height: 17px;
  width: 150px;
  overflow-wrap: break-word;
  text-align: center;
  color: #B29494;
  margin-top: 5px;
}

/* Cart */
/* Mini Cart */
ul.side_mini {
  list-style: none !important;
}

ul.side_mini li {
  margin-left: -40px !important;
}

.minicart_button {
  background-color: #F2F0E7 !important;
  border-color: #ffffff !important;
}

.minicart_button2 {
  background-color: #DAD8D5 !important;
  border-color: #F5C7C5 !important;
}

ul.side_mini a img {
  width: 100%;
  height: 100%;
}

.minicart_panel a:hover {
  color: #BC7774;
  font-weight: bold;
}

/* Cart Page */
.cart-field {
  margin-top: 40px;
}

.second-row {
  margin-bottom: 15px;
}

.quantity-number {
  max-width: 150px;
}

.product-subtotal {
  font-weight: 700;
}

.glyphicon-minus, .glyphicon-plus {
  color: #6E2C2C !important;
}

.btn-info {
  margin: 4px;
  background-color: #BE6868;
  border-color: #6E5A5A;
}

.btn-info:hover, .checkout-button:hover {
  background-color: #EBE7E7 !important;
  border-color: #6E5A5A;
  color: #BE6868;
}

.remove {
  color: #F00;
}

.cart_totals h3 {
  padding-bottom: 5px;
  border-bottom: solid 1px #666;
}

.cart-subtotal {
  font-size: 1.3em;
}

.product-name {
  font-size: 1.1em;
}

form.cart {
  margin-bottom: 4em !important;
}

.product-quantity {
  float: left !important;
  padding: 1em 0 1em 0 !important;
}

.cart-product-image a img {
  border: 1px solid red !important;
}

/*
 Sliding Cart CSS. 
*/
body.open .sidecart {
  right: 0px;
  transition: right 1s linear;
}

.sidecart {
  position: absolute;
  background-image: url("/wp-content/themes/nudie-child/images/sales_pad_bkgrnd-c.jpg");
  background-size: 100%;
  opacity: 0.9;
  width: 500px;
  right: -500px;
  z-index: 10000;
}

.sidecartrows:nth-of-type(odd) {
  background-color: #F1E3BE;
}

.sidecartrows:nth-of-type(even) {
  background-color: #F5EEDE;
}

thead {
  border-color: #A25959;
  border-style: double;
  border-width: 0px 0px 3px 0px;
}

th {
  font-style: italic;
  color: #877979;
}

.sidecartrows {
  line-height: 100% !important;
  padding-top: 4px;
}

.sidecart .row {
  margin-left: -5px;
  margin-right: -5px;
}

.sidecartrows .product-name a, .variation {
  font-size: 0.75em;
  text-decoration: none;
  color: #BE6868;
}

/** Cart Backorder Notification **/
p.backorder_notification {
  font-size: 0.8em;
  color: #D74646;
  font-weight: bold;
  font-style: italic;
}

.variation {
  font-style: italic;
}

.sidecartrows .product-name a:hover {
  text-decoration: none;
  color: #774040;
}

.btn-circle.btn-xl {
  width: 90px;
  height: 60px;
  padding: 10px 12px;
  font-size: 1em;
  line-height: 1.33;
  border-radius: 35px;
  border: none;
  background: #D2B56E;
}

.button-panel div[class^=col] {
  padding-left: 0px;
  padding-right: 0px;
}

#emptysidecart {
  margin: 0 15px 15px 70px;
}

#emptyinstance {
  margin-top: 15px;
}

/** Menu Cart Icon **/
.carticon-flex-container {
  display: flex;
}

.carticon-flex-container > div {
  margin: 0 5px 0 5px;
}

/* Check Out Page */
.woocommerce {
  margin-top: 40px;
}

.billing-info {
  background-color: #F0F0F0;
  padding: 1em;
  border-radius: 5px;
  margin-bottom: 1em;
}

.shipping-info {
  padding: 1em;
  border: 1px solid #F5A9A9;
  border-radius: 5px;
}

/*Create Account*/
.pass-warning {
  background: #DFD6E0;
}

.account-create-pass {
  width: 70%;
}

.checkout_account_styling, .create-account {
  background: #EFEAF0;
  border-radius: 10px;
  padding: 10px;
}

#place_order {
  margin-top: 20px !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F5D6D6;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #FFECEC;
}

.grey-stripe > tbody > tr:nth-of-type(odd) {
  background-color: #F5F5F2;
}

.grey-stripe > tbody > tr:nth-of-type(even) {
  background-color: #FDFDFD;
}

/*Missing Validation .png*/
.woocommerce form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce form .form-row.validate-required.woocommerce-validated input.form-control, .woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-validated input.form-control {
  background-image: url(woocommerce/images/icons/valid.png) !important;
}

.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce form .form-row.validate-required.woocommerce-invalid input.form-control, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.form-control {
  background-image: url(woocommerce/images/icons/invalid.png) !important;
}

/* Coupon */
form.checkout_coupon p.form-row {
  margin: 5px !important;
}

form.checkout_coupon p.form-group .btn {
  background-color: #fcf8e3 !important;
}

/*Styling Thank You Page */
.modified-item-meta {
  color: #DF0101;
  font-size: 0.9em;
  padding-inline-start: 0px !important;
}

.modified-item-meta li {
  list-style: none;
}

.order-summary-line-spacing {
  float: left;
}

.display-p-tag p {
  width: 200px;
  display: inline-block;
}

/* Isotope */
.isotope-filter {
  margin-top: 25px;
  margin-bottom: 15px;
}

#rjcontainer {
  border: 0px solid #666;
  padding: 3px;
  width: 100%;
  overflow: hidden;
}

/* Social Icons */
.social_icons {
  background: none !important;
}

#social_icons_container {
  margin-left: 5%;
}

.element {
  width: 128px;
  height: 128px;
  margin: 2px;
  float: left;
  overflow: hidden;
  position: relative;
  background: #ffffff;
}

.element * {
  position: absolute;
  margin: 0;
}

/* Larger Post Product Isotope */
.larger_isotope {
  margin: 0 auto 0 auto;
}

.larger_isotope .element {
  width: 140px;
  height: 140px;
  background: none;
}

.larger_isotope_element_border {
  margin: 1px !important;
  border: 1px solid #CDCDCD;
  border-radius: 10px;
}

.larger_isotope_element img {
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 141px;
  /*opacity:0.7;
  filter:alpha(opacity=70); /* For IE8 and earlier */
}

/*post link styles */
.blog-link {
  margin: 1px !important;
}

.blog-link img {
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  max-width: 128px;
  /*opacity:0.7;*/
  /*filter:alpha(opacity=70);*/
  /* For IE8 and earlier */
}

.blog-link-container {
  margin: 0 auto 0 auto;
}

.product-page-container {
  margin-left: auto !important;
  margin-right: auto !important;
}

.box {
  /* if not using border-box 
  width: 218px; 
  */
  width: 260px;
  background: #ffffff;
  border: 1px solid #999;
  padding: 5px;
  margin: 5px;
  float: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /*-webkit-box-shadow: 0px 0px 5px 1px #aaa;
  box-shadow: 0px 0px 5px 1px #aaa;*/
}

img.attachment-shop_catalog,
img.attachment-woocommerce_thumbnail {
  width: 250px !important;
  height: 250px !important;
}

/* Shop Page Works on Paper Styles */
.wop_info {
  height: 80px;
  margin-top: 5px;
  text-align: center;
  color: #ADADAD;
  font-size: 0.9em;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/* Masonry */
#container {
  background: #FFF;
  padding: 0px;
  /*margin-bottom: 20px;*/
  border-radius: 5px;
  clear: both;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.exhibit_post_text {
  /*background: #EEEAEA!important;*/
  font-family: "courier-prime", monospace;
  font-size: 1.4em !important;
  color: #000000 !important;
  line-height: 150% !important;
  text-align: left;
  padding: 1em;
}

.item.w1 {
  /*Kucka*/
  width: 18% !important;
}

.item.w2 {
  /*Bosman*/
  width: 45% !important;
}

.item.w3 {
  /*Small*/
  width: 49% !important;
}

.item.w4 {
  /*Eastman*/
  width: 45% !important;
}

.item.w5 {
  /*Steinert*/
  width: 35% !important;
}

.item.w6 {
  /*Mason*/
  width: 48% !important;
}

.item.w7 {
  /*Stemmermann*/
  width: 20% !important;
}

.item.w8 {
  /*text*/
  width: 100% !important;
}

div#container .item {
  margin: 0px;
  padding: 0px;
  background: #ffffff;
  font-size: 11px;
  line-height: 1.4em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.item img {
  /*display: block;*/
}

.item.w1 p, .item.w2 p, .item.w3 p, .item.w4 p, .item.w5 p, .item.w6 p, .item.w7 p {
  font-family: "courier-prime", monospace !important;
  margin-left: 10% !important;
  font-style: italic !important;
  font-size: 0.9em;
  padding-top: 4px;
}

/* Masonry on Search Results Page */
.grid-item,
.grid-sizer {
  width: 250px;
}

.grid {
  margin: 0 auto;
}

/* Fancybox */
.fancybox-skin {
  background: rgba(66, 66, 66, 0.6) !important;
}

.fancybox-inner {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.fancybox-title {
  color: #CCC !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

/*.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}*/
.fancybox-close {
  top: 0;
  right: 0;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media (min-width: 992px) {
  .fancybox-image {
    width: 65%;
    margin-left: 17.5%;
  }
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/*Thumbnail styling */
.product-details {
  height: auto;
  float: left;
  width: 100%;
}

.product-details a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  display: block;
  float: left;
  width: 48%;
  margin: 1px;
  line-height: 0;
}

.main-product-image a {
  width: 100% !important;
  padding: 0px !important;
  border: 0px !important;
  background-color: #FFFFFC;
}

.main-product-image img:hover {
  border: 1px dotted #848484 !important;
}

/*.product_thumbs {
   width:48%;
   margin:3px;

} */
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(css/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
    background-image: url(css/default-skin.svg);
  }

  .pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/* Overlaid Elements */
#popup, #popup_slider {
  z-index: 10004;
  background: rgba(66, 66, 66, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  display: none;
}

#center {
  margin: 0% auto;
}

#lightbox {
  width: 100%;
}

.marigold .row p {
  color: #666 !important;
}

/*Optin Email Popup */
#baltimore-element-title-content:focus {
  outline: 0 !important;
}

#baltimore-element-banner-content, #baltimore-element-title, #baltimore-element-tagline-content, #baltimore-field-submit {
  font-family: "courier-prime" !important;
}

/* Media Queries */
/* Rollover for menus http://www.joostrap.com/support/tutorials-videos/202-how-to-enable-hover-for-nav-dropdowns for non-collapse only */
@media (min-width: 750px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 480px) {
  /* Main post page heading clearance */
  .post-heading-custom {
    margin: 30px 0 0px;
  }

  /* Product Category Heading Box clearance */
  .category-banner {
    margin-top: 48px;
  }

  /* Archive clearance */
  .sz_archive-selector {
    margin-top: 48px;
  }

  /* Shop Page Heading Box clearance */
  .shop-page-header {
    margin-top: 48px;
  }

  .products {
    margin-top: 40px !important;
  }

  .dropdown-menu {
    left: -175px;
  }

  #missing-page-image {
    margin-top: 55px;
  }

  /*About image*/
  .imagecredit2 {
    max-width: 100%;
  }

  .imagecredit2 img {
    width: 100%;
  }

  .contact-text {
    line-height: 25px;
  }
}
@media (min-width: 1400px) {
  .rjlogo {
    margin: 0 140px 0 -140px;
  }
}
@media (min-width: 992px) {
  #lightbox {
    width: 65%;
  }

  .woocommerce-checkout-payment, .woocommerce-checkout-review-order-table {
    margin-left: 10%;
    border-radius: 10px;
    width: 80%;
  }

  .navbar-nav {
    margin-top: 35px !important;
  }

  #menu-primary-items, .menu-item a {
    height: 35px !important;
  }

  .header-width-align {
    width: 1235px;
  }

  .panel {
    margin-left: 16%;
    max-width: 250px;
  }

  /* Main post page heading clearance */
  .post-heading-custom {
    margin: 30px 0 0px;
  }

  .side-column-heading {
    padding-left: 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .container-fluid {
    margin-top: 65px;
  }

  #missing-page-image {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  div.mr_social_sharing_wrapper, div.entry-byline, div.entry-meta {
    width: 200px !important;
    margin-left: 1% !important;
    overflow: hidden !important;
  }

  div.post_navigation {
    width: 95%;
  }

  .product_for_sale ul {
    padding: 0 0 0 0;
  }

  /*div.side_panel, div.side_panel2 {
  	display:none!important;
  }*/
  .google_map_about_us {
    width: 100%;
    margin-left: 0%;
  }

  .ab-directions-logo {
    width: 75%;
  }

  .woocommerce-shipping-fields {
    margin-top: 10px;
  }

  /*Create Account*/
  .account-create-pass {
    width: 100%;
  }

  .create-account {
    width: 100%;
  }

  #password-reset {
    margin: 2em 2% 2em 2%;
  }

  /*Category Page*/
  .portfolio-item {
    margin-bottom: 45px;
  }

  .cat-accordian-image {
    margin-left: 0%;
  }

  .accordian-product-image {
    width: 100%;
  }

  /*Image Grids*/
  .twogrid, .fourgrid {
    width: 100%;
    padding: 3px;
  }

  /*Post Images*/
  .mediumwidthimage,
.largerwidthimage,
.mediumwidthimage2,
.smallwidthimage {
    width: 100%;
    margin-left: 0px;
  }

  /* Shop Page Adjustments*/
  #shop-page-heading h2 {
    margin: 0 15px 15px 15px !important;
  }

  .shop-page {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 5px;
  }

  .shop-page-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .shop-content-text {
    margin: 0 15px 0 15px !important;
  }

  .shop-content-text2 {
    margin: 20px 5px 0 5px !important;
  }

  .shopphotocredit {
    padding-left: 10px;
  }

  .mainshopimage {
    margin-bottom: 5px;
  }

  .secondaryshoptext {
    margin: 5px 10px 5px 10px !important;
  }

  .tertiaryshoptext {
    margin: 0 5px 10px 5px !important;
  }

  .instagram_shop img {
    max-width: 40%;
  }

  /* Suggested Products */
  .related-product-thumbs {
    width: 50%;
  }

  .notebook_front p {
    font-size: 16px !important;
  }
}
/* Media for Specific Posts */
/* media */
@media (max-width: 480px) {
  .small_device {
    width: 100% !important;
  }

  /* Butternut Bears */
  .holiday_suggestions {
    width: 100% !important;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .verdure_image {
    width: 50%;
  }

  .provisions_product, .notebook_1989_product {
    width: 48%;
    height: auto;
  }

  .habitation_header img {
    width: 100% !important;
  }

  /*Sloop Post*/
  .harding_lane_text, .harding_lane_text2, .harding_lane_image, .harding_lane_image2 {
    width: 100% !important;
  }

  /*Raveling Post*/
  .knitting-raveling_text, .knitting-raveling_text2, .knitting-raveling_image, .knitting-raveling_image2, .knitting-raveling_image3, .knitting-raveling_image4 {
    width: 100% !important;
  }

  .knitting-raveling_image2 {
    margin: 20px 0 0 0px;
  }

  .knitting-raveling_image4 {
    margin: 5px 0 0 0px;
  }

  .knitting-raveling_image3, .knitting-raveling_image4 {
    padding-right: 0px;
  }

  /*Notebook Post*/
  .notebook_text, .notebook_image, .notebook_image2, .notebook_image3 {
    width: 100% !important;
  }

  /* In Process Post */
  #in-process_image1, #in-process_image2 {
    width: 100% !important;
  }

  .for_sale ul li {
    width: 48%;
  }

  /*BH*/
  #bh_image1 {
    margin-bottom: 15px !important;
  }

  /*Simple*/
  .simple_image, .simple_text {
    width: 100%;
  }

  .simple_image {
    margin-bottom: 20px !important;
  }

  .simple_image2 {
    width: 100%;
    margin-left: 0px;
  }

  .simple_image2 .for_sale ul li {
    margin: 0px;
  }

  /*Building Form*/
  .ceramics, .totem {
    width: 100%;
  }

  .totem_text {
    width: 100%;
    margin-left: 0px;
  }

  .totem_image {
    width: 48%;
  }

  .ceramics, .totem_image {
    margin: 15px 0 15px 0;
  }

  /* Inside Out */
  .inside_out, .inside_out3 {
    width: 100%;
    margin-left: 0%;
  }

  /* Bedroom States */
  .bedroom_print2 {
    width: 100%;
    margin-left: 0px;
  }

  .bedroom_print3 {
    position: relative;
    left: 0%;
    margin-left: 0px;
    width: 100%;
  }

  .bedroom_print_l, .bedroom_print_r {
    width: 100%;
  }

  .bedroom_print_l:before, .bedroom_print_r:before {
    content: "";
    width: 0px;
    height: 0px;
  }

  .bedroom_print_l:before {
    float: none;
  }

  .bedroom_print_r:before {
    float: none;
  }

  #bedroom_print_product .rjcontainer {
    margin-left: 0%;
  }

  /*Polaroid*/
  .polaroid2, .polaroid_text {
    width: 100%;
    margin-left: 0px;
  }

  /*Spring Calendar 2015*/
  #calendar_car_blanket, #calendar_louise_eastman, #calendar_cochineal_demo, #calendar_intuitive_print {
    width: 100%;
  }

  /*Cochineal 2*/
  #clay_cochineal2_tile_floor {
    width: 70%;
  }

  .cochineal2_product_container {
    margin-left: 0% !important;
  }

  .cochineal2-product {
    width: 125px !important;
    height: 125px !important;
  }

  .cochineal2-product img {
    max-width: 125px !important;
  }

  .cochineal-pillows-product a {
    width: 100% !important;
    margin: 1px !important;
  }

  /* Wendy Small */
  .wendy_small_image2 {
    width: 100%;
  }

  /* Prolific Lives */
  .prolific_image_1, .prolific_image_2, .prolific_image_3, .prolific_image_4 {
    width: 100%;
  }

  /*Print Pattern*/
  .print-pattern-details a {
    margin: 1px !important;
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  /*Cochineal 2*/
  .cochineal2_product_container {
    margin-left: 4% !important;
  }
}
/* Media for Products */
@media (max-width: 992px) {
  .lead {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  img.attachment-cart-image {
    width: 100% !important;
  }

  .product-gallery-pics a {
    width: 100% !important;
  }
}
@media (min-width: 769px) {
  .product-gallery-pics a {
    margin: 5px 5px 5px 5px !important;
  }

  .product-gallery-pics {
    padding-left: 2% !important;
  }

  .portfolio-item {
    max-width: 33% !important;
  }
}
@media (max-width: 992px) {
  .product {
    margin-top: 35px;
  }

  .alert-success {
    margin-top: 45px;
  }

  .aboutusimage {
    width: 100%;
    margin-left: 0%;
  }
}
/* Masonry */
@media (max-width: 480px) {
  .item.w1 p, .item.w7 p {
    width: 100%;
  }
}
/* Isotope */
@media (min-width: 992px) {
  .social_icons {
    width: 100px !important;
    height: 100px !important;
  }
}
@media (max-width: 480px) {
  .wop_info {
    height: 85px;
    font-size: 0.8em;
    line-height: 115%;
  }

  img.attachment-shop_catalog {
    width: 128px !important;
    height: 128px !important;
  }

  .box {
    /*width: 138px;*/
    width: 48%;
    margin-left: 0px !important;
  }

  .box a img {
    height: 100% !important;
    width: 100% !important;
  }

  .product-page-container {
    width: 100% !important;
  }

  .larger_isotope .element {
    width: 128px;
    height: 128px;
    background: none;
  }

  .larger_isotope_element img {
    max-width: 128px;
  }

  #social_icons_container .element {
    width: 120px !important;
  }
}
/* Sliding Cart */
@media only screen and (max-width: 480px) {
  .subrow {
    width: 100%;
    float: left;
  }

  .subrow .product-remove, .subrow .product-thumbnail, .subrow .product-name, .subrow .product-price, .subrow .product-quantity, .subrow .product-subtotal {
    width: 33% !important;
  }

  .subrow .shopbutton, .subrow .checkoutbutton, .subrow .sideloaderspace, .subrow .updatebutton {
    width: 49% !important;
    text-align: center;
  }

  body.open .sidecart {
    width: 100%;
  }
}
/* Search */
@media (min-width: 768px) {
  .navbar-default .search-form .form-group {
    display: inline-block !important;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .grid-item,
.grid-sizer {
    width: 155px;
  }

  .post-type {
    font-size: 7px;
    padding: 5px 0 0 3px;
  }

  .search-page {
    margin-top: 60px !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .search-page {
    margin-top: 95px !important;
  }

  .form-group {
    padding-bottom: 5px !important;
  }
}
/* Accounts */
/* My Account */
.lost_my_password {
  margin: 2em 0 2em 2em;
}

#password-reset {
  padding: 3em;
  margin: 2em 20% 2em 20%;
  border: 1px solid #BDBDBD;
  border-radius: 5px;
}

.woocommerce-MyAccount-navigation-link a {
  color: #A4A4A4;
}

.woocommerce-MyAccount-navigation {
  border: 1px solid #BDBDBD;
  border-radius: 5px;
  padding: 1em;
}

.woocommerce-MyAccount-navigation .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #AE5656;
  color: #fffff;
}

.woocommerce-MyAccount-content {
  margin-left: 1em;
}

.woocommerce form .form-row label {
  font-weight: normal !important;
  color: #BB9D9D !important;
}

.woocommerce-MyAccount-content a {
  color: #B40404;
  font-size: 14px !important;
  text-decoration: none;
  font-style: italic;
  margin-bottom: 1em;
  box-shadow: none !important;
}

.linktoaccount {
  color: #B40404;
  font-size: 14px !important;
  text-decoration: none;
  margin-bottom: 1em !important;
  box-shadow: none !important;
  border: 1px solid #BDBDBD;
  border-radius: 5px;
}

.woocommerce-MyAccount-content a:hover {
  color: #ffffff;
  padding: 3px;
  background-color: #BC7878;
}

.linktoaccount:hover {
  color: #ffffff;
  background-color: #8A0808;
}

.narrower-field {
  width: 50%;
}

fieldset.password-change {
  margin-top: 30px;
}

fieldset.password-change,
legend.password-change {
  color: #9C9B9B !important;
}

.address-change-header {
  color: #9C9B9B !important;
  font-size: 20px;
}

label.woocommerce-form__label {
  font-weight: normal !important;
  color: #BB9D9D !important;
  font-style: italic;
}

/* Stripe payment box */
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
  margin: 2.5em 0 1em 0 !important;
}

/* Category Pages */
nav.woocommerce-breadcrumb,
main#main .term-description {
  display: none;
}

div.container-fluid .term-description {
  display: block !important;
  margin: 0 0 20px 5%;
  color: #9C9B9B;
}

div.container-fluid .term-description a {
  color: #F5A9A9;
  text-decoration: none !important;
}

div#primary #main {
  padding: 0.25em 0 0 0 !important;
}

.category-pages {
  background-color: #E6E6E6;
}

.category-pages-specific {
  background-color: #F8F8FA;
  width: 100% !important;
  padding: 0 20px 0 20px;
}

/* Sold Out Badges */
.soldout {
  padding: 10px 3px 3px 3px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  background: #FA5858;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 12px;
  opacity: 0.8;
}

span.available {
  padding: 3px 8px;
  position: absolute;
  top: 6px;
  right: 6px;
}

/* Snazzy Archive - modified for archive section */
.snazzy {
  text-align: left;
  overflow: auto;
}

.sz_archive-selector {
  margin-bottom: 25px;
}

.sz_table {
  overflow: auto;
  display: inline-block;
}

.snazzy a, .snazzy a:hover {
  text-decoration: none;
}

.sz_cont {
  width: 150px;
  display: block;
  overflow: hidden;
  margin: 0px 0px 10px;
}

.sz_page {
  background-color: #ffffef;
}

.sz_img {
  height: 150px;
}

.snazzy img {
  margin: 0;
  padding: 0;
}

.sz_year {
  font-size: 22px;
  color: #444;
  font-family: georgia, verdana;
  font-style: italic;
}

.sz_date_yr {
  height: 42px;
  font-size: 34px;
}

.sz_date_mon {
  height: 29px;
  font-size: 22px;
  cursor: pointer;
}

.sz_date_day {
  background: #A4A4A4;
  color: #ffffff;
  margin-bottom: 5px;
  height: 25px;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 5px 3px;
  /*border:1px solid #000;*/
  cursor: pointer;
}

.sz_title {
  padding: 5px 0px;
  font-weight: bold;
  color: #444;
  text-decoration: none;
}

/*.sz_img .sz_titleon {
visibility: hidden;
}*/
.sz_img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  visibility: visible;
}

.sz_titleon {
  line-height: 14px;
  color: #eee;
  background-color: #333;
}

/*.sz_img:hover .sz_titleon:hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
color: #FFFFFF;
filter: alpha(opacity=100);
opacity: 1;
}*/
.sz_excerpt {
  font-size: 12px;
  padding-bottom: 5px;
  color: #893333;
  text-decoration: none;
}

.sz_clr {
  padding-top: 20px;
}

.sz_carousel {
  position: relative;
  visibility: hidden;
  left: -5000px;
}

.sz_carousel ul {
  text-indent: 0 !important;
}

.sz_carousel li {
  padding: 0px 8px;
}

/*Back to top arrow*/
.sz_back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  .snazzy table,
.snazzy thead,
.snazzy tbody,
.snazzy th,
.snazzy td,
.snazzy tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .snazzy thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .snazzy tr {
    border: 1px solid #ccc;
  }

  .snazzy td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    /*padding-left: 50%;*/
    white-space: normal;
    text-align: left;
  }

  .snazzy td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

  /*
  Label the data
  */
  .snazzy td:before {
    content: attr(data-title);
  }

  .sz_cont {
    width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sz_img {
    height: 300px;
  }

  .sz_date_day {
    background: #ffffff;
    color: #6E6E6E;
  }

  .sz_img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }

  .sz_back-to-top {
    width: 60px !important;
    bottom: 40px;
  }
}
/* Search Styling */
.search-page {
  margin-top: 50px;
}

.search-image img {
  width: 100% !important;
  height: 100% !important;
  padding: 3px;
}

.search-excerpt {
  color: #8A2908;
  padding: 5px;
  font-style: italic;
}

.search-query,
.search-submit {
  font-size: 0.8em;
  font-style: italic;
  padding: 4px;
}

#header .search-form .search-submit {
  display: inline-block !important;
}

.search-submit,
.search-text {
  border: 1px solid #BDBDBD !important;
}

.search-submit {
  background: #FECFDB;
}

.title-result {
  padding: 8px;
  text-align: center;
}

.title-result a {
  font-size: 1.3em;
  color: #A4A4A4;
  text-decoration: none;
}

.title-result a:hover {
  color: #685557;
}

.result-container {
  padding: 3px;
  background: #ffffff;
  border: 4px solid #D8D8D8;
}

.title-result-main {
  margin-top: 20px;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 20px;
  color: #8A0829;
}

.post-type {
  font-style: italic;
  font-size: 12px;
  color: #DBA901;
  padding: 5px 0 0 5px;
}

/* Print Residency Styling */
.janis-print-text {
  color: #9C9B9B;
  font-size: 16px;
}

.janis-print-title {
  color: #9C9B9B;
  font-size: 12px;
  font-style: italic;
}

/*.cognito {
	border:1px dotted!important;
	padding:5px;
}*/
.cognito .c-forms-template {
  color: #9C9B9B;
}

.c-label {
  font-size: 13px;
  border-bottom: none !important;
  color: #9C9B9B !important;
}

.cognito .c-forms-form-title {
  padding: 5px 0 10px 0 !important;
  max-width: 95% !important;
  color: #9C9B9B;
}

.cognito .c-forms-form-title h2 {
  font-size: 18px !important;
}

.cognito .c-forms-form .c-forms-heading {
  padding-bottom: 5px !important;
}

.cognito .c-button {
  margin: 8px 8px 8px !important;
}

.cognito.c-sml .c-button-section {
  padding: 0px 0 0 15px !important;
}

.cognito ::placeholder {
  color: #D8D8D8 !important;
}

.cognito .c-forms-confirmation-message {
  /*padding: 28px 8px 20px 110px;*/
  color: #04B486;
  font-style: italic;
}

/* Shop page styling */
#shop-page-heading h2 {
  color: #ffffff;
  margin: 0 0 15px 0;
  background: #dac6b3;
  padding: 30px;
}

.shop-page-pills li a {
  color: #829D65;
}

.shop-page-greeting {
  font-weight: bolder;
}

.shop-page-pills li a:hover {
  color: #A44B14;
  background-color: #E3D8A3;
}

.shop-page-header {
  border: 1px solid #EEA1BE;
}

.shop-content-text {
  text-align: left;
  padding: 10px;
  font-size: 17px !important;
  line-height: 155% !important;
  color: #757171;
  background-color: #E0D6B6;
}

.shop-content-text2 {
  text-align: left;
  padding: 10px;
  font-size: 17px !important;
  line-height: 155% !important;
  color: #757171;
  background-color: #E4E2D9;
  border: 1px solid #B5B3AC;
}

.secondaryshoptext {
  text-align: left;
  padding: 10px;
  font-size: 17px !important;
  line-height: 155% !important;
  color: #757171;
}

.tertiaryshoptext {
  text-align: left;
  padding: 10px;
  font-size: 17px !important;
  line-height: 155% !important;
  color: #757171;
  border: 3px dotted #BFDAE0;
}

.footershoptext {
  text-align: left;
  padding: 15px;
  font-size: 0.9em !important;
  line-height: 155% !important;
  color: #757171;
}

.secondaryshopproduct {
  margin-top: 25px;
}

.shop-content-text a {
  color: #AE5D50;
}

.shop-content-text p {
  padding-bottom: 15px;
}

.shop-content-main-image:hover {
  border: solid 2px #8A0808;
}

.shopnew {
  font-style: italic;
  color: #AE3B46;
}

.shop-page-sidebar {
  margin: 0 0 25px 0;
}

.instagram_shop {
  font-style: italic;
  color: #BDBDBD;
  padding: 5px;
  text-align: center;
}

.instagram_shop a {
  text-decoration: none !important;
  color: #BDBDBD;
}

.instagram_shop img {
  width: 100%;
}

.instagram_shop p {
  margin: 20px 0 0 0;
}

/*# sourceMappingURL=style.css.map */
