/*===============================================*/
/*	Mixins
/*===============================================*/
/*===============================================*/
/*	Variables
/*===============================================*/
/*===============================================*/
/*	Globals
/*===============================================*/
body#marketing-page #nav-wrap {
  background: transparent;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.semiboldfont {
  font-family: 'inter_semibold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
/*===============================================*/
/*	Slideshow
/*===============================================*/
/* pc on */
body.device-pc section#panel-slideshow {
  display: block;
}
body.device-pc section#panel-mobile {
  display: none;
}
/* mobile on */
body.device-mobile section#panel-slideshow {
  display: none;
}
body.device-mobile section#panel-mobile {
  display: block;
}
body.device-mobile #nav-wrap {
  position: static !important;
  max-height: 60px !important;
}
body.device-mobile #nav-wrap ul li {
  max-height: 60px;
}
/* mobile panel */
section#panel-mobile {
  text-align: center;
  padding: 10%;
  z-index: 0;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
section#panel-mobile .container {
  max-width: 900px;
}
section#panel-mobile h1 {
  font-size: 60px;
  /*text-transform: uppercase;*/
  font-family: 'inter_extrabold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
section#panel-mobile h2 {
  line-height: 1.3;
  font-family: 'inter_light', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
section#panel-mobile:after {
  content: "";
  position: absolute;
  top: 110px;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/muzeek-scene-hero.png);
  background-repeat: no-repeat;
  background-size: 46em;
  opacity: 0.4;
  z-index: -1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
    -webkit-transition: all 0.5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* slideshow sneak peak */
body.slideshow-sneak-peak section#panel-slideshow:after {
  opacity: 0;
}
body.slideshow-sneak-peak section#panel-slideshow .slide-1 > div.window-browser.position-right {
  -webkit-transform: translateY(155px);
  -ms-transform: translateY(155px);
  transform: translateY(155px);
}
/* slideshow */
section#panel-slideshow {
  z-index: 0;
  width: 100%;
  background-color: #FAFAFA;
  position: relative;
  overflow: hidden;
  border-bottom: solid 1px #efefef;
  height: 100vh;
  /* ie9 & 10 */
  content: 'viewport-units-buggyfill;' 'height: 100vh;';
}
section#panel-slideshow h1 {
  font-size: 70px;
  font-family: 'inter_semibold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: -2px;
  line-height: 1;
}
section#panel-slideshow h2 {
  font-size: 32px;
  font-family: 'inter_light', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.2;
  letter-spacing: -1px;
}
section#panel-slideshow h3 {
  font-size: 37px;
  font-family: 'inter_semibold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1;
  letter-spacing: -2px;
}
section#panel-slideshow p {
  font-size: 22px;
  font-family: 'inter_light', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #24272f;
  letter-spacing: -1px;
  line-height: 1.3;
}
section#panel-slideshow:after {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/muzeek-lite.png);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.85;
  z-index: -1;
  -webkit-transition: opacity .9s ease;
  transition: opacity .9s ease;
}
section#panel-slideshow.no-bg:after {
  opacity: 0.85;
}
section#panel-slideshow #slide-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  height: 600px;
  margin-left: -450px;
  margin-top: -300px;
}
section#panel-slideshow #slide-wrap .slide {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  height: 600px;
  text-align: center;
}
section#panel-slideshow #slide-wrap .slide > p {
  margin: auto;
}
section#panel-slideshow #slide-wrap .slide-1 {
  display: block;
  z-index: 7;
  /*			&.position-center {
				-webkit-transform: translateX(-85px);
				transform: translateX(-85px);
			}
			-webkit-transition: transform .4s ease;
			transition: transform .4s ease;*/
  /* initial slide show */
}
section#panel-slideshow #slide-wrap .slide-1.initial > h1 {
  opacity: 1;
  display: none;
}
section#panel-slideshow #slide-wrap .slide-1.initial > h2 {
  opacity: 1;
  display: none;
}
section#panel-slideshow #slide-wrap .slide-1.initial > button {
  opacity: 1;
  display: none;
}
section#panel-slideshow #slide-wrap .slide-1.initial > .window-browser {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all .5s ease;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
section#panel-slideshow #slide-wrap .slide-1.initial > .window-browser > .wrapper {
  display: none;
  opacity: 0;
  border-radius: 0px;
}
section#panel-slideshow .slide-1 div.window-browser .wrapper {
  top: 40px !important;
}
section#panel-slideshow .slide-1 div.window-browser .window-header {
  height: 40px;
  background: #f9f9f9;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
}
section#panel-slideshow .slide-1 div.window-browser .window-header span {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 12px;
  height: 12px;
  border-radius: 99px;
  background: #fc605a;
}
section#panel-slideshow .slide div.window-browser .window-header span:after {
  content: "";
  position: absolute;
  left: 22px;
  width: 12px;
  height: 12px;
  border-radius: 99px;
  background: #fdbb3f;
}
section#panel-slideshow .slide div.window-browser .window-header span:before {
  content: "";
  position: absolute;
  left: 44px;
  width: 12px;
  height: 12px;
  border-radius: 99px;
  background: #34c749;
}
section#panel-slideshow #slide-wrap .slide-1 > h1 {
  top: 100px;
  left: 0px;
  right: 0px;
  text-align: center;
  font-size: 40px;
  position: absolute;
  left: 0;
  right: 0;
  /*text-transform: uppercase;*/
}
section#panel-slideshow #slide-wrap .slide-1 > h2 {
  top: 165px;
  width: 85%;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  position: absolute;
  font-family: 'inter_light', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
