.threesixty-block {
  position: relative; }

.threesixty {
  position: relative;
  overflow: hidden;
  cursor: all-scroll; }

.threesixty .threesixty_images {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0; }

.threesixty .threesixty_images img {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto; }

.threesixty .threesixty_images img.previous-image {
  visibility: hidden;
  /*
  		 Do not put here any other styles.
  		 It causes massive recalc / repaints and image flickering,
  		 especially on Firefox.
  	  */ }

.threesixty .threesixty_images img.current-image {
  visibility: visible;
  /*
  		 Do not put here any other styles.
  		 It causes massive recalc / repaints and image flickering,
  		 especially on Firefox.
  	  */ }

.threesixty .spinner {
  /* width: 60px; */
  display: block;
  margin: 0 auto;
  text-align: center;
  /* height: 30px; */ }

.threesixty .spinner p {
  color: #333;
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
  font-weight: bolder; }

.threesixty .spinner span {
  width: 60px;
  background: #333;
  display: inline-block;
  clear: both;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  height: 30px; }

.threesixty .spinner span {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
  font-weight: bolder;
  color: #FFF;
  text-align: center;
  margin-bottom: 5px;
  line-height: 30px;
  /* display: block; */ }

.threesixty .nav_bar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11; }

.threesixty .nav_bar a {
  width: 32px;
  height: 32px;
  float: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #333;
  margin: 0 -1px; }
  .threesixty .nav_bar a:before {
    color: #333333;
    font-size: 37px; }

.threesixty .nav_bar a.nav_bar_play:before {
  content: "\f04b";
  font-size: 25px;
  margin-top: 1px; }

.threesixty .nav_bar a.nav_bar_previous:before {
  content: "\f0d9";
  margin-right: 6px; }

.threesixty .nav_bar a.nav_bar_stop:before {
  content: "\f04d";
  font-size: 25px;
  margin-top: 1px; }

.threesixty .nav_bar a.nav_bar_next:before {
  content: "\f0da";
  margin-left: 3px; }

/* 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; }

.view-360 {
  width: 144px !important;
  height: 144px !important;
  background: url(https://romastyle.ua/skin/frontend/base/default/images/360icon.png) center center no-repeat;
  display: block;
  background-size: cover; }

.default-theme a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 4px; }

.default-theme a.hover, .default-theme a.active {
  border-color: #337ab7; }

.default-theme {
  max-width: 78px; }

.default-theme img {
  max-width: 100%; }

li.styled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px; }
