/*
	RESET & BASIC SETUP
*/
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 62.5%;
  font-family: 'Lucida Grande', Helvetica, sans-serif;
  background: #fedc03;
  color: #000;
  padding: 20px;
}

html,
body {
  height: 100%;
  width: 5150px;
}

body {
  overflow-y: hidden;
}

#myCanvas {
  z-index: 1;
  display: none;
}

#myCanvas_fallback {
  z-index: 2;
}

#myCanvas_fallback,
#myCanvas {
  position: fixed;
  bottom: 100px;
  left: 50px;
  z-index: 5;
}
@media (max-width: 1400px) {
  #myCanvas_fallback,
  #myCanvas {
    bottom: 40px;
  }
}

.lets_go {
  position: fixed;
  z-index: 6;
  bottom: 200px;
  left: 190px;
  opacity: 0;
}
.lets_go.active {
  opacity: 1;
}
@media (max-width: 1400px) {
  .lets_go {
    bottom: 140px;
  }
}

.rodape {
  position: fixed;
  top: 470px;
  height: 23px;
  width: 100%;
  left: 0;
  background: url(../img/rodape.png);
}
@media (max-width: 1400px) {
  .rodape {
    top: 400px;
  }
}

.room {
  position: relative;
  margin-top: 50px;
  display: inline-block;
  height: 500px;
  width: 5150px;
}
@media (max-width: 1400px) {
  .room {
    height: 420px;
  }
}
.room div {
  display: table-cell;
  position: relative;
  vertical-align: bottom;
  height: 500px;
}
@media (max-width: 1400px) {
  .room div {
    height: 420px;
  }
}
.room div.section .info {
  float: left;
  display: block;
  padding: 0 50px;
  max-width: 700px;
}
.room div.section .info img.logo {
  margin-top: -50px;
  width: 160px;
}
.room div.section .info p {
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
}
.room div.section .info p span {
  display: inline-block;
  background: #e30716;
  color: #fff;
  padding: 5px 10px;
  margin: 5px 0;
  text-transform: uppercase;
  font-size: 11px;
}
.room div.section .info ul.btn {
  margin-top: 10px;
}
.room div.section .info ul.btn.cd {
  margin-top: 5px;
}
.room div.section .info ul.btn li.title {
  display: block;
  font-size: 11px;
  font-weight: 100;
  text-transform: uppercase;
}
.room div.section .info ul.btn li {
  display: inline-block;
}
.room div.section .info ul.btn li img {
  max-width: 110px;
}

.arrow_intro {
  position: absolute;
  width: 150px;
  bottom: 90px;
  right: 20px;
}

.arrows {
  position: fixed;
  bottom: 100px;
  right: 50px;
}
.arrows img {
  width: 80px;
}
@media (max-width: 1400px) {
  .arrows {
    bottom: 40px;
  }
}

.old_tv img {
  margin-left: 50px;
}
.old_tv img.screen, .old_tv img.static {
  position: absolute;
  bottom: 56px;
  left: 15px;
}
.old_tv img.static {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}
.old_tv img.static:hover {
  opacity: 1;
}

.wall_shelf img {
  margin-left: 100px;
  margin-bottom: 260px;
}
.wall_shelf img.music_note {
  position: absolute;
  margin: 0;
  top: 100px;
  left: 250px;
  -webkit-animation: hue 2.3s infinite linear;
  -moz-animation: hue 2.3s infinite linear;
  animation: hue 2.3s infinite linear;
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media (max-width: 1400px) {
  .wall_shelf img.music_note {
    top: 20px;
  }
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, -5px, 0);
    transform: translate3d(-5px, -5px, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 5px, 0);
    transform: translate3d(5px, 5px, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, -5px, 0);
    transform: translate3d(-5px, -5px, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 5px, 0);
    transform: translate3d(5px, 5px, 0);
  }
}
.flower img {
  margin-bottom: 50px;
}