section#panel-slideshow #slide-wrap .slide-1 > button {
  top: 275px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: absolute;
  width: auto;
  padding: 0 20px;
}
section#panel-slideshow #slide-wrap .slide-1 > button i {
  right: 25px !important;
  top: 1px !important;
}
section#panel-slideshow #slide-wrap .slide-1 > button.play {
  width: 135px;
}
section#panel-slideshow #slide-wrap .slide-1 > button.scroll {
  display: none;
  width: 135px;
}
section#panel-slideshow #slide-wrap .slide-1 > button.repeat {
  width: 150px;
}
section#panel-slideshow #slide-wrap .slide-1 > button.repeat i {
  top: 0px;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .to {
  top: 120px;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .name {
  top: 150px;
  width: 235px;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .email {
  top: 150px;
  left: 285px;
  width: 235px;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .from {
  top: 220px;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .image.booker {
  border-radius: 4px;
  top: 250px;
  background-image: url(../images/wynn-logo.jpg);
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .field.booker {
  top: 250px;
  left: 85px;
  width: 190px;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .field.booker.filled {
  line-height: 20px;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .meta.booker {
  top: 270px;
  left: 85px;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .image.venue {
  border-radius: 4px !important;
  top: 250px;
  left: 285px;
  background-image: url(../images/venue-placeholder.jpg);
  opacity: 0.8;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .field.venue {
  top: 250px;
  left: 330px;
  width: 190px;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .field.venue-auto {
  top: 250px;
  left: 330px;
  width: 190px;
  border-bottom: none;
  display: none;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .field.venue.finished {
  line-height: 20px;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .meta.venue {
  top: 270px;
  left: 330px;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .popup.venue {
  top: 292px;
  left: 285px;
  width: 235px;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .time {
  top: 320px;
  width: 280px;
  height: 150px;
  background-color: #f8f8f8;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .start {
  top: 340px;
  width: 210px;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .start:before {
  color: #c0c0c0;
  content: "Start:";
  padding-right: 10px;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .finish {
  top: 390px;
  width: 210px;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .finish:before {
  color: #c0c0c0;
  content: "Finish:";
  padding-right: 10px;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .date {
  top: 320px;
  left: 280px;
  width: 280px;
  height: 150px;
  background-color: #556ccc;
  color: #fff;
  padding: 50px 30px;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .day:after {
  position: absolute;
  content: "\f105";
  font-family: 'FontAwesome';
  right: 20px;
  top: 0;
  bottom: 0;
  line-height: 150px;
  color: rgba(255, 255, 255, 0.2);
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .day {
  float: left;
  height: 60px;
  font-size: 65px;
  font-family: 'inter_light', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 60px;
  letter-spacing: -3px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: solid 2px rgba(255, 255, 255, 0.2);
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .month {
  margin-top: 7px;
  font-size: 22px;
  line-height: 1;
  font-family: 'inter_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .year {
  font-size: 22px;
  line-height: 1;
  font-family: 'inter_light', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .dealterms {
  top: 500px;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .deal {
  top: 530px;
  width: 235px;
  font-family: consolas,"Liberation Mono",courier,monospace;
  color: #454b5a;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .deal:after {
  position: absolute;
  content: "\f107";
  font-family: 'FontAwesome';
  right: 0;
  height: 40px;
  line-height: 40px;
  color: #aeaeae !important;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .deal-auto {
  top: 530px;
  width: 235px;
  border-bottom: none;
  display: none;
  font-family: consolas,"Liberation Mono",courier,monospace;
  color: #454b5a;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .deal-select {
  top: 575px;
  width: 235px;
  font-family: consolas,"Liberation Mono",courier,monospace;
  color: #454b5a;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .amount {
  top: 530px;
  width: 235px;
  left: 285px;
  font-family: consolas,"Liberation Mono",courier,monospace;
  color: #454b5a;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .amount:before {
  color: #c0c0c0;
  content: "$";
  padding-right: 5px;
  font-family: consolas,"Liberation Mono",courier,monospace;
  color: #454b5a;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .header.message {
  top: 600px;
}
section#panel-slideshow #slide-wrap .slide-1 .window-browser .field.message {
  top: 640px;
  width: 480px;
  border-bottom: none;
  line-height: 1.4;
}
section#panel-slideshow #slide-wrap .slide-2 {
  z-index: 6;
}
section#panel-slideshow #slide-wrap .slide-2 .mz-starburst.one {
  top: 190px;
  left: 0px;
}
section#panel-slideshow #slide-wrap .slide-2 .mz-starburst.two {
  right: 0px;
  top: 190px;
}
section#panel-slideshow #slide-wrap .slide-2 .mz-starburst.three {
  left: 0px;
  top: 385px;
}
section#panel-slideshow #slide-wrap .slide-2 .mz-starburst.four {
  right: 0px;
  top: 385px;
}
section#panel-slideshow #slide-wrap .slide-3 {
  z-index: 4;
}
section#panel-slideshow #slide-wrap .slide-3 > h3,
section#panel-slideshow #slide-wrap .slide-3 > p {
  text-align: left;
  margin-left: 0px;
  position: absolute;
  left: 35%;
}
section#panel-slideshow #slide-wrap .slide-3 > h3 {
  top: 250px;
}
section#panel-slideshow #slide-wrap .slide-3 > p {
  top: 315px;
  max-width: none;
}
section#panel-slideshow #slide-wrap .slide-3 .envelope {
  top: 250px;
  left: 170px;
}
section#panel-slideshow #slide-wrap .slide-4 {
  z-index: 5;
}
section#panel-slideshow #slide-wrap .slide-4 > h3,
section#panel-slideshow #slide-wrap .slide-4 > p {
  text-align: left;
  margin-left: 0px;
  position: absolute;
}
section#panel-slideshow #slide-wrap .slide-4 > h3 {
  top: 250px;
}
section#panel-slideshow #slide-wrap .slide-4 > p {
  top: 298px;
  max-width: 400px;
}
section#panel-slideshow #slide-wrap .slide-4 > p.second {
  top: 525px;
  left: 560px;
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  padding: 2px 7px;
  border-radius: 10px;
}
section#panel-slideshow #slide-wrap .slide-4 .envelope {
  top: 250px;
  left: 700px;
}
section#panel-slideshow #slide-wrap .slide-5 {
  z-index: 3;
}
section#panel-slideshow #slide-wrap .slide-6 {
  z-index: 1;
}
section#panel-slideshow #slide-wrap .slide-6 .paper {
  display: none;
  opacity: 1;
  left: 350px;
  width: 200px;
  height: 330px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
section#panel-slideshow #slide-wrap .slide-6 .paper.contract {
  top: 230px;
  z-index: 4;
}
section#panel-slideshow #slide-wrap .slide-6 .paper.payment {
  top: 235px;
  z-index: 3;
}
section#panel-slideshow #slide-wrap .slide-6 .paper.tech {
  top: 230px;
  z-index: 1;
  text-align: right;
}
section#panel-slideshow #slide-wrap .slide-6 .paper.advance {
  top: 235px;
  z-index: 0;
  text-align: right;
}
section#panel-slideshow #slide-wrap .slide-6 .paper hr {
  width: 100%;
}
section#panel-slideshow #slide-wrap .slide-6 .window-browser {
  z-index: 10;
}
section#panel-slideshow #slide-wrap .slide-6 .window-browser .header {
  width: 480px;
  left: 40px;
}
section#panel-slideshow #slide-wrap .slide-6 .window-browser .header:after {
  left: 0;
  position: absolute;
  content: "";
  margin-top: 30px;
  width: 100%;
  height: 150px;
  background-image: url(../images/summary-background.png);
  background-size: 480px 150px;
}
section#panel-slideshow #slide-wrap .slide-6 .window-browser .header.contract {
  top: 110px;
}
section#panel-slideshow #slide-wrap .slide-6 .window-browser .header.payment {
  top: 320px;
}
section#panel-slideshow #slide-wrap .slide-6 .window-browser .header.tech {
  top: 530px;
}
section#panel-slideshow #slide-wrap .slide-6 .window-browser .header.advance {
  top: 740px;
}
section#panel-slideshow #slide-wrap .slide-6 .window-browser .block.footer {
  top: 960px;
  padding-top: 29px;
}
section#panel-slideshow #slide-wrap .slide-6 .window-browser button {
  background-color: #5fce9b;
}
section#panel-slideshow #slide-wrap .slide-6 .cal-transition-button {
  z-index: 11;
  position: absolute;
  background-color: #5fce9b;
  display: none;
  top: 530px;
  left: 383px;
  width: 134px;
  height: 40px;
  border-radius: 6px;
}
section#panel-slideshow #slide-wrap .slide-7 {
  z-index: 2;
}
section#panel-slideshow #slide-wrap .slide-7 > .calendar-bg-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/cal-zoom-square-2.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 900px 600px;
}
section#panel-slideshow #slide-wrap .slide-7 > .calendar-square {
  position: absolute;
  left: 338px;
  top: 190px;
  width: 220px;
  height: 220px;
  background-color: #5fce9b;
}
section#panel-slideshow #slide-wrap .slide-7 > .date.day {
  position: absolute;
  top: 193px;
  font-size: 17px;
  left: 537px;
  font-family: 'inter_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #fff;
}
section#panel-slideshow #slide-wrap .slide-7 > .date.logo {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 155px;
  margin-left: -35px;
  border-radius: 99px;
  width: 70px;
  height: 70px;
}
section#panel-slideshow #slide-wrap .slide-7 > .date.logo img {
  width: 70px;
  height: 70px;
  border-radius: 99px;
}
section#panel-slideshow #slide-wrap .slide-7 > .date.logo:after {
  content: "Wynn Nightlife";
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-family: 'inter_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}
section#panel-slideshow #slide-wrap .slide-7 > .date.artist {
  position: absolute;
  font-family: 'inter_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 20px;
  left: 338px;
  top: 277px;
  width: 220px;
  color: #fff;
}
section#panel-slideshow #slide-wrap .slide-7 > .date.artist:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 50px;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
}
section#panel-slideshow #slide-wrap .slide-7 > .date.support {
  position: absolute;
  text-align: center;
  left: 338px;
  top: 320px;
  width: 220px;
  color: #fff;
  font-size: 18px;
  font-family: 'inter_semibold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
