body {
	background-image: url("/resources/background.png");
	background-color: white;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
	}
.footer-bottom__left {
	display: block;
	position: fixed;
	bottom: 1px;
	left: 1px;
}

.footer-bottom__left {
    text-align: left;
    line-height: 18px;
}
.footer-bottom__left, .footer-bottom__middle, .footer-bottom__right {
    width: 33.333333333333336%;
}
.footer-bottom_left {
    padding: 30px 0 50px;
    color: #fff;
    background: url(/images/style/bethchatto/leaf-purple.svg);
}
body, input, textarea, button {
    font-family: 'ivystyle-sans',sans-serif;
    vertical-align: middle;
    line-height: normal;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #4a4a4a;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    line-height: 1.2;
}
html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    max-height: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
}
*, *:before, *:after {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}