.photos {
  top: 70px;
  width: 450px;
}
@media (max-width: 1400px) {
  .photos {
    top: 0;
  }
}
.photos img {
  position: absolute;
}
.photos .photo_1 {
  left: 50%;
  top: 190px;
  -ms-transform: rotate(5deg);
  /* IE 9 */
  -webkit-transform: rotate(5deg);
  /* Chrome, Safari, Opera */
  transform: rotate(5deg);
}
.photos .photo_2 {
  left: 93%;
  top: 100px;
  -ms-transform: rotate(-20deg);
  /* IE 9 */
  -webkit-transform: rotate(-20deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-20deg);
}
.photos .photo_3 {
  left: 60%;
  top: 120px;
  -ms-transform: rotate(16deg);
  /* IE 9 */
  -webkit-transform: rotate(16deg);
  /* Chrome, Safari, Opera */
  transform: rotate(16deg);
}
.photos .photo_4 {
  left: 80%;
  top: 150px;
  -ms-transform: rotate(-10deg);
  /* IE 9 */
  -webkit-transform: rotate(-10deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-10deg);
}
.photos .photo_5 {
  left: 20%;
  top: 175px;
}
.photos .photo_6 {
  left: 30%;
  top: 135px;
  -ms-transform: rotate(10deg);
  /* IE 9 */
  -webkit-transform: rotate(10deg);
  /* Chrome, Safari, Opera */
  transform: rotate(10deg);
}
.photos .photo_7 {
  left: 49%;
  top: 150px;
  -ms-transform: rotate(-20deg);
  /* IE 9 */
  -webkit-transform: rotate(-20deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-20deg);
}
.photos .photo_8 {
  left: 70%;
  top: 145px;
  -ms-transform: rotate(15deg);
  /* IE 9 */
  -webkit-transform: rotate(15deg);
  /* Chrome, Safari, Opera */
  transform: rotate(15deg);
}
.photos .photo_9 {
  left: 40%;
  top: 85px;
  -ms-transform: rotate(30deg);
  /* IE 9 */
  -webkit-transform: rotate(30deg);
  /* Chrome, Safari, Opera */
  transform: rotate(30deg);
}
.photos .photo_10 {
  left: 62%;
  top: 60px;
  -ms-transform: rotate(30deg);
  /* IE 9 */
  -webkit-transform: rotate(30deg);
  /* Chrome, Safari, Opera */
  transform: rotate(30deg);
}
.photos .photo_11 {
  left: 75%;
  top: 220px;
}
.photos .photo_12 {
  left: 85%;
  top: 165px;
  -ms-transform: rotate(-40deg);
  /* IE 9 */
  -webkit-transform: rotate(-40deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-40deg);
}
.photos .photo_13 {
  left: 95%;
  top: 170px;
  -ms-transform: rotate(10deg);
  /* IE 9 */
  -webkit-transform: rotate(10deg);
  /* Chrome, Safari, Opera */
  transform: rotate(10deg);
}
.photos .photo_14 {
  left: 10%;
  top: 130px;
  -ms-transform: rotate(-20deg);
  /* IE 9 */
  -webkit-transform: rotate(-20deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-20deg);
}
.photos .photo_15 {
  left: 25%;
  top: 125px;
  -ms-transform: rotate(5deg);
  /* IE 9 */
  -webkit-transform: rotate(5deg);
  /* Chrome, Safari, Opera */
  transform: rotate(5deg);
}
.photos .photo_16 {
  left: 95px;
  top: 25px;
}
.photos .photo_17 {
  left: 26%;
  top: 165px;
  -ms-transform: rotate(5deg);
  /* IE 9 */
  -webkit-transform: rotate(5deg);
  /* Chrome, Safari, Opera */
  transform: rotate(5deg);
}
.photos .photo_18 {
  left: 76%;
  top: 75px;
  -ms-transform: rotate(20deg);
  /* IE 9 */
  -webkit-transform: rotate(20deg);
  /* Chrome, Safari, Opera */
  transform: rotate(20deg);
}
.photos .photo_19 {
  left: 65%;
  top: 185px;
  -ms-transform: rotate(-20deg);
  /* IE 9 */
  -webkit-transform: rotate(-20deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-20deg);
}
.photos .photo_20 {
  left: 37%;
  top: 155px;
}