section#panel-slideshow #slide-wrap .slide-7 > .date.venue {
  position: absolute;
  text-align: center;
  left: 337px;
  top: 342px;
  width: 220px;
  color: #fff;
}
section#panel-slideshow #slide-wrap .slide-7 > .date.time {
  text-align: center;
  position: absolute;
  left: 338px;
  top: 362px;
  width: 220px;
  color: #fff;
}
section#panel-slideshow #slide-wrap .slide-7 .user {
  opacity: 0;
  text-align: left;
  height: 45px;
  background: #fff;
  box-shadow: 0 0 0 0.5px rgba(49,49,93,.03), 0 2px 5px 0 rgba(49,49,93,.1), 0 1px 2px 0 rgba(0,0,0,.08);
  border-radius: 3px;
  color: #555;
  position: absolute;
}
section#panel-slideshow #slide-wrap .slide-7 .user .bg-image {
  margin-right: 10px;
  float: left;
  width: 45px;
  height: 45px;
  background-size: 45px;
  border-radius: 3px 0 0 3px;
}
section#panel-slideshow #slide-wrap .slide-7 .user span.name {
  margin-top: 5px;
  display: block;
  font-family: 'inter_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 20px;
}
section#panel-slideshow #slide-wrap .slide-7 .user span.meta {
  display: block;
  font-size: 12px;
  color: #999;
  font-family: 'inter_regular', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: 20px;
}
section#panel-slideshow #slide-wrap .slide-7 .user.booker {
  top: 230px;
  left: 95px;
  width: 170px;
}
section#panel-slideshow #slide-wrap .slide-7 .user.booker .bg-image {
  background-image: url(../images/avatar-booker.jpg);
}
section#panel-slideshow #slide-wrap .slide-7 .user.venue {
  top: 300px;
  left: 630px;
  width: 260px;
}
section#panel-slideshow #slide-wrap .slide-7 .user.venue .bg-image {
  background-image: url(../images/avatar-venue.jpg);
}
section#panel-slideshow #slide-wrap .slide-7 .user.artist {
  top: 470px;
  left: 280px;
  width: 200px;
}
section#panel-slideshow #slide-wrap .slide-7 .user.artist .bg-image {
  background-image: url(../images/avatar-artist.jpg);
}
section#panel-slideshow #slide-wrap .slide-8 {
  z-index: 1;
}
section#panel-slideshow #slide-wrap .slide-8 .logo {
  z-index: -1;
  width: 60px;
  height: 60px;
  background-size: 100%;
  position: absolute;
  left: 400px;
  top: 180px;
}
section#panel-slideshow #slide-wrap .slide-8 .logo:after {
  position: absolute;
  content: "";
  width: 200px;
  height: 0;
  border-bottom: dashed 2px #ccc;
  z-index: -1;
}
section#panel-slideshow #slide-wrap .slide-8 .logo.facebook {
  background-image: url(../images/logo-facebook.png);
  top: 220px;
  left: 36px;
  border-radius: 4px;
  width: 50px;
  height: 50px;
}
section#panel-slideshow #slide-wrap .slide-8 .logo.facebook:after {
  top: 70px;
  left: 55px;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
section#panel-slideshow #slide-wrap .slide-8 .logo.google {
  background-image: url(../images/logo-google.png);
  top: 214px;
  left: 800px;
}
section#panel-slideshow #slide-wrap .slide-8 .logo.google:after {
  top: 81px;
  left: -192px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
section#panel-slideshow #slide-wrap .slide-8 .logo.twitter {
  background-image: url(../images/logo-twitter.png);
  top: 320px;
  left: 840px;
}
section#panel-slideshow #slide-wrap .slide-8 .logo.twitter:after {
  top: 30px;
  left: -209px;
}
section#panel-slideshow #slide-wrap .slide-8 .logo.tumblr {
  background-image: url(../images/eventbrite-logo.png);
  top: 318px;
  left: -2px;
  width: 60px;
  background-repeat: no-repeat;
}
section#panel-slideshow #slide-wrap .slide-8 .logo.tumblr:after {
  top: 32px;
  left: 71px;
}
section#panel-slideshow #slide-wrap .slide-8 .logo.ticket {
  background-image: url(../images/logo-concert.png);
  top: 420px;
  left: 33px;
  border-radius: 4px;
  background-size: 105%;
}
section#panel-slideshow #slide-wrap .slide-8 .logo.ticket:after {
  top: -20px;
  left: 65px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
section#panel-slideshow #slide-wrap .slide-8 .logo.world {
  background-image: url(../images/logo-world.png);
  top: 420px;
  left: 802px;
}
section#panel-slideshow #slide-wrap .slide-8 .logo.world:after {
  top: -20px;
  left: -200px;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
section#panel-slideshow #slide-wrap .slide-9 {
  z-index: 1;
}
section#panel-slideshow #slide-wrap .slide-9 h3 {
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -17px;
}
section#panel-slideshow #slide-wrap .slide-9 h3 span {
  opacity: 0;
  padding-left: 2px;
  padding-right: 2px;
}
section#panel-slideshow #slide-wrap .slide-10 {
  z-index: 99;
}
section#panel-slideshow .slide div.window-email {
  top: 90px;
  right: 0px;
  position: absolute;
  width: 420px;
  height: 410px;
  box-shadow: 0 0 0 0.5px rgb(49 49 93 / 3%), 0 2px 5px 0 rgb(49 49 93 / 10%), 0 1px 2px 0 rgb(0 0 0 / 8%);
  text-align: left;
  border-radius: 4px;
  overflow: hidden !important;
}
section#panel-slideshow .slide div.window-email .wrapper {
  position: absolute;
  overflow: hidden;
  width: 420px;
  height: 410px;
  background-color: #fff;
  pointer-events: none;
}
section#panel-slideshow .slide div.window-email .wrapper .block {
  left: 0px;
  position: absolute;
}
section#panel-slideshow .slide div.window-email .wrapper .button {
  left: 0px;
  position: absolute;
}
section#panel-slideshow .slide div.window-email .wrapper .text {
  left: 30px;
  position: absolute;
  font-family: helvetica, sans-serif;
  font-size: 13px;
}
section#panel-slideshow .slide div.window-email .wrapper .window {
  height: 40px;
  background: #f9f9f9;
  width: 100%;
}
section#panel-slideshow .slide div.window-email .wrapper .window span {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 12px;
  height: 12px;
  border-radius: 99px;
  background: #fc605a;
}
section#panel-slideshow .slide div.window-email .wrapper .window span:after {
  content: "";
  position: absolute;
  left: 22px;
  width: 12px;
  height: 12px;
  border-radius: 99px;
  background: #fdbb3f;
}
section#panel-slideshow .slide div.window-email .wrapper .window span:before {
  content: "";
  position: absolute;
  left: 44px;
  width: 12px;
  height: 12px;
  border-radius: 99px;
  background: #34c749;
}
section#panel-slideshow .slide div.window-email .wrapper .subject {
  top: 70px;
  font-size: 14px;
  font-family: 'inter_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
section#panel-slideshow .slide div.window-email .wrapper .to {
  top: 90px;
  line-height: 1;
}
section#panel-slideshow .slide div.window-email .wrapper .to:before {
  content: "To: ";
  color: #666666;
}
section#panel-slideshow .slide div.window-email .wrapper .reply {
  top: 108px;
  line-height: 1;
}
section#panel-slideshow .slide div.window-email .wrapper .reply:before {
  content: "Reply To: ";
  color: #666666;
}
section#panel-slideshow .slide div.window-email .wrapper .headers {
  width: 100%;
  top: 150px;
  border-bottom: solid 1px #f0eeee;
}
section#panel-slideshow .slide div.window-email .wrapper .content {
  top: 180px;
}
section#panel-slideshow .slide div.window-email .wrapper .summary {
  top: 215px;
  line-height: 1.4;
}
section#panel-slideshow .slide div.window-email .wrapper .summary strong {
  display: block;
  margin-bottom: 5px;
  font-family: 'inter_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
section#panel-slideshow .slide div.window-email .wrapper .location {
  top: 215px;
  left: 220px;
  line-height: 1.4;
}
section#panel-slideshow .slide div.window-email .wrapper .location strong {
  display: block;
  margin-bottom: 5px;
  font-family: 'inter_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
section#panel-slideshow .slide div.window-email .wrapper .buttons {
  left: 30px;
  top: 340px;
}
section#panel-slideshow .slide div.window-email .wrapper .buttons button {
  float: left;
  display: block;
  width: 176px;
  border-radius: 6px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-family: 'inter_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
