@charset "utf-8";
/* CSS Document */



.threesixty {
  position: relative;
  overflow: hidden;
  margin: 0 auto; }

.threesixty .threesixty_images {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0; }

.threesixty .threesixty_images img {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: auto; }

.threesixty .threesixty_images img.previous-image {
  visibility: hidden;
  width: 0; }

.threesixty .threesixty_images img.current-image {
  visibility: visible;
  width: 100%; }

.threesixty .spinner {
  width: 60px;
  display: block;
  margin: 0 auto;
  height: 30px;
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.threesixty .spinner span {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
  font-weight: bolder;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  display: block; }

.threesixty .nav_bar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11; }

.threesixty .nav_bar a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url(/assets/sprites.png) no-repeat;
  text-indent: -99999px; }

.threesixty .nav_bar a.nav_bar_play {
  background-position: 0 0 !important; }

.threesixty .nav_bar a.nav_bar_previous {
  background-position: 0 -73px !important; }

.threesixty .nav_bar a.nav_bar_stop {
  background-position: 0 -37px !important; }

.threesixty .nav_bar a.nav_bar_next {
  background-position: 0 -104px !important; }

/* html */
.threesixty:-webkit-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px; }

.threesixty:-moz-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px; }

#slider {
  width: 33%;
  margin: 0 auto; }

#slider:before {
  content: url(../img/slider_deco.png);
  position: absolute;
  left: -50px; }

#slider:after {
  content: url(../img/slider_deco.png);
  position: absolute;
  right: -50px;
  top: 0; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  left: -9px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-background {
  background: #c9c9c9;
  box-shadow: inset 0 1px 1px #f0f0f0; }

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-origin {
  border-radius: 50px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.noUi-target {
  border-radius: 50px;
  background-color: #886356; }

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB; }

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize; }

.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

.noUi-handle {
  background: url(../img/slider_drag.png);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer; }

/* Handle stripes;
 */
.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed; }

.follow_pinterest {
  text-align: center; }
  .follow_pinterest h2 {
    margin: 0;
    line-height: 14.5vh;
    font-family: 'bankgothic',helvetica, arial, sans-serif;
    font-size: 24px;
    color: #624339; }



/*# sourceMappingURL=style.css.map */