.wardrobe img {
  margin-left: 40px;
}

.pc img {
  margin-left: 60px;
  margin-bottom: 25px;
}
.pc img.gif {
  position: absolute;
  top: 259px;
  left: 94px;
}
@media (max-width: 1400px) {
  .pc img.gif {
    top: 182px;
  }
}

.posters {
  width: 360px;
}
.posters img {
  margin-left: 20px;
  margin-bottom: 180px;
}
.posters img.poster_1,
.posters img.poster_2,
.posters img.poster_3 {
  position: absolute;
  top: 170px;
}
@media (max-width: 1400px) {
  .posters img.poster_1,
  .posters img.poster_2,
  .posters img.poster_3 {
    top: 100px;
  }
}
.posters img.poster_2 {
  left: 110px;
}
.posters img.poster_3 {
  left: 230px;
}

.awards_table img {
  margin-left: 60px;
  margin-bottom: 25px;
}
.awards_table .hof {
  position: absolute;
  left: 65px;
  top: 180px;
}
@media (max-width: 1400px) {
  .awards_table .hof {
    top: 100px;
  }
}

.dnbtv_poster img {
  margin-left: 60px;
  margin-bottom: 230px;
}

#beep-one {
  display: none;
}

.dnbtv_deck {
  width: 640px;
}
.dnbtv_deck .note {
  color: #000;
  width: 100%;
  position: absolute;
  top: 120px;
  left: 35px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .dnbtv_deck .note {
    top: 50px;
  }
}
.dnbtv_deck img {
  position: absolute;
}
.dnbtv_deck img.back {
  top: 140px;
  left: 100px;
}
@media (max-width: 1400px) {
  .dnbtv_deck img.back {
    top: 70px;
  }
}
.dnbtv_deck img.front {
  top: 300px;
  left: 180px;
  z-index: 2;
}
@media (max-width: 1400px) {
  .dnbtv_deck img.front {
    top: 220px;
  }
}
.dnbtv_deck img.helper {
  top: 280px;
  left: 380px;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation: jump 5s ease-in-out infinite;
  animation: jump 5s ease-in-out infinite;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: padding .3s, bottom .3s;
  transition: padding .3s, bottom .3s;
}
@media (max-width: 1400px) {
  .dnbtv_deck img.helper {
    top: 200px;
  }
}
.dnbtv_deck img.dj {
  top: 290px;
  left: 280px;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation: bobble 5s ease-in-out infinite;
  animation: bobble 5s ease-in-out infinite;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: padding .3s, bottom .3s;
  transition: padding .3s, bottom .3s;
}
@media (max-width: 1400px) {
  .dnbtv_deck img.dj {
    top: 210px;
  }
}

.album_megamix {
  width: 560px;
}
.album_megamix iframe {
  position: absolute;
  left: 180px;
  top: 150px;
  border: 3px solid #000;
}
@media (max-width: 1400px) {
  .album_megamix iframe {
    top: 70px;
  }
}

.calendar img {
  width: 130px;
  margin-bottom: 180px;
  margin-left: 50px;
}

@-webkit-keyframes jump {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
}
@keyframes jump {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
}
@-webkit-keyframes bobble {
  33% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  66% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@keyframes bobble {
  33% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  66% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
#slvj-window {
  width: 100%;
  min-height: 100%;
  z-index: 30;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
}

#slvj-window,
#slvj-window * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#slvj-background-close {
  width: 100%;
  min-height: 100%;
  z-index: 31;
  position: fixed;
  top: 0;
  left: 0;
}

#slvj-back-lightbox {
  width: 700px;
  height: 540px;
  margin: auto;
  z-index: 32;
}
@media (max-width: 767px) {
  #slvj-back-lightbox {
    width: 90%;
    max-height: 100%;
    height: 450px;
  }
}
@media (max-width: 420px) {
  #slvj-back-lightbox {
    height: 300px !important;
    top: 80px;
    position: relative;
  }
}

.slvj-lightbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 25px;
  margin: 0;
  border: 1px solid #f4d032;
  background-color: #000000;
  background-color: #090909;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.35);
  z-index: 53;
}

