/* LAYOUT
-------------------------- */
/* line 5, ../sass/player.scss */
.video-container {
  height: 75vh;
  width: 103.3vh;
  position: relative;
}

/* line 11, ../sass/player.scss */
.container {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 40px 84px -30px rgba(0, 0, 0, 0.71);
  border-radius: 18px;
}

/* line 20, ../sass/player.scss */
.player360 {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  overflow: hidden;
}
/* line 27, ../sass/player.scss */
.player360 iframe {
  border: 0 none;
}
/* line 30, ../sass/player.scss */
.player360 #pano, .player360 #youtube {
  width: 100%;
  height: 100%;
}

/* line 36, ../sass/player.scss */
.button {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  padding: 0 25px;
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 49, ../sass/player.scss */
.dropdown-content {
  position: absolute;
  top: 0;
  z-index: -1;
}
/* line 53, ../sass/player.scss */
.dropdown-content > * {
  position: absolute;
  top: 0;
  opacity: 0;
}
/* line 57, ../sass/player.scss */
.dropdown-content > *:nth-child(1) {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 3;
}
/* line 62, ../sass/player.scss */
.dropdown-content > *:nth-child(2) {
  -webkit-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
  z-index: 2;
}
/* line 67, ../sass/player.scss */
.dropdown-content > *:nth-child(3) {
  -webkit-transition: all 0.2s ease 0.4s;
  transition: all 0.2s ease 0.4s;
  z-index: 1;
}

/* line 75, ../sass/player.scss */
.dropdown {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
/* line 80, ../sass/player.scss */
.dropdown.isActive .dropdown-content {
  display: block;
}
/* line 82, ../sass/player.scss */
.dropdown.isActive .dropdown-content > * {
  opacity: 1;
}
/* line 84, ../sass/player.scss */
.dropdown.isActive .dropdown-content > *:nth-child(1) {
  top: 55px;
}
/* line 87, ../sass/player.scss */
.dropdown.isActive .dropdown-content > *:nth-child(2) {
  top: 110px;
}
/* line 90, ../sass/player.scss */
.dropdown.isActive .dropdown-content > *:nth-child(3) {
  top: 165px;
}

/* line 97, ../sass/player.scss */
.dropdown-btn, .dropdown-trigger {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
}

/* line 105, ../sass/player.scss */
.dropdown-btn svg {
  width: 20px;
  height: 20px;
  margin: 10px;
  fill: #fff;
}

/* line 112, ../sass/player.scss */
.dropdown-trigger svg {
  width: 20px;
  height: 20px;
  margin: 10px;
  fill: #fff;
  width: 30px;
  height: 30px;
  margin: 5px;
}

/* line 122, ../sass/player.scss */
.twitter {
  background-color: #33ccff;
}

/* line 126, ../sass/player.scss */
.facebook {
  background-color: #3b5998;
}

/* line 130, ../sass/player.scss */
.gplus {
  background-color: #d34836;
}

/* line 134, ../sass/player.scss */
.highlight {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 110px;
  margin: 0;
  background-color: #313131;
  -webkit-box-shadow: 0 -3px 10px rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 -3px 10px rgba(255, 255, 255, 0.1) inset;
}
/* line 143, ../sass/player.scss */
.highlight .container {
  padding: 0 30px;
  height: 110px;
}
/* line 146, ../sass/player.scss */
.highlight .container > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 110px;
}
/* line 151, ../sass/player.scss */
.highlight .container > *:first-child {
  text-align: left;
}
/* line 156, ../sass/player.scss */
.highlight img {
  margin: 0 45px 0 25px;
}
/* line 159, ../sass/player.scss */
.highlight h2 {
  font-size: 22px;
  font-weight: 700;
}
/* line 163, ../sass/player.scss */
.highlight small {
  font-size: 18px;
}
/* line 166, ../sass/player.scss */
.highlight .button:hover {
  color: #000;
  background-color: #fff;
}

/* line 172, ../sass/player.scss */
.list {
  padding: 40px 30px 20px;
}
/* line 174, ../sass/player.scss */
.list .list-item {
  float: left;
}

/* line 179, ../sass/player.scss */
.list-item {
  position: relative;
  display: block;
  width: 178px;
  height: 178px;
  margin-bottom: 5px;
  background-color: #222;
  text-decoration: none;
}
/* line 187, ../sass/player.scss */
.list-item:not(:nth-child(5n)) {
  margin-right: 5px;
}
/* line 190, ../sass/player.scss */
.list-item .list-item-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 15px;
}
/* line 198, ../sass/player.scss */
.list-item h3 {
  font-size: 25px;
  line-height: 1;
  text-shadow: -2px 2px 3px rgba(0, 0, 0, 0.65);
  margin: 0;
}
/* line 203, ../sass/player.scss */
.list-item h3 span {
  color: #9c9aa0;
}
/* line 207, ../sass/player.scss */
.list-item p {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
/* line 212, ../sass/player.scss */
.list-item img {
  width: 100%;
  vertical-align: top;
  opacity: 1;
}
/* line 217, ../sass/player.scss */
.list-item:hover img {
  opacity: 0;
}
/* line 220, ../sass/player.scss */
.list-item.isDisabled {
  background-color: #000;
}
/* line 222, ../sass/player.scss */
.list-item.isDisabled img {
  opacity: 0.25 !important;
}
/* line 227, ../sass/player.scss */
.list-item:hover:nth-child(1) {
  background: url(../img/gif/gif01.gif) no-repeat;
}
/* line 230, ../sass/player.scss */
.list-item:hover:nth-child(2) {
  background: url(../img/gif/gif02.gif) no-repeat;
}
/* line 233, ../sass/player.scss */
.list-item:hover:nth-child(3) {
  background: url(../img/gif/gif03.gif) no-repeat;
}
/* line 236, ../sass/player.scss */
.list-item:hover:nth-child(4) {
  background: url(../img/gif/gif04.gif) no-repeat;
}
/* line 239, ../sass/player.scss */
.list-item:hover:nth-child(5) {
  background: url(../img/gif/gif05.gif) no-repeat;
}
/* line 243, ../sass/player.scss */
.list-item.isNew:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 102px;
  height: 80px;
  background: url(img/is-new.png) no-repeat transparent;
}