section#panel-slideshow .slide div.window-email .wrapper .buttons button.confirm {
  margin-right: 10px;
  background-color: #5fce9b;
}
section#panel-slideshow .slide div.window-email .wrapper .buttons button.hold {
  margin-right: 10px;
  background-color: #ffb648;
}
section#panel-slideshow .slide div.window-email .wrapper .buttons button.view {
  background-color: #f1f1f1;
  color: #24272f;
}
section#panel-slideshow .slide div.window-browser {
  top: 200px;
  left: 50%;
  margin-left: -280px;
  border-radius: 4px;
  overflow: hidden !important;
  position: absolute;
  width: 560px;
  height: 400px;
  box-shadow: 0 0 0 0.5px rgb(49 49 93 / 3%), 0 2px 5px 0 rgb(49 49 93 / 10%), 0 1px 2px 0 rgb(0 0 0 / 8%);
  text-align: left;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform .5s ease;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
section#panel-slideshow .slide div.window-browser.position-right {
  cursor: pointer;
  -webkit-transform: translateY(175px);
  -ms-transform: translateY(175px);
  transform: translateY(175px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
section#panel-slideshow .slide div.window-browser .wrapper {
  border-radius: 4px;
  overflow: hidden !important;
  pointer-events: none;
  position: absolute;
  width: 600px;
  height: 400px;
  background-color: #fff;
}
section#panel-slideshow .slide div.window-browser .wrapper .scroller {
  position: absolute;
  overflow: hidden;
  width: 600px;
  height: 2000px;
  top: 0px;
  -webkit-transition: -webkit-transform 1s ease !important;
  transition: transform 1s ease !important;
}
section#panel-slideshow .slide div.window-browser .wrapper .scroller.slow-scroll {
  -webkit-transition: -webkit-transform 2.5s ease !important;
  transition: transform 2.5s ease !important;
}
section#panel-slideshow .slide div.window-browser .wrapper .scroller .header {
  position: absolute;
  left: 40px;
  height: 20px;
  line-height: 20px;
  font-family: 'inter_semibold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
}
section#panel-slideshow .slide div.window-browser .wrapper .scroller .image {
  position: absolute;
  left: 40px;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
}
section#panel-slideshow .slide div.window-browser .wrapper .scroller .field {
  position: absolute;
  left: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-bottom: solid 2px #dbdbdb;
  color: #aeaeae;
}
section#panel-slideshow .slide div.window-browser .wrapper .scroller .filled {
  font-family: 'inter_semibold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #333333;
}
section#panel-slideshow .slide div.window-browser .wrapper .scroller span.auto {
  font-family: 'inter_regular', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #aeaeae;
}
section#panel-slideshow .slide div.window-browser .wrapper .scroller .meta {
  position: absolute;
  left: 40px;
  color: #aeaeae;
  font-size: 13px;
}
section#panel-slideshow .slide div.window-browser .wrapper .scroller .block {
  left: 0px;
  position: absolute;
}
section#panel-slideshow .slide div.window-browser .wrapper .scroller .popup {
  display: none;
  position: absolute;
  left: 40px;
  z-index: 99;
  color: #666666;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 0 0 0.5px rgb(49 49 93 / 3%), 0 2px 5px 0 rgb(49 49 93 / 10%), 0 1px 2px 0 rgb(0 0 0 / 8%);
  width: 100px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 0 0 0.5px rgba(49,49,93,.03), 0 2px 5px 0 rgba(49,49,93,.1), 0 1px 2px 0 rgba(0,0,0,.08);
}
section#panel-slideshow .slide div.window-browser .wrapper .scroller .popup li {
  padding: 10px;
  height: 40px;
  border-bottom: solid 1px #f0f0f0;
  font-size: 14px;
  line-height: 20px;
}
section#panel-slideshow .slide div.window-browser .wrapper .scroller .popup li img {
  display: block;
  float: left;
  margin-right: 10px;
  height: 20px !important;
  width: 20px !important;
  border-radius: 2px;
}
section#panel-slideshow .slide div.window-browser .wrapper .scroller .title {
  top: 0px;
  width: 600px;
  background-color: #142833;
  height: 80px;
  padding: 15px 40px;
  color: #fff;
  font-size: 24px;
  font-family: 'inter_semibold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height: 80px;
}
section#panel-slideshow .slide div.window-browser .wrapper .scroller .title.has-icon span.title-text {
  position: absolute;
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}
section#panel-slideshow .slide div.window-browser .wrapper .scroller .title span.title-text {
  position: absolute;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform .5s ease;
}
section#panel-slideshow .slide div.window-browser .wrapper .scroller .title span.icon {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: 30px;
  margin-right: 15px;
  display: block;
  float: left;
  color: indianred;
  font-family: 'inter_regular', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 22px;
}
section#panel-slideshow .slide div.window-browser .wrapper .scroller .title span.icon.plus:after {
  position: absolute;
  top: 0px;
  left: 9px;
  content: "";
  width: 2px;
  height: 20px;
  margin: auto;
  background: indianred;
}
section#panel-slideshow .slide div.window-browser .wrapper .scroller .title span.icon.plus:before {
  position: absolute;
  top: 9px;
  left: 0px;
  content: "";
  width: 20px;
  height: 2px;
  margin: auto;
  background: indianred;
}
section#panel-slideshow .slide div.window-browser .wrapper .scroller .footer {
    top: 700px;
    width: 560px;
    background-color: #fbfbfb;
    padding: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px;
}
section#panel-slideshow .slide div.envelope {
  position: absolute;
  left: 50%;
  top: 290px;
  height: 100px;
  width: 160px;
  margin-left: -80px;
  background-color: #fff;
  background-image: url(../images/envelope.jpg);
  background-size: 100%;
  box-shadow: 0 0 0 0.5px rgba(49,49,93,.03), 0 2px 5px 0 rgba(49,49,93,.1), 0 1px 2px 0 rgba(0,0,0,.08);
  -webkit-transition: left 1s ease;
  transition: left 1s ease;
}
section#panel-slideshow .slide div.envelope:before {
  display: none;
  content: "1";
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  font-family: 'inter_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: center;
  color: #ffffff;
  background: #cd5c5c;
  border-radius: 99px;
  -webkit-animation-name: mz-notification;
  animation-name: mz-notification;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
section#panel-slideshow .slide div.envelope.notification:before {
  display: block;
}
section#panel-slideshow .slide div.paper {
  position: absolute;
  width: 160px;
  height: 190px;
  background: #fff;
  padding: 20px;
  text-align: left;
  border-radius: 2px;
  color: #333333;
  box-shadow: 0 0 0 0.5px rgba(49,49,93,.03), 0 2px 5px 0 rgba(49,49,93,.1), 0 1px 2px 0 rgba(0,0,0,.08);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
section#panel-slideshow .slide div.paper span.title {
  background: #f7f8f9;
  color: #24272f;
  margin-left: -20px;
  margin-top: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  display: block;
  margin-bottom: 15px;
  font-family: 'inter_semibold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  -webkit-font-smoothing: antialiased;
}
section#panel-slideshow .slide div.paper hr {
  width: 0%;
  float: left;
  clear: both;
  height: 2px;
  background-color: #e5e5e5;
  margin: 0px;
  margin-bottom: 8px;
  -webkit-transition: width .5s ease;
  transition: width .5s ease;
}
section#panel-slideshow .slide div.paper hr:last-child {
  margin-bottom: 0px;
}
section#panel-slideshow .slide div.paper.contract {
  left: 20px;
  top: 210px;
}
section#panel-slideshow .slide div.paper.payment {
  left: 20px;
  top: 402px;
}
section#panel-slideshow .slide div.paper.tech {
  right: 20px;
  top: 210px;
}
section#panel-slideshow .slide div.paper.advance {
  right: 20px;
  top: 402px;
}
section#panel-slideshow .slide div.window-calendar {
  top: 180px;
  left: 50%;
  margin-left: -300px;
  border-radius: 4px;
  overflow: hidden;
  position: absolute;
  width: 600px;
  height: 360px;
  box-shadow: 0 0 0 0.5px rgba(49,49,93,.03), 0 2px 5px 0 rgba(49,49,93,.1), 0 1px 2px 0 rgba(0,0,0,.08);
  background-image: url(../images/calendar-bg.jpg);
  background-size: 600px 360px;
  background-repeat: no-repeat;
  background-position: top center;
}
section#panel-slideshow .slide div.window-calendar .month {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  background-color: #f8f8f8;
  text-transform: uppercase;
  font-family: 'inter_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