.slvj-lightbox iframe {
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .slvj-lightbox iframe {
    width: 100%;
    height: 400px !important;
  }
}
@media (max-width: 420px) {
  .slvj-lightbox iframe {
    height: 250px !important;
  }
}

#slvj-close-icon {
  background-image: url(../img/close-icon.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -11px;
  right: -11px;
  z-index: 551;
}

#slvj-close-icon:hover {
  cursor: pointer;
}

body:after {
  content: url(../img/close-icon.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  border: 1px solid #f4d032;
  background-color: #090909;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.35);
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 10px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #f4d032;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 22px;
  height: 22px;
  background: url(../img/close-icon.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  border: 1px solid #f4d032;
  background-color: #090909;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  display: none;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.fade.in {
  opacity: 1;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 5%;
  z-index: 1050;
  width: 90%;
  margin-left: 0;
  border: 1px solid #f4d032;
  background-color: #090909;
  *border: 1px solid #999;
  color: #fff;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: 10%;
}

.modal.fade.in {
  top: 10%;
  display: inherit;
  height: 80%;
}
@media (max-width: 1400px) {
  .modal.fade.in {
    height: 82%;
  }
}
.modal.fade.in .site_iframe {
  display: inherit !important;
  height: 90%;
}
.modal.fade.in .modal-body {
  display: inherit !important;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #f4d032;
}

.modal-header .close {
  position: absolute;
  right: -11px;
  top: -11px;
  cursor: pointer;
  cursor: hand;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
  color: #f4d032;
  font-size: 22px;
}

.mini_note {
  font-size: 12px;
}

#myModalShop_bundle,
#myModalShop,
#myModalShop_hoddie {
  width: 400px;
  left: 50%;
  margin-left: -200px;
  height: auto;
}
#myModalShop_bundle img,
#myModalShop img,
#myModalShop_hoddie img {
  max-width: 100%;
}
#myModalShop_bundle a.btn,
#myModalShop a.btn,
#myModalShop_hoddie a.btn {
  border: 2px solid #f4d032;
  display: inline-block;
  padding: 8px 15px;
  color: #f4d032;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
}
#myModalShop_bundle a.btn:hover,
#myModalShop a.btn:hover,
#myModalShop_hoddie a.btn:hover {
  background: #f4d032;
  color: #000;
}

#myModalCalendar {
  background: #f4d032;
  width: 50%;
  left: 25%;
}
#myModalCalendar .modal-header {
  background: #000;
}
#myModalCalendar iframe {
  width: 100%;
  height: 100%;
}
#myModalCalendar .modal-body {
  overflow-y: inherit;
}

.modal-body {
  position: relative;
  overflow-y: auto;
  height: 90%;
  padding: 15px;
  display: none;
}
@media (max-width: 1400px) {
  .modal-body {
    height: 84%;
  }
}
.modal-body ul.timeline {
  font-size: 13px;
  color: #000;
}
.modal-body ul.timeline li {
  list-style-type: none;
  display: block;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.8);
  padding: 12px 0;
}
.modal-body ul.timeline li b {
  display: block;
  font-size: 15px;
}
.modal-body ul.timeline li:last-child {
  border-bottom: none;
}
.modal-body nav.dates ul {
  margin: 0;
  padding: 0;
}
.modal-body nav.dates ul li {
  display: inline;
}
.modal-body nav.dates ul li a {
  display: inline-block;
  padding: 7px 15px;
  border: 2px solid #f4d032;
  font-size: 13px;
  margin-right: 10px;
  color: #f4d032;
  text-decoration: none;
}
.modal-body nav.dates ul li a.active, .modal-body nav.dates ul li a:hover {
  background: #f4d032;
  color: #000;
  cursor: hand;
  cursor: pointer;
}
.modal-body .site_iframe {
  margin-top: 15px;
  display: none;
}
.modal-body .site_iframe .loader {
  position: absolute;
}
.modal-body .site_iframe iframe {
  width: 100%;
  height: 100%;
  position: relative;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  border-top: 1px solid #f4d032;
  *zoom: 1;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
