body {
  overflow: hidden; }

/* Parallax base styles
  --------------------------------------------- */
.parallax {
  height: 500px;
  /* fallback for older browsers */
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-perspective: 300px;
  perspective: 300px;
  border-left: 16px solid #CCC;
  border-right: 16px solid #F0F0F0; }

.parallax__group {
  position: relative;
  height: 500px;
  /* fallback for older browsers */
  height: 100vh;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.parallax__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.parallax__layer--fore {
  -webkit-transform: translateZ(90px) scale(0.7);
  transform: translateZ(90px) scale(0.7);
  z-index: 1; }

.parallax__layer--base {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 4; }

.parallax__layer--back {
  -webkit-transform: translateZ(-300px) scale(2);
  transform: translateZ(-300px) scale(2);
  z-index: 3; }

.parallax__layer--deep {
  -webkit-transform: translateZ(-600px) scale(3);
  transform: translateZ(-600px) scale(3);
  z-index: 2; }

/* Debugger styles - used to show the effect
  --------------------------------------------- */
.debug {
  position: fixed;
  top: 0;
  left: .5em;
  z-index: 999;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: .5em;
  border-radius: 0 0 5px 5px; }

.debug-on .parallax__group {
  -webkit-transform: translate3d(800px, 0, -800px) rotateY(30deg);
  transform: translate3d(700px, 0, -800px) rotateY(30deg); }

.debug-on .parallax__layer {
  box-shadow: 0 0 0 2px #000;
  opacity: 0.9; }

.parallax__group {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s; }

/* centre the content in the parallax layers */
.title {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.abme {
  text-align: left;
  position: absolute;
  width: 48%;
  right: 25px;
  font-family: 'Raleway', sans-serif;
  font-size: 19px; }

.abme h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 30px; }

.div1 {
  text-align: center;
  position: fixed;
  right: 10%;
  top: 22%; }

.div1 button a, .div6 {
  color: white; }

.div2 {
  text-align: center;
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 45%;
  height: 100vh;
  background-image: url("../images/sam.jpg");
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 10px 13px 60px -12px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 10px 13px 60px -12px rgba(0, 0, 0, 0.48);
  box-shadow: 10px 13px 60px -12px rgba(0, 0, 0, 0.48); }

.div3 {
  padding-top: 33px;
  padding-bottom: 25px;
  width: 96%;
  text-align: center;
  margin: 0 auto; }

.div4 {
  display: block;
  clear: both;
  text-align: center;
  padding-bottom: 100px;
  background: #FFF;
  opacity: 0.88;
  -webkit-box-shadow: -1px 6px 21px -2px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: -1px 6px 21px -2px rgba(0, 0, 0, 0.48);
  box-shadow: -1px 6px 21px -2px rgba(0, 0, 0, 0.48); }

.div5 {
  display: block;
  clear: both;
  text-align: left;
  padding-bottom: 50px;
  background: linear-gradient(145deg, #000, #222);
  opacity: 0.9;
  color: white;
  padding: 10px 20px 80px 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  -webkit-box-shadow: 4px -1px 18px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px -1px 18px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 4px -1px 18px 0px rgba(0, 0, 0, 0.75); }

/* style the groups
  --------------------------------------------- */
#group1 {
  z-index: 5;
  /* slide over group 2 */ }

.cover_img {
  background: #66cc66;
  background-image: url("../images/cover_s.jpg");
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  transition: -webkit-filter 1s; }

.hide-blur {
  -webkit-filter: blur(0px);
  filter: blur(0px); }

#group2 {
  z-index: 3;
  /* slide under groups 1 and 3 */ }

#group2 .parallax__layer--back {
  background: linear-gradient(135deg, #888, #F0F0F0); }

#group3 {
  z-index: 4;
  /* slide over group 2 and 4 */ }

#group3 .parallax__layer--base {
  background: linear-gradient(135deg, #DDD, #AAA); }

#group4 {
  z-index: 2;
  /* slide under group 3 and 5 */ }

#group4 .parallax__layer--deep {
  background: #b8df65; }

/* group 1 styles
  --------------------------------------------- */
img#sam {
  border-radius: 360px;
  width: 120px; }

/*img#abmsam { width: 100%; }*/
.about {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 230px; }

.about .tp {
  background: white;
  opacity: 0.9;
  text-align: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 40px 10px 20px 10px; }

.about .bp {
  background: white;
  opacity: 0.9;
  text-align: center;
  border-top: 1px solid #EEE;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 20px 0 20px 0; }

.btn.blue {
  background-color: #288aae;
  color: white; }

img.margin_bottom_f {
  padding-bottom: 66px; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.h1Wrapper {
  border-left: 5px solid #629AA9;
  padding-left: 1rem;
  margin-bottom: 2rem; }

/* global */
.hidden {
  opacity: 0; }

.visible {
  opacity: 1; }

div.inline {
  display: inline-block; }

/* ---- button ---- */
.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  border-radius: 6px;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2));
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer; }

.button:hover {
  background-color: #8CF;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  color: #222; }

.button:active,
.button.is-checked {
  background-color: #28F; }

.button.is-checked {
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.8); }

.button:active {
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.8); }

/* ---- button-group ---- */
.button-group:after {
  content: '';
  display: block;
  clear: both; }

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px; }