/* line 255, ../sass/player.scss */
.download {
  padding: 0 30px 50px;
}
/* line 257, ../sass/player.scss */
.download h2 {
  padding-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
/* line 262, ../sass/player.scss */
.download h2 svg {
  position: relative;
  top: -3px;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  fill: #fff;
}

/* line 273, ../sass/player.scss */
.links-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 277, ../sass/player.scss */
.links-container > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
/* line 281, ../sass/player.scss */
.links-container > *:first-child {
  white-space: nowrap;
}
/* line 283, ../sass/player.scss */
.links-container > *:first-child img {
  position: relative;
  top: 2px;
}
/* line 287, ../sass/player.scss */
.links-container > *:first-child :nth-child(2) img {
  top: 0;
}
/* line 291, ../sass/player.scss */
.links-container > *:last-child {
  text-align: right;
}
/* line 294, ../sass/player.scss */
.links-container > * .button {
  height: 44px;
  line-height: 37px;
  width: 160px;
  padding: 0;
  margin-right: 10px;
  text-align: center;
}
/* line 302, ../sass/player.scss */
.links-container > * img {
  height: 24px;
  vertical-align: middle;
}
/* line 306, ../sass/player.scss */
.links-container > *:last-child img {
  height: 42px;
}

/* HELPERS
-------------------------- */
/* line 315, ../sass/player.scss */
.upp {
  text-transform: uppercase;
}

/* line 319, ../sass/player.scss */
.glow {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* line 323, ../sass/player.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
/* line 328, ../sass/player.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* line 336, ../sass/player.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 341, ../sass/player.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 351, ../sass/player.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 362, ../sass/player.scss */
.invisible {
  visibility: hidden;
}

/* line 366, ../sass/player.scss */
.clearfix {
  *zoom: 1;
}
/* line 367, ../sass/player.scss */
.clearfix:before {
  content: " ";
  display: table;
}
/* line 371, ../sass/player.scss */
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

/* line 379, ../sass/player.scss */
.notActive {
  opacity: 0.5 !important;
}
/* line 380, ../sass/player.scss */
.notActive img {
  opacity: 0.5 !important;
}
