/* 33d Custom Style */
img.showroom-thumb {
  margin-top: 12px;
}

.side-push-panel {
  font-weight: 100;
  background: #efefef;
  width: 490px;
  height: 100%;
  padding-left: 50px;
  position: fixed;
  z-index: 100;
  -webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.2);
  right: -450px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: rgb(97, 96, 96);
}
.side-push-panel:hover,
.side-push-panel:focus {
  transform: translate3d(-450px, 0, 0);
  animation-timing-function: 1s ease-in;
}

.side-push-panel .title {
  top: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: rotate(270deg);
  left: 0px;
  font-weight: 800;
  font-size: 15px;
}
.imgwrapper {
  object-fit: contain;
  width: 100%;
}

.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}
.new_item {
  font-size: 0.65em;
  color: #fff;
  background-color: rgb(141, 140, 140);
  padding: 0.15em 0.5em 0.15em 0.5em;
}
.list-group-item {
  min-width: 360px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* style the elements with CSS */
#pleaserotate-graphic {
  fill: #fff;
}

#pleaserotate-backdrop {
  color: #fff;
  background-color: #000;
}

.img-responsive-full {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1920px;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .img-responsive-full {
    min-width: 900px;
  }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  /* CSS */
  .img-responsive-full {
    min-width: 1200px;
  }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* CSS */
  .img-responsive-full {
    min-width: 900px;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  /* CSS */
  .img-responsive-full {
    min-width: 900px;
    width: 60%;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  /* CSS */
  .img-responsive-full {
    min-width: 700px;
  }
}

.border {
  border: rgb(131, 131, 131) solid 1px;
}
