.hide {
  display: none !important;
}

.no_text_selection {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.wrapper {
  position: relative;
  min-height: 100%;
  min-width: 960px;
  padding: 50px 0;
}

.base {
  padding-bottom: 150px;
}

.section_inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.show_3d_btn {
  cursor: pointer;
}
.show_3d_btn:hover {
  text-decoration: underline;
}

.wrapper_3d {
  width: 750px;
  height: 550px;
  margin: 0 auto;
  padding: 10px;
}

.wrapper_3d *{
  box-sizing:border-box;
}

.title_3d {
  margin-bottom: 17px;
  color: #000;
  font: 300 24px/1 "Open Sans", sans-serif;
  letter-spacing: -.5px;
}

.block_3d {
  position: relative;
  padding-left: 110px;
}

.thumbs_3d {
  position: absolute;
  top: 0;
  left: 0;
  width: 105px;
  height: 420px;
  overflow: hidden;
}

.thumb_item {
  cursor: pointer;
  display: block;
  vertical-align: middle;
  width: 98px;
  height: 98px;
  padding: 6px;
  margin-top: 5px;
  line-height: 84px;
  box-shadow: inset 0 0 0 1px #c9c9c9;
}
.thumb_item:first-child {
  margin-top: 0;
}
.thumb_item:hover {
  box-shadow: inset 0 0 0 3px #c9c9c9;
}
.thumb_item.active {
  cursor: default;
  box-shadow: inset 0 0 0 6px #c9c9c9;
}
.thumb_item img {
  display: inline-block;
  vertical-align: middle;
}

.reel_block {
  position: relative;
  padding-bottom: 55px;
  vertical-align: middle;
  text-align: center;
}

.reel_rotator {
  display: table-cell !important;
  vertical-align: middle;
}
.reel_rotator img {
  display: inline-block !important;
  vertical-align: middle;
}

.reel_orbit {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  height: 40px;
  background: url(../i/bg_elipse.png) no-repeat 50% 70%;
}

.reel_orbit_caption {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #a09c9c;
}

.reel_pin {
  position: absolute;
  top: 13px;
  border-radius: 100%;
  width: 17px;
  height: 17px;
  background: #fff;
  border: 3px solid #cf352a;
  cursor: pointer;
}

.reel_center {
  display: inline-block;
  vertical-align: middle;
  height: 400px;
}

.nicescroll-rails div {
  cursor: pointer;
  border: none !important;
  opacity: .6;
}
.nicescroll-rails div:active {
  opacity: 1;
}
.nicescroll-rails:hover div {
  opacity: 1;
}

#reel_image-reel .reel-preloader {
  background: #c9c9c9;
}

.popup_holder {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.nicescroll-rails {
  z-index: 101 !important;
}