section#panel-slideshow .slide div.window-calendar .legend {
  position: absolute;
  top: 380px;
  left: 0;
  right: 0;
  text-align: center;
}
section#panel-slideshow .slide div.window-calendar .legend span {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  position: relative;
  color: #999;
  font-size: 14px;
  font-family: 'inter_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
section#panel-slideshow .slide div.window-calendar .legend span:before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 2px;
}
section#panel-slideshow .slide div.window-calendar .legend span.confirmed:before {
  background-color: #5fce9b;
}
section#panel-slideshow .slide div.window-calendar .legend span.requested:before {
  background-color: #6495ed;
}
section#panel-slideshow .slide div.window-calendar .legend span.holding:before {
  background-color: #ffb648;
}
section#panel-slideshow .slide div.window-calendar .event {
  position: absolute;
  width: 76px;
  margin: 5px;
  height: 10px;
  border-radius: 3px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
section#panel-slideshow .slide div.window-calendar .event .mz-starburst {
  left: -20px;
  top: -16px;
}
section#panel-slideshow .slide div.window-calendar .event.green {
  background: #5fce9b;
}
section#panel-slideshow .slide div.window-calendar .event.blue {
  background: #6495ed;
}
section#panel-slideshow .slide div.window-calendar .event.yellow {
  background: #ffb648;
}
section#panel-slideshow .slide div.window-calendar .event.grey {
  background: #f1f1f1;
}
section#panel-slideshow .slide div.window-calendar .event.grey:after {
  color: #cccccc;
}
section#panel-slideshow .slide div.window-calendar .event.one {
  top: 119px;
  left: 429px;
  width: 0px;
}
section#panel-slideshow .slide div.window-calendar .event.two {
  top: 59px;
  width: 0px;
  left: 343px;
}
section#panel-slideshow .slide div.window-calendar .event.three {
  top: 239px;
  left: 514px;
}
section#panel-slideshow .slide div.window-calendar .event.four {
  top: 179px;
  left: 85px;
}
section#panel-slideshow .slide div.window-calendar .event.five {
  top: 119px;
  left: 172px;
}
section#panel-slideshow .slide div.window-calendar .event.six {
  top: 299px;
  left: 0px;
}
section#panel-slideshow .slide div.window-calendar .event.seven {
  top: 239px;
  left: 343px;
}
section#panel-slideshow .slide div.window-calendar .event.eight {
  width: 0px;
  top: 192px;
  left: 85px;
}
section#panel-slideshow .slide div.window-calendar .sub-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 300px;
}
section#panel-slideshow .slide .mz-clickdown {
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
section#panel-slideshow .slide > h3,
section#panel-slideshow .slide > p,
section#panel-slideshow .slide > .window-browser,
section#panel-slideshow .slide > .animated,
section#panel-slideshow .paper {
  opacity: 0;
}
section#panel-slideshow .slide-4 .envelope-wrap,
section#panel-slideshow .slide-4 .window-email {
  opacity: 0;
}
section#panel-slideshow .slide:not(.slide-1) {
  pointer-events: none;
}
section#panel-slideshow span.fake-link {
  color: #212eec;
  text-decoration: underline;
}
/*===============================================*/
/*	Sections
/*===============================================*/
section.panel {
  clear: both;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 99;
  max-height: 800px;
  width: 100%;
  height: 100vh;
  /* ie9 & 10 */
  content: 'viewport-units-buggyfill;' 'height: 100vh;';
  /*===============================================*/
  /*	Reports and analytics
/*===============================================*/
  /*===============================================*/
  /*	Interactive Flyers
/*===============================================*/
  /*===============================================*/
  /*	Calendar
/*===============================================*/
  /*===============================================*/
  /*	Bookings
/*===============================================*/
  /*===============================================*/
  /*	Rosterss
/*===============================================*/
  /*===============================================*/
  /*	Payments
/*===============================================*/
  /*===============================================*/
  /*	Discover
/*===============================================*/
  /*===============================================*/
  /*	Interactions
/*===============================================*/
  /*===============================================*/
  /*	Pricing
/*===============================================*/
  /*===============================================*/
  /*	Sign Up
/*===============================================*/
}
section.panel img {
  height: 100%;
  width: auto;
}
section.panel .container {
  max-width: 1200px;
  margin: auto;
  height: 100vh;
  /* ie9 & 10 */
  content: 'viewport-units-buggyfill;' 'height: 100vh;';
  max-height: 800px;
}
section.panel .container .text {
  padding: 7%;
  position: relative;
}
section.panel .container .text h2 {
  font-size: 30px;
}
section.panel .container.text-left .text {
  float: left;
  width: 42.7%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.panel .container.text-right .text {
  float: right;
  text-align: right;
  width: 42.7%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.panel .container .image {
  position: relative;
  height: 100vh;
  /* ie9 & 10 */
  content: 'viewport-units-buggyfill;' 'height: 100vh;';
  max-height: 800px;
  padding-top: 10%;
}
section.panel .container .image img {
  /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
}
section.panel .container.image-left .image {
  float: left;
  width: 57.3%;
}
section.panel .container.image-left .image img {
  float: right;
}
section.panel .container.image-right .image {
  float: right;
  width: 57.3%;
}
section.panel .container.image-right .image img {
  float: left;
  width: 100%;
}
section.panel .container.centered > .text {
  text-align: center;
  padding-bottom: 5%;
  width: 100%;
}
section.panel .container.centered > .image {
  clear: both;
  padding-top: 0%;
  width: 90%;
  margin: auto;
}
section.panel .container.centered > .image img {
  width: 100%;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 0;
}
section.panel .container.split {
  height: auto;
  max-height: none;
}
section.panel .container.split > div {
  float: left;
  width: 50%;
  padding: 8% 4%;
}
section.panel.small {
  height: auto !important;
  max-height: none !important;
}
section.panel.small .container {
  height: auto !important;
  max-height: none !important;
}
section.panel#panel-reports {
  background-color: #ffffff;
}
section.panel#panel-flyers {
  color: #fff;
}
section.panel#panel-flyers.flyer-1 {
  color: #24272f;
}
section.panel#panel-flyers.flyer-1 .button {
  border-color: #24272f;
  color: #24272f;
  display: block;
  float: left;
}
section.panel#panel-flyers svg#flyer-bg-gradient,
section.panel#panel-flyers img#flyer-bg-grid {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: none;
}
section.panel#panel-flyers img#flyer-bg-grid {
  padding: 5%;
}
section.panel#panel-flyers #flyer-slider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  top: 10%;
}
section.panel#panel-flyers #flyer-slider div.flyer-slide {
  position: absolute;
  left: 4% !important;
  top: 4% !important;
  right: 4% !important;
  bottom: 4% !important;
  height: 92%;
  text-align: center;
}
section.panel#panel-flyers #flyer-slider div.flyer-slide div.center {
  display: inline-block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 900px) {
  section.panel#panel-flyers #flyer-slider div.flyer-slide div.center {
    margin-left: 20%;
  }
}

section.panel#panel-flyers #flyer-slider div.flyer-slide div.center img {
  width: auto !important;
  height: auto !important;
  max-height: 100% !important;
  max-width: 90% !important;
  margin: 0px;
  padding: 0px;
  float: none !important;
  margin: 0;
  padding: 0;
}
section.panel#panel-flyers #flyer-slider div.flyer-slide div.center iframe {
  position: absolute;
  left: 22px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  max-height: 100% !important;
  max-width: 90% !important;
}
section.panel#panel-flyers #flyer-slider div.flyers-pager {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
}
section.panel#panel-flyers #flyer-slider div.flyers-pager span {
  cursor: pointer;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 99px;
  text-indent: 99999px;
  margin: 0 3px;
}
section.panel#panel-flyers #flyer-slider div.flyers-pager span.cycle-pager-active {
  background-color: #ffffff;
}
section.panel#panel-calendar {
  background-color: #24272f;
  color: #ffffff;
}
section.panel#panel-availabilities .image img {
  height: auto;
  width: 150%;
  float: none;
  border-radius: 6px;
  box-shadow: 0 0 0 0.5px rgb(49 49 93 / 3%), 0 2px 5px 0 rgb(49 49 93 / 10%), 0 1px 2px 0 rgb(0 0 0 / 8%);
}