/* ---- isotope ---- */
.grid {
  display: flex;
  flex-direction: row;
  border-top: 6px solid #DDD;
  /*  background: linear-gradient(135deg, #BBB, #F0F0F0);*/ }

/* clear fix */
.grid:after {
  content: '';
  clear: both; }

.price:before {
  content: '$';
  display: inline-block;
  clear: both; }

/* ---- .element-item ---- */
.element-item {
  position: relative;
  order: 1;
  width: 23%;
  min-height: 340px;
  margin: 1%;
  float: left;
  padding: 0px;
  color: #222;
  border-bottom-right-radius: 12px;
  -webkit-box-shadow: -1px 9px 34px -12px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: -1px 9px 34px -12px rgba(0, 0, 0, 0.48);
  box-shadow: -1px 9px 34px -12px rgba(0, 0, 0, 0.48); }

.element-item .name {
  position: absolute;
  left: 10px;
  top: 270px;
  font-size: 1.2em;
  font-weight: normal; }

.element-item .art {
  position: absolute;
  width: 100%;
  left: 8px;
  top: 8px; }

.element-item .tag {
  position: absolute;
  right: 0px;
  bottom: 50px;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 28px;
  font-weight: bold;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  -webkit-box-shadow: -1px 0px 25px -2px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: -1px 0px 25px -2px rgba(0, 0, 0, 0.48);
  box-shadow: -1px 0px 25px -2px rgba(0, 0, 0, 0.48); }

.element-item .desc {
  position: absolute;
  left: 10px;
  top: 310px;
  font-style: italic;
  font-size: 0.8em; }

.element-item .price {
  position: absolute;
  right: 8px;
  bottom: 5px;
  font-size: 1.2em; }

.element-item .sale {
  background-color: yellow;
  padding: 0px 4px;
  opacity: 0.8;
  color: #222; }

.element-item .new {
  background-color: red;
  padding: 0px 4px;
  opacity: 0.8;
  color: white; }

.element-item .sold {
  background-color: purple;
  padding: 0px 4px;
  opacity: 0.8;
  color: white; }

.element-item.seasons {
  background: linear-gradient(45deg, #FFF, #AAA); }

.element-item.category2 {
  background: linear-gradient(45deg, #A0A0A0, #FFF); }

.element-item.category3 {
  background: linear-gradient(45deg, #AFAFAF, #FFF); }

/* imge (paintings)***************************************************************************************************************************************************************************************/
.imge {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #E0E0E0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  top: -8px;
  left: -8px;
  background: linear-gradient(135deg, #DDD, #AAA); }

.imge img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.imge img.portrait {
  width: 100%;
  height: auto; }

/* XX-DESKTOP ***********************************************************************************************************************************************************************************************/
@media only screen and (min-width: 1900px) {
  .imge {
    width: 100%;
    height: 280px; }
  .element-item {
    width: 14%;
    margin: 1.33%; }
  .abme {
    top: 100px; } }

@media only screen and (min-width: 1600px) and (max-width: 1899px) {
  .imge {
    width: 100%;
    height: 280px; }
  .element-item {
    width: 18%; }
  .abme {
    top: 100px; } }

/* DESKTOP ***********************************************************************************************************************************************************************************************/
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .imge {
    width: 100%;
    height: 280px; }
  .abme {
    top: 100px; } }

/* MINI_DESKTOP ***********************************************************************************************************************************************************************************************/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .imge {
    width: 100%;
    height: 280px; }
  .element-item {
    width: 31.33%; }
  .abme {
    top: 100px; } }

/* TABLET ***********************************************************************************************************************************************************************************************/
@media only screen and (min-width: 650px) and (max-width: 991px) {
  .imge {
    width: 100%;
    height: 280px; }
  .element-item {
    width: 48%; }
  .parallax {
    border: 0; }
  .abme {
    top: -10px;
    font-size: 17px; } }

@media only screen and (min-width: 484px) and (max-width: 650px) {
  .imge {
    width: 100%;
    height: 280px; }
  .element-item {
    width: 74%;
    margin: 13%; }
  .parallax {
    border: 0; }
  .div1 {
    display: block;
    position: relative;
    width: 50%;
    width: calc(100% - 20%); }
  .div2 {
    display: none; }
  .abme {
    display: block;
    position: relative;
    width: 100%;
    right: 0;
    padding: 10%;
    top: 0px;
    font-size: 16px; } }

/* MOBILE ***********************************************************************************************************************************************************************************************/
@media only screen and (max-width: 484px) {
  .imge {
    width: 100%;
    height: 280px; }
  .button {
    width: 100%;
    margin: 0 auto; }
  .element-item {
    width: 98%; }
  .parallax {
    border: 0; }
  .div1 {
    display: block;
    position: relative;
    width: 100%;
    width: calc(100% - 10%); }
  .abme {
    display: block;
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    padding: 5%;
    font-size: calc(16px - 0.1vw); }
  .div2 {
    display: none; }
  .div3 {
    width: 100%; }
  .div5.floatLeft {
    display: none; } }

.arrow {
  position: fixed;
  top: 85%;
  left: 51%;
  margin-left: -20px;
  opacity: 0.7; }

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

.animation1 {
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1; }