section.panel#panel-payments-new {
  background-color: #f9f9f9;
}

section.panel#panel-payments-new .image {
  position: relative;
}
section.panel#panel-payments-new .contacts-hero {
  text-align: center;
}
section.panel#panel-payments-new .image img {
  height: auto;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 0 0 0.5px rgb(49 49 93 / 3%), 0 2px 5px 0 rgb(49 49 93 / 10%), 0 1px 2px 0 rgb(0 0 0 / 8%);
}

section.panel#panel-contacts {
  background-color: #ffffff;
}
section.panel#panel-contacts .image {
  position: relative;
}
section.panel#panel-contacts .contacts-hero {
  text-align: center;
}
section.panel#panel-contacts .image img {
  height: auto;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 0 0 0.5px rgb(49 49 93 / 3%), 0 2px 5px 0 rgb(49 49 93 / 10%), 0 1px 2px 0 rgb(0 0 0 / 8%);
}

#panel-event-reports {
  border-bottom: 1px #f7f8f9 solid;
}

section.panel#panel-event-reports .image img {
  height: auto;
  width: 100%;
  position: relative;
  bottom: 40px;
  border-radius: 6px;
  box-shadow: 0 0 0 0.5px rgb(49 49 93 / 3%), 0 2px 5px 0 rgb(49 49 93 / 10%), 0 1px 2px 0 rgb(0 0 0 / 8%);
}

section.panel#panel-booking {
  /* circles */
  /* slide 1 */
  /* slide 2 */
  /* pager buttons */
  /* smaller */
  /* off */
  /* turn off the real one */
}
section.panel#panel-booking .image #booking-slider {
  position: relative;
}
section.panel#panel-booking .image #booking-slider .booking-slide img {
  height: auto;
  width: 140%;
}

section.panel#panel-booking .zoom-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 9999px;
  overflow: hidden;
  font-size: 1em;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
section.panel#panel-booking .zoom-circle div.zoom-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 130%;
  background-repeat: no-repeat;
  border-radius: 9999px;
  border: solid 5px rgba(255, 255, 255, 0.1);
}
section.panel#panel-booking .zoom-circle div.zoom-button {
  position: absolute;
  cursor: pointer !important;
  border-radius: 6px;
  text-align: center;
  font-family: 'inter_semibold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 160%;
  line-height: 180%;
}
section.panel#panel-booking .booking-slide-1 .zoom-circle {
  left: 38.9%;
  top: -6%;
}
section.panel#panel-booking .booking-slide-1 .zoom-circle div.zoom-bg {
  background-image: url(../images/book-button-1-zoom.jpg);
  background-position: 40%;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
section.panel#panel-booking .booking-slide-1 .zoom-circle div.zoom-button {
  width: 65%;
  height: 23%;
  left: 18%;
  top: 66.5%;
  background-color: #7fffd4;
  color: #454b5a;
  box-shadow: 0 0 0 0.5px rgba(49,49,93,.03), 0 2px 5px 0 rgba(49,49,93,.1), 0 1px 2px 0 rgba(0,0,0,.08);
}
section.panel#panel-booking .booking-slide-1 .zoom-circle div.zoom-button:hover {
  background-color: #4bcea2;
  color: #24272f;
}
section.panel#panel-booking .booking-slide-2 .zoom-circle {
  left: 19.9%;
  top: -5%;
}
section.panel#panel-booking .booking-slide-2 .zoom-circle div.zoom-bg {
  background-image: url(../images/book-button-1-zoom.jpg);
  background-position: 32%;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
section.panel#panel-booking .booking-slide-2 .zoom-circle div.zoom-button {
  width: 64%;
  height: 23%;
  left: 18.2%;
  top: 66.5%;
  background-color:#ff7869;
  color: #ffffff;
  box-shadow: 0 0 0 0.5px rgba(49,49,93,.03), 0 2px 5px 0 rgba(49,49,93,.1), 0 1px 2px 0 rgba(0,0,0,.08);
}
section.panel#panel-booking .booking-slide-2 .zoom-circle div.zoom-button:hover {
  background-color: #dc5849;
  color: #ffffff;
}
@media (max-width: 900px) {
  section.panel#panel-booking .booking-slide .zoom-circle {
    width: 200px;
    height: 200px;
  }
  section.panel#panel-booking .booking-slide .zoom-circle div.zoom-button {
    font-size: 170%;
    line-height: 148%;
  }
  section.panel#panel-booking a#booking-pager-1,
  section.panel#panel-booking a#booking-pager-2 {
    display: inline-block;
    float: none;
  }
}
@media (max-width: 500px) {
  section.panel#panel-booking .booking-slide .zoom-circle {
    display: none;
  }
  section.panel#panel-booking .booking-slide .zoom-circle div.zoom-button {
    font-size: 170%;
    line-height: 148%;
  }
}
section.panel#panel-booking #real-button-book-hide img {
  display: none !important;
}
section.panel#panel-rosters img {
  box-shadow: none;
}
section.panel#panel-payments {
  background-color: #24272f;
  color: #ffffff;
}
section.panel#panel-discover {
  border-top: solid 1px #efefef;
}
section.panel#panel-integrations {
  background-color: #f9f9f9;
}
section.panel#panel-integrations .container {
  max-width: none;
}
section.panel#panel-integrations h2 {
  margin-bottom: 50px;
}
section.panel#panel-integrations .logo-wrap {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  margin: auto;
  float: none;
}
section.panel#panel-integrations .logo-wrap .logo {
  height: 45px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
section.panel#panel-integrations .logo-wrap .logo.paypal {
  height: 55px;
  position: relative;
  top: 5px;
}
section.panel#panel-integrations .logo-wrap .logo.moshtix {
  height: 45px;
  position: relative;
  top: -10px;
  margin: 0 20px;
}
section.panel#panel-integrations .logo-wrap .logo.oztix {
  height: 35px;
  position: relative;
  top: -5px;
  margin: 0 20px;
}
section.panel#panel-integrations .logo-wrap .logo.xero {
  margin-left: 0;
  margin-right: 0;
}
section.panel#panel-integrations .logo-wrap .logo.stripe {
  height: 55px;
  margin-left: 0;
  margin-right: 0;
  top: 7px;
  position: relative;
}
section.panel#panel-integrations .logo-wrap .logo.not-yet {
  opacity: .3;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
section.panel#panel-integrations .logo-wrap .logo img {
  height: 100%;
  width: auto;
}
section.panel#panel-integrations small {
  opacity: .3;
}
section.panel#panel-integrations .logo.mailchimp img {
  height: 30px;
  margin-bottom: 5px;
}
section.panel#panel-integrations .logo.bandcamp img {
  height: 25px;
  margin-bottom: 8px;
}
section.panel#panel-integrations .logo.eventbrite img {
    height: 25px;
    margin-bottom: 11px;
}
section.panel#panel-integrations .logo.okta img {
    height: 25px;
    margin-bottom: 13px;
}
section.panel#panel-pricing {
  max-height: none;
  background-color: #ffffff;
}
section.panel#panel-pricing .pricing-wrap {
  padding: 0 7% 7% 7%;
  width: 100%;
  clear: both;
  float: left;
}
section.panel#panel-pricing .pricing-wrap .plan {
  width: 23%;
  margin: 0 1%;
  float: left;
  border-radius: 10px;
  background: #ffffff;
}
section.panel#panel-pricing .pricing-wrap .plan .boxed {
  clear: both;
  padding: 20% 10%;
  margin-bottom: 40px;
  border-radius: 6px;
  text-align: center;
}
section.panel#panel-pricing .pricing-wrap .plan .boxed .title {
  font-size: 22px;
  font-family: 'inter_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: initial;
}
section.panel#panel-pricing .pricing-wrap .plan .boxed .price {
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  font-family: 'inter_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-bottom: 40px;
  position: relative;
  min-width: 70px;
  color: initial;
}
section.panel#panel-pricing .pricing-wrap .plan .boxed .price:before {
  position: absolute;
  top: 0px;
  left: -25px;
  font-size: 32px;
  line-height: 32px;
  font-family: 'inter_bold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  opacity: .5;
}
section.panel#panel-pricing .pricing-wrap .plan .boxed .price:after {
  font-size: 12px;
  position: absolute;
  bottom: -30px;
  right: -20px;
  opacity: .5;
}
section.panel#panel-pricing .pricing-wrap .plan .boxed .price.price-usd:before {
  content: "$";
}
section.panel#panel-pricing .pricing-wrap .plan .boxed .price.price-usd:after {
  content: "USD per month";
}
section.panel#panel-pricing .pricing-wrap .plan .boxed .price.price-aud:before {
  content: "$";
}
section.panel#panel-pricing .pricing-wrap .plan .boxed .price.price-aud:after {
  content: "AUD per month";
}
section.panel#panel-pricing .pricing-wrap .plan .boxed .price.price-gbp:before {
  content: "\00a3";
}
section.panel#panel-pricing .pricing-wrap .plan .boxed .price.price-gbp:after {
  content: "GBP per month";
}
section.panel#panel-pricing .pricing-wrap .plan .boxed .price.price-eur:before {
  content: "€";
}
section.panel#panel-pricing .pricing-wrap .plan .boxed .price.price-eur:after {
  content: "EUR per month";
}
section.panel#panel-pricing .pricing-wrap .plan .boxed .billed {
  font-size: 14px;
  font-family: 'inter_regular', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
section.panel#panel-pricing .pricing-wrap .plan .boxed .billed span {
  opacity: .6;
  display: block;
  color: initial;
}
section.panel#panel-pricing .pricing-wrap .plan .details {
  clear: both;
}
section.panel#panel-pricing .pricing-wrap .plan .details h5 {
  margin-bottom: 0px;
  text-transform: none !important;
  color: initial;
}
section.panel#panel-pricing .pricing-wrap .plan .details small {
  font-size: 14px;
  color: #888;
}
section.panel#panel-pricing .pricing-wrap .plan .details small b {
  color: #556ccc;
}
section.panel#panel-pricing .pricing-wrap .plan .details ul {
  margin-top: 30px;
}
section.panel#panel-pricing .pricing-wrap .plan .details ul li {
  margin-bottom: 9px;
  padding-left: 18px;
  font-size: 15px;
  position: relative;
  font-family: 'inter_regular', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: initial;
}
section.panel#panel-pricing .pricing-wrap .plan .details ul li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #bbbbbb;
  position: absolute;
  left: 0px;
}
section.panel#panel-pricing .pricing-wrap .plan .details ul li.soon {
  margin-left: 18px;
  padding: 5px 8px 4px 8px;
  border-radius: 4px;
  display: inline-block;
  color: #ffffff;
  background-color: #5fce9b;
}
section.panel#panel-pricing .pricing-wrap .plan .details ul li.soon:before {
  content: "";
}
section.panel#panel-pricing .pricing-wrap .plan .details ul li.soon:after {
  content: "\f149";
  font-family: 'FontAwesome';
  font-size: 12px;
  padding-left: 8px;
  opacity: .7;
}
section.panel#panel-pricing .pricing-wrap .plan#plan-lite .boxed {
  background: #f7f7f7 !important;
  border-top: 3px solid #78829a;
  box-shadow: 0 0 0 0.5px rgba(49,49,93,.03), 0 2px 5px 0 rgba(49,49,93,.1), 0 1px 2px 0 rgba(0,0,0,.08);
}
section.panel#panel-pricing .pricing-wrap .plan#plan-lite .price {
  min-width: 0;
}
section.panel#panel-pricing .pricing-wrap .plan#plan-lite .price:after {
  display: none;
}
section.panel#panel-pricing .pricing-wrap .plan#plan-standard .boxed {
  background: #386c83;
  color: #fff;
}
#plan-standard {
  display: none;
}
section.panel#panel-pricing .pricing-wrap .plan#plan-pro .boxed {
  background: #f7f7f7 !important;
  border-top: 3px solid #3c80bc;
  box-shadow: 0 0 0 0.5px rgba(49,49,93,.03), 0 2px 5px 0 rgba(49,49,93,.1), 0 1px 2px 0 rgba(0,0,0,.08);
}
section.panel#panel-pricing .pricing-wrap .plan#plan-premium .boxed {
  background: #f7f7f7 !important;
  border-top: 3px solid lightcoral;
  box-shadow: 0 0 0 0.5px rgba(49,49,93,.03), 0 2px 5px 0 rgba(49,49,93,.1), 0 1px 2px 0 rgba(0,0,0,.08);
}
section.panel#panel-pricing .pricing-wrap .plan#plan-enterprise .boxed {
  background: #f7f7f7 !important;
  border-top: 3px solid indianred;
  box-shadow: 0 0 0 0.5px rgba(49,49,93,.03), 0 2px 5px 0 rgba(49,49,93,.1), 0 1px 2px 0 rgba(0,0,0,.08);
}
section.panel#panel-pricing .pricing-wrap .plan .boxed .plan-cta-btn {
  margin-top: 20px;
}

section.panel#panel-signup {
  max-height: none;
}
section.panel#panel-signup form#form-request {
  width: 100%;
  float: left;
  clear: both;
}
section.panel#panel-signup img#logos-signup {
  width: 100%;
  height: auto;
}

section.panel#panel-pricing .pricing-wrap .plan .boxed:hover {
  cursor: pointer;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
     box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0px 10px rgba(0,0,0,0.1);
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
}
section.panel#panel-pricing:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 15%;
    bottom: 0;
    right: -15%;
    background-image: url(../images/muzeek-lite.png);
    transform: scaleX(-1);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.85;
    z-index: -1;
    -webkit-transition: opacity .9s ease;
    transition: opacity .9s ease;
  }


  section.panel#panel-pricing .pricing-wrap .plan .boxed .price div.price-from {
      width: auto;
      height: auto;
      line-height: 14px;
      text-align: left;
      opacity: 0.6;
      font-size: 14px;
      font-family: 'inter_semibold', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      position: absolute;
      top: -8px;
  }

  .pricing-details {
    position: relative;
    bottom: 28px;
    color: #b4b4b4;
  }

  .get-started-free {
    position: relative;
    bottom: 25px;
    left: 2px;
    color: #454b5a;
  }

/*===============================================*/
/*	Responsive: Tablets and down
/*===============================================*/
@media (max-width: 900px) {
  section.panel {
    height: auto !important;
    /* to override the buggyfill js hacks */
    max-height: none;
  }
  section.panel .container {
    height: auto !important;
    /* to override the buggyfill js hacks */
    max-height: none;
  }
  section.panel .container.text-left .text,
  section.panel .container.text-right .text,
  section.panel .container.image-left .image,
  section.panel .container.image-right .image,
  section.panel .container .text,
  section.panel .container .image {
    position: static;
    float: left;
    clear: both;
    width: 100% !important;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  section.panel .container.image-left .image,
  section.panel .container.image-right .image,
  section.panel .container .image {
    margin: 0;
    padding: 0;
    height: auto !important;
  }
  section.panel .container.image-left .image > img,
  section.panel .container.image-right .image > img,
  section.panel .container .image > img {
    width: 90% !important;
    height: auto;
    margin-left: 5% !important;
    margin-right: 5% !important;
    float: left !important;
    display: block !important;
  }
  #panel-booking .image #booking-slider .booking-slide {
    width: 90% !important;
    margin: 0 5% !important;
  }
  #panel-booking .image #booking-slider .booking-slide img {
    width: 100% !important;
  }
  section.panel#panel-flyers .container .text {
    padding-bottom: 1%;
  }
  section.panel#panel-flyers .container .text span.button {
    display: none;
  }
  section.panel#panel-flyers .container .image {
    min-height: 600px !important;
    height: 100% !important;
    max-height: 800px !important;
    position: relative !important;
  }
  section.panel#panel-flyers .container .image #flyer-slider {
    top: 0px;
    bottom: 8%;
  }
  section.panel#panel-integrations .container .logo-wrap .logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  section.panel#panel-pricing .container .pricing-wrap .plan {
    width: 100%;
  }
  section.panel#panel-pricing .container .pricing-wrap .boxed {
    float: left;
    width: 100%;
    height: auto;
    padding: 5%;
    margin-bottom: 5%;
    text-align: left;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
  }
  section.panel#panel-pricing .container .pricing-wrap .boxed > div {
    float: left;
    clear: none;
    margin: 0 30px 0 0 !important;
  }
  section.panel#panel-pricing .container .pricing-wrap .boxed .price {
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    /* right: 8px; */
    right: 3%;
    min-width: 90px;
  }
  section.panel#panel-pricing .container .pricing-wrap .boxed .price:before {
    position: static;
    font-size: inherit;
    line-height: inherit;
  }
  section.panel#panel-pricing .container .pricing-wrap .boxed .price:after {
    right: 0px;
    bottom: -27px;
  }
  section.panel#panel-pricing .container .pricing-wrap .boxed .billed {
    clear: both;
    max-width: 50%;
  }
  section.panel#panel-pricing .container .pricing-wrap .details {
    margin-bottom: 10%;
    margin-left: 5%;
  }
  section.panel#panel-pricing .container .pricing-wrap .details ul {
    margin-top: 5%;
  }
  section.panel#panel-signup .container > div {
    width: 100%;
  }
  section.panel#panel-signup .container * {
    text-align: center !important;
  }
  section.panel#panel-signup .container form#form-request fieldset button {
    float: none;
    width: 100%;
  }
  section.panel#panel-pricing .pricing-wrap .plan .boxed .title {
    font-size: 20px;
  }
  section.panel#panel-pricing .pricing-wrap .plan .boxed .price div.price-from{
    right: 3px;
  }

  section.panel#panel-pricing .pricing-wrap .plan .boxed .plan-cta-btn {
    margin-top: 80px !important;
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }

}

/*===============================================*/
/*	Fallbacks and browser compatability
/*===============================================*/
.pulse2 {
  -webkit-animation: pulse2 2s ease-in-out infinite;
  -moz-animation: pulse2 2s ease-in-out infinite;
  -ms-animation: pulse2 2s ease-in-out infinite;
  animation: pulse2 2s ease-in-out infinite;
}
@keyframes "pulse2" {
  0% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-moz-keyframes pulse2 {
  0% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes "pulse2" {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-ms-keyframes "pulse2" {
  0% {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/* hack to not include body wrap on homepage */
#body-wrap {
  padding-top: 0px !important;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
/* turn off the real one if touch device */
#real-button-book-hide img {
  display: none;
}
/*===============================================*/
/*	New Updated Panels
/*===============================================*/
section#panel-reports,
section#panel-calendar,
section#panel-payments,
section#panel-discover {
  height: auto;
  max-height: none;
}
section#panel-reports .container,
section#panel-calendar .container,
section#panel-payments .container,
section#panel-discover .container {
  height: auto;
  max-height: none;
  padding: 9% 3.5%;
}
section#panel-reports .container.centered,
section#panel-calendar .container.centered,
section#panel-payments .container.centered,
section#panel-discover .container.centered {
  padding: 7% 3.5%;
}
section#panel-reports .container .text,
section#panel-calendar .container .text,
section#panel-payments .container .text,
section#panel-discover .container .text {
  padding: 0;
  padding-bottom: 7%;
  width: 70%;
  height: auto;
  display: block;
  margin: auto;
}
@media (min-width: 900px) {
  section#panel-reports .container.text-left .text,
  section#panel-calendar .container.text-left .text,
  section#panel-payments .container.text-left .text,
  section#panel-discover .container.text-left .text {
    width: 35%;
    padding: 0;
    padding-right: 7%;
  }
  section#panel-reports .container.text-right .text,
  section#panel-calendar .container.text-right .text,
  section#panel-payments .container.text-right .text,
  section#panel-discover .container.text-right .text {
    width: 35%;
    padding: 0;
    padding-left: 7%;
  }
}
section#panel-reports .container .image,
section#panel-calendar .container .image,
section#panel-payments .container .image,
section#panel-discover .container .image {
  padding: 0;
  width: 80%;
  height: auto;
}
section#panel-reports .container .image img,
section#panel-calendar .container .image img,
section#panel-payments .container .image img,
section#panel-discover .container .image img {
  width: 100%;
  height: auto;
  box-shadow: none;
  padding: 20px;
  border: solid 1px #BBBBBB;
  border-radius: 8px;
}
@media (min-width: 900px) {
  section#panel-reports .container.image-left .image,
  section#panel-calendar .container.image-left .image,
  section#panel-payments .container.image-left .image,
  section#panel-discover .container.image-left .image,
  section#panel-reports .container.image-right .image,
  section#panel-calendar .container.image-right .image,
  section#panel-payments .container.image-right .image,
  section#panel-discover .container.image-right .image {
    width: 65%;
  }
}
/*// cenered max-height
@media(min-width: 900px) {
	section#panel-calendar,
	section#panel-payments,
	section#panel-discover {
		max-height: 700px;
	}
}*/
section#panel-calendar .container .image img,
section#panel-payments .container .image img {
  border-color: #555861 !important;
}


/*
* Todd
*/
section.panel#panel-pricing .pricing-wrap .plan .boxed .price.price-free {
  font-size: 35px;
}
section.panel#panel-pricing .pricing-wrap .plan .boxed .price.price-enterprise {
  font-size: 35px;
}

#panel-newfeatures {
  margin: 0 auto;
  padding: 40px 0;
}
#panel-newfeatures .container {
  max-width: 1100px;
}
#panel-newfeatures .newfeatures-feature {
  padding: 40px 30px;
  width: 33.33%;
  display: block;
  float: left;
  text-align: left;
}

#panel-newfeatures .newfeatures-feature div.icon-wrap {
  float: left;
  padding-right: 20px;
}
#panel-newfeatures .newfeatures-feature .theicons {
  font-size: 20px;
  color: #454b5a;
  background: #eaf0ff9c;
  border-radius: 50%;
  border: 1px solid #f0f8ff;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  box-shadow: 0 0 0 0.5px rgba(49,49,93,.03), 0 2px 5px 0 rgba(49,49,93,.1), 0 1px 2px 0 rgba(0,0,0,.08);
}

#panel-newfeatures .newfeatures-feature div.text-wrap {
  overflow: hidden;
}
#panel-newfeatures .newfeatures-feature h5 {
  letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 5px;
}
#panel-newfeatures .newfeatures-feature p {
  font-size: 16px;
}

#panel-newfeatures h5 {
  text-transform:none;
}

@media (min-width: 1001px) {
  #panel-newfeatures .newfeatures-feature {
    padding-bottom: 10px;
  }
  #panel-newfeatures .newfeatures-feature:nth-child(5) {
    clear: both;
  }
}

@media (min-width: 650px) and (max-width: 1000px) {
  #panel-newfeatures .newfeatures-feature {
    width: 50%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
  /* 4 and 6 because of the header in the panel is first child */
  #panel-newfeatures .newfeatures-feature:nth-child(4),
  #panel-newfeatures .newfeatures-feature:nth-child(6) {
    clear: both;
  }
  #panel-newfeatures .newfeatures-feature div.icon-wrap {
   /* padding-right: 30px;*/
  }
  #panel-newfeatures .newfeatures-feature .theicons {
    font-size: 25px;
  }
}

@media (max-width: 650px) {
  #panel-newfeatures .newfeatures-feature {
    width: 100%;
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  #panel-newfeatures .newfeatures-feature div.icon-wrap {
    padding-right: 30px;
  }
  #panel-newfeatures .newfeatures-feature .theicons {
    font-size: 25px;
  }
}
