:root {
    --light-blue-active: #34487B;
    --light-blue-hover: #4D7CC4;
    --light-blue: #4e6cb8;
  }
.button-orange {
  background-color: rgb(255, 81, 0);
  color: white;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button-orange i {
  margin-left: 8px;
}

.button-orange:hover {
    transform: scale(1.025);
    text-transform: uppercase;
  color: white;
}

.button-white {
  background-color: white;
  border: 2px solid rgb(255, 81, 0);
  color: rgb(255, 81, 0);
  width: 100%;
  text-transform: uppercase;
}

.last-button {
  padding-bottom: 3%;
}

.button-grey {
  background-color: rgb(240, 240, 240);
  border: 2px solid rgb(255, 81, 0);
  color: rgb(255, 81, 0);
  width: 100%;
  text-transform: uppercase;
  white-space: normal;
}

.button-white:visited {
  color: rgb(255, 81, 0);
}

.button-orange:visited {
  color: white;
}

#subtomaillist {
  margin-bottom: 5px;
}

section.homepage {
  margin-top: 100px;
}

@media (max-width: 600px) {
  section.homepage {
    margin-top: 50px;
  }
}

/*
 * Trails
 */

.trails {
  margin-top: 1em;
}

/*
 * Home Page Text
 */

.homepage h2 {
  margin: 20px 0 20px 0;
  font-weight: 300;
  color: #444;
  font-size: 2.8em;
}

.list {
  font-size: 1.5em;
  left: 10%;
  position: relative;
}

.home-button-clear {
  font-size: 2em;
  color: rgb(251, 80, 0);
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  line-height: 100%;
  cursor: pointer;
  border: 3px solid rgb(251, 80, 0);
  padding: 10px;
  height: 60px;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .home-button-clear {
    font-size: 1em;
    line-height: 2em;
  }
}

.home-button-clear:visited {
  color: rgb(251, 80, 0) !important;
}

.home-button-solid {
  text-transform: uppercase;
  font-size: 1.8em;
  background-color: rgb(251, 80, 0);
  display: inline-block;
  text-align: center;
  line-height: 100%;
  cursor: pointer;
  padding: 20px;
  text-decoration: none !important;
  color: white;
}

.home-button-round {
  text-transform: uppercase;
  background-color: white;
  display: inline-block;
  text-align: center;
  line-height: 100%;
  cursor: pointer;
  padding: 15px 30px;
  text-decoration: none !important;
  color: #fb5000;
  border: 2px solid #fb5000;
  border-radius: 50px;
  margin: 10px 0px;
  font-size: 1em;
  font-weight: 600;
}

.home-button-round:visited {
  color: #fb5000 !important;
}

.home-button-solid:visited {
  color: #fb5000 !important;
}

/*
 * Home Page Minishowcase
 */

#minishowcaselist {
  position: absolute;
  width: 120px;
  height: 120px;
  right: -60px;
  top: 40px;
}

#minishowcaselist img {
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  border: 1px solid #555;
}

@media (max-width: 767px) {
  .singularity {
    width: 70%;
  }

  #minishowcaselist {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: green;
    right: 0px;
    top: 40px;
  }

  #minishowcaselist img {
    overflow: hidden;
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 768px) {
  .singularity {
    width: 500px;
  }
}

/*
 * Home Page Number with Background Image
 */

@media (max-width: 767px) {
  .numberback {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    width: 50%;
    float: left;
    -ms-transform: scale(0.5, 0.5);
    /* IE 9 */
    -webkit-transform: scale(0.5, 0.5);
    /* Safari */
    transform: scale(0.5, 0.5);
  }
}

@media (min-width: 768px) {
  .numberback {
    position: relative;
    text-align: center;
    margin-bottom: 100px;
    width: 50%;
    float: left;
  }
}

@media (max-width: 480px) {}

@media (max-width: 767px) {
  .numberback3 {
    display: none;
  }
}

@media (min-width: 768px) {
  .numberback3 {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    width: 33%;
    float: left;
  }
}

.numberfloat {
  position: relative;
  display: block;
  width: auto;
  display: inline-block;
}

.numbertext {
  font-size: 5em;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
  line-height: 169px;
  width: 100%;
  color: rgb(251, 80, 0);
}

.numberlabel {
  font-size: 1.7em;
  left: 0;
  position: absolute;
  top: 169px;
  width: 100%;
}

section .content p {
  font-size: 1.5em;
}

@media (max-width: 767px) {
  section .content p {
    font-size: 1em;
  }
}

/*
 * Testimonial Image
 */

.testimonialimg {
  position: absolute;
  top: 0;
  max-width: 100%;
}

.counter {
  position: relative;
}

.slick-prev.slick-arrow {
  height: 50px;
  width: 50px;
  left: -60px;
}

.slick-next.slick-arrow {
  height: 50px;
  width: 50px;
  right: -60px;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  font-family: 'slick';
  font-size: 50px;
  line-height: 1;
  opacity: .75;
  color: #ea6100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1000;
}

/*
 * Orange wide borders
 */

@media (min-width: 1470px) {
  .orangeborderleft {
    background-color: blue;
    position: absolute;
    left: -150px;
    top: 0px;
    height: 100%;
    border-left: 8px solid rgb(251, 80, 0);
  }

  .orangeborderleft:before {
    content: "";
    width: 120px;
    height: 8px;
    background: rgb(251, 80, 0);
    position: absolute;
    top: 0px;
  }

  .orangeborderleft:after {
    content: "";
    width: 120px;
    height: 8px;
    background: rgb(251, 80, 0);
    position: absolute;
    bottom: 0px;
  }

  .orangeborderright {
    width: 120px;
    position: absolute;
    right: -150px;
    top: 0px;
    height: 100%;
    border-right: 8px solid rgb(251, 80, 0);
    overflow: hidden;
  }

  .orangeborderright:before {
    content: "";
    width: 120px;
    height: 8px;
    background: rgb(251, 80, 0);
    position: absolute;
    top: 0px;
    overflow: hidden;
  }

  .orangeborderright:after {
    content: "";
    width: 120px;
    height: 8px;
    background: rgb(251, 80, 0);
    position: absolute;
    bottom: 0px;
    overflow: hidden;
  }
}

#splashimage {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

#splashimage img {
  max-width: 100%;
  max-height: 100%;
}

.splashimagetext {
  z-index: 2;
  top: 25%;
  left: -10%;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
}

.aboslutetext {}

.splashimagetext .homeh3 {
  margin-bottom: 0px;
}

.splashimageback {
  z-index: -1000;
  top: 30px;
  left: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 10px solid rgb(251, 80, 0);
  overflow: hidden;
}

.bottomsplashimage {
  z-index: 3;
  top: 30px;
  left: 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 10px solid rgb(251, 80, 0);
  overflow: hidden;
  pointer-events: none;
}

@media (max-width: 1360px) {
  .splashimagetext {
    font-size: 1em;
    z-index: 2;
    top: 15%;
    left: 0;
    position: absolute;
    padding: 40px;
  }

  .splashimagetext .homeh4 {
    font-size: 1.6em;
  }

  .splashimageback {
    display: none;
  }

  .bottomsplashimage {
    display: none;
  }
}

@media (max-width: 600px) {
  .splashimagetext {
    font-size: 1em;
    z-index: 2;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    width: 100%;
    height: 100%;
  }

  .splashimagetext .homeh4 {
    font-size: 1.2em;
  }

  .homeh3 {
    margin-bottom: 20px !important;
  }

  .splashimageback {
    display: none;
  }

  .bottomsplashimage {
    display: none;
  }
}

@media (max-width: 480px) {
  .splashimagetext {
    font-size: 0.8em;
  }

  .splashimagetext .homeh4 {
    font-size: 1.2em;
  }

  .homeh4 {
    margin-bottom: 20px !important;
  }

  .homeh4underline:after {
    margin-bottom: 20px !important;
  }

  .homeunderlinecenter {
    margin-bottom: 20px !important;
  }

  .home-button-solid {
    padding: 10px;
  }
}

/*
 * Map Overlay
 */

.mapoverlay {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  /* background-color: white; */
  color: white;
  top: 0;
  left: 0;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 3em;
  z-index: 5;
}

.mapoverlay h3 {
  margin-top: 15%;
  text-align: center;
  font-size: 1.5em;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .mapoverlay h3 {
    margin-top: 5%;
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .mapoverlay h3 {
    margin-top: 5%;
    text-align: center;
    font-size: 1em;
    font-weight: 800;
    text-transform: uppercase;
  }
}

.mapoverlay h4 {
  text-align: center;
  font-size: 1em;
  font-weight: 600;
}

.mapdot {
  z-index: -1;
  position: absolute;
  top: 35%;
  left: 21%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50px 50px;
  border-radius: 50px/50px;
  border: solid 5px rgb(251, 80, 0);
}

@media (max-width: 767px) {
  .mapdot {
    display: none;
  }
}

#newyork {
  left: 23%;
  top: 37%;
}

#newjersey {
  left: 23%;
  top: 35%;
}

#connecticut {
  left: 20%;
  top: 36%;
}

#newhampshire {
  left: 22%;
  top: 38%;
}

#florida {
  left: 20%;
  top: 43%;
}

#illinois {
  left: 19%;
  top: 36%;
}

#texas {
  left: 13%;
  top: 39%;
}

#california {
  left: 8%;
  top: 38%;
}

#colorodo {
  left: 12%;
  top: 35%;
}

#vancouver {
  left: 10%;
  top: 31%;
}

#toronto {
  left: 21%;
  top: 33%;
}

#shanghai {
  left: 84%;
  top: 43%;
}

#hongkong {
  left: 83%;
  top: 46%;
}

#beijing {
  left: 81%;
  top: 39%;
}

/*
 * Navbar
 */

.navbar-brand {
  padding: 3px 0;
}

.navbar-toggle {
  cursor: pointer;
}

/*
 * Home Headings
 */

.homeh3 {
  font-size: 3.5em !important;
  text-transform: uppercase;
  font-weight: 900 !important;
  margin-bottom: 50px;
  margin-top: 0px !important;
}

@media (max-width: 767px) {
  .homeh3 {
    font-size: 2em !important;
  }
}

.homeh4 {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 50px;
  margin-top: 20px;
}

.outcomes {
  /*usaco*/
  font-size: 2.5em;
  margin-bottom: 30px;
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 480px) {
  .outcomes {
    /*usaco*/
    font-size: 1.6em;
  }
}

.homeh5 {
  font-size: 2em;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 0;
  color: #aaa;
}

.homeh4underline:after {
  background: none repeat scroll 0 0 rgb(251, 80, 0);
  bottom: -10px;
  content: "";
  display: block;
  height: 7px;
  position: relative;
  width: 250px;
  margin-bottom: 40px;
}

.aboveline {
  margin-bottom: 5px;
  font-size: 2.3em;
}

.homeunderlinecenter {
  background: none repeat scroll 0 0 rgb(251, 80, 0);
  bottom: -10px;
  content: "";
  display: block;
  height: 7px;
  position: relative;
  width: 250px;
  margin-bottom: 40px;
}

.coder-title-above {
  text-align: center;
}

.coder-underline {
  margin: 10px auto;
  margin-bottom: 40px;
}

/*
 * Home Awards Carousel
 */

/* The controlsy */

.carousel-control {
  left: -12px;
  height: 40px;
  width: 40px;
  background: none !important;
  background-image: none !important;
  margin-top: 55px;
  display: none;
  /* hide for now */
}

.carousel-control.left {
  background-color: red;
}

.carousel-control.right {
  right: -12px;
}

.carousel-control.right:after {
  position: absolute;
  left: -30px;
  top: -15px;
  content: "";
  display: inline-block;
  /* By using an em scale, the arrows will size with the font */
  width: 3.4em;
  height: 3.4em;
  border-right: 0.4em solid rgb(251, 80, 0);
  border-top: 0.4em solid rgb(251, 80, 0);
  transform: rotate(45deg);
}

.carousel-control.left:after {
  position: absolute;
  left: -10px;
  top: -15px;
  content: "";
  display: inline-block;
  /* By using an em scale, the arrows will size with the font */
  width: 3.4em;
  height: 3.4em;
  border-right: 0.4em solid rgb(251, 80, 0);
  border-top: 0.4em solid rgb(251, 80, 0);
  transform: rotate(-135deg);
}

.carousel-cropper {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 480px) {
  .carousel-control {
    display: none;
  }
}

.carousel-cropper :last-child {
  display: inline-block;
}

.carousel-cropper:hover :first-child {
  display: inline-block;
}

.carousel-cropper:hover :last-child {
  display: none;
}

.carousel-image {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}

.carousel-cropper img {
  position: absolute;
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.carousel-name {
  text-align: center;
  background-color: rgb(251, 80, 0);
  height: 100%;
  line-height: 150px;
  position: absolute;
  width: 100%;
  color: white;
  font-weight: 800;
  font-size: 1.3em;
}

.carousel-name.medal {
  line-height: 220px;
  font-size: 1em;
}

.carousel-name.gold {
  background-image: url("/resources/dist/assets/images/awards/gold.gif");
}

.carousel-name.bronze {
  background-image: url("/resources/dist/assets/images/awards/bronze.gif");
}

.carousel-name.silver {
  background-image: url("/resources/dist/assets/images/awards/silver.gif");
}

.carousel-name.platinum {
  background-image: url("/resources/dist/assets/images/awards/plat.gif");
}

/*
 * Talks Page
 */

.wrapper {
  max-width: 1200px;
  margin: auto;
}

.description {
  padding: 50px 0;
}

.section-title {
  flex-direction: column !important;
  margin-bottom: 40px;
}

.section-title h2 {
  width: fit-content;
  margin-top: 0;
  font-size: 35px;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #000;
}

.title-border {
  height: 0;
  width: 250px;
  border-bottom: 5px solid #ea6100;
}

.upcoming {
  background-color: #f5f5f5;
}

.upcoming .info-area {
  display: flex;
  justify-content: space-between;
}

.media-holder {
  height: 350px;
  width: 580px;
  background-color: grey;
  margin-right: 30px;
}

.upcoming .details-holder {
  width: 500px;
}

.upcoming .details-holder p {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
}

.upcoming .details-holder p:last-of-type {
  margin: 0;
}

.social-share {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.social-share .soc-link {
  padding: 10px;
  margin-right: 15px;
  border-radius: 50px;
  background-color: white;
  color: #ea6100;
  transition: all 0.25s ease;
}

.social-share .soc-link i {
  width: 16px;
  text-align: center;
}

.social-share .soc-link:hover {
  background-color: #ea6100;
  color: white;
}

.social-share input {
  height: 30px;
  padding-left: 5px;
}

.social-share button {
  height: 30px;
  padding: 0 15px;
  background-color: #ea6100;
  color: white;
  border: 0;
  cursor: pointer;
}

.description .wrapper {
  display: flex;
}

.description .right-side img {
  width: calc(100% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
}

.description .webinar-desc h3 {
  color: #ea6100;
  margin-top: 0;
  font-size: 25px;
  font-weight: bold;
}

.speaker-info {
  display: flex;
}

.speaker-info p {
  margin: 0;
}

.speaker-info .avatar {
  height: 45px;
  width: 45px;
  border-radius: 45px;
  background-color: grey;
  margin-right: 15px;
}

.register-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 470px;
  height: fit-content;
  padding: 50px 30px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #535353;
  margin-left: 30px;
}

.register-panel h3 {
  margin-top: 0;
  margin-bottom: 40px;
  color: #ea6100;
  font-size: 22px;
}

.register-panel form {
  width: 100%;
}

.register-panel .input-holder {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.register-panel .input-holder label {
  margin-bottom: 10px;
}

.register-panel .input-holder p {
  margin-top: 0;
}

.register-panel .input-holder input {
  height: 40px;
  padding-left: 5px;
}

.register-panel button {
  height: 40px;
  width: 100%;
  border: 0;
  background-color: #ea6100;
  color: white;
  cursor: pointer;
}

.previous {
  background-color: #f5f5f5;
  padding-bottom: 50px;
  padding-top: 25px;
}

.speakers-video {
  display: flex;
  justify-content: space-between;
}

.video-holder {
  height: 375px;
  width: 650px;
  background-color: #535353;
  margin-top: 20px;
}

.webinar-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.speakers-holder h3 {
  width: fit-content;
  color: #ea6100;
  font-size: 25px;
  padding-bottom: 5px;
}

.prev-webinar {
  margin-bottom: 70px;
}

.prev-webinar:nth-of-type(odd) {
  background-color: #e2e1e1;
  padding: 25px 0 60px;
}

.prev-webinar .webinar-desc {
  margin-top: 0;
}

.speakers-holder {
  width: 100%;
}

.speakers-video .speakers-holder {
  width: 40%;
}

h4 {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}

.speakers-holder .list {
  margin-top: 10px;
  background-color: white;
  left: 1%;
}

.speakers-holder .list .speaker {
  display: flex;
  padding: 10px 20px;
  background-color: #fff;
  color: #ea6100;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.description .speaker {
  padding-left: 0 !important;
}

.speakers-holder .list .speaker:last-of-type {
  border-bottom: 0;
}

.speakers-holder .list .speaker p {
  margin: 0;
}

.speakers-holder .list .speaker .secondary {
  color: #535353;
  font-size: 14px;
}

.speakers-holder .list .speaker .avatar {
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 50px;
  margin-right: 15px;
  margin-top: 5px;
}

.speakers-holder .list .speaker .primary {
  font-weight: bold;
}

.speaker .speaker-details {
  width: 100%;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  bottom: -150px !important;
}

.carousel-indicators p {
  margin-right: 10px;
  margin-left: 10px;
  color: #ea6100;
  font-weight: bold;
  padding: 2px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.25s ease;
  height: auto;
  width: auto;
  margin-bottom: 0;
}

.carousel-indicators p:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.carousel-indicators p.active {
  background-color: #ea6100;
  color: white;
  height: auto;
  width: auto;
}

.video-holder iframe {
  width: 100%;
  height: 100%;
}

.carousel {
  height: 470px;
}

.schedules-box {
  position: relative;
}

.schedules-box .info {
  position: absolute;
  bottom: 30px;
  left: 50px;
}

.schedules-box .info p,
.schedule-alone p {
  width: fit-content;
  padding: 5px 10px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #000;
}

.schedules-box .info p b,
.schedule-alone p b {
  color: #000;
}

@media only screen and (max-width: 1150px) {
  .wrapper {
    width: 97%;
  }

  .speakers-video {
    flex-direction: column;
  }

  .speakers-video .speakers-holder {
    width: 100%;
  }

  .video-holder {
    width: 100%;
  }

  .webinar-title {
    flex-direction: column;
  }

  .prev-webinar {
    margin-bottom: 140px;
  }

  .speakers-holder {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 900px) {
  h2 {
    font-size: 20px;
  }

  .upcoming .info-area {
    flex-direction: column;
  }

  .media-holder {
    width: 100%;
    margin-bottom: 15px;
  }

  .description .wrapper {
    flex-direction: column;
  }

  .register-panel {
    width: 100%;
    min-width: 0;
    margin: 20px 0;
  }
}

@media only screen and (max-width: 500px) {
  .previous {
    zoom: 0.9;
  }
}

/*
 * Footer Design 2018-9-7
 */

.container {
  max-width: 1200px;
}

footer {
  width: 100%;
  min-height: 250px;
  padding: 10px 0px 70px 0px;
}

footer input {
  height: 46px;
  background-color: #f0f0f0;
  width: 80%;
  border: 1px solid var(--light-blue);
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 5px;
}

.my-8 {
  margin: 8px 0;
}

footer input:focus {
  outline: 0;
}

footer p {
  font-size: 15px;
  color: #000;
  padding-bottom: 0px;
  margin-bottom: 8px;
}

.padding-right {
  padding-right: 10px;
}

footer button {
  width: 80%;
  background-color: var(--light-blue);
  color: white;
  border: 0;
  border-radius: 6px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.25s ease;
}

footer button:hover {
  background-color: var(--light-blue-hover)
}

footer button:active{
  background-color: var(--light-blue-active)
}

footer h5 {
  font-weight: bold;
  line-height: unset;
  letter-spacing: unset;
  font-size: 20px;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
/* 1 */

[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  /*border: 1px solid #c0c0c0; */
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
/* 1 */

menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*
 * help block
 */

.help-block {
  font-size: 0.8em;
}

.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.dropdown-menu {
  left: unset;
  right: 0;
  padding: 0 !important;
}

.dropdown-menu>li>a {
  padding: 10px 30px;
  border: 1px solid #e0e0e0;
  font-size: 18px;
  border-left: 5px solid transparent;
  transition: all .25s ease;
}

.dropdown-menu>li>a:hover {
  border-left: 5px solid #ea6100;
  text-decoration: none;
  color: #ea6100;
}

.nav .menu-item {
  position: relative;
}

.dropdown-toggle .large-font :hover {
  color: #ea6100;
  letter-spacing: 2px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
}

.dropdown-submenu>a:after {
  color: #828282;
}

.dropdown-submenu>a:hover {
  color: #ea6100;
}

.dropdown-menu ul ul ul ul {
  background: #f5f5f5;
  list-style: circle;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .dropdown-menu li li {
    margin-left: 20px !important;
  }

  .dropdown-menu li li li {
    margin-left: 40px !important;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 35px;
  }

  .navbar-nav>li>a {
    font-size: 20px;
  }

  .large-font {
    font-size: 20px;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 85vh;
  }
}

@media only screen and (max-width: 1200px) {
  .aboveline {
    text-align: center;
    font-size: 1.5em;
  }

  .homeh4underline {
    text-align: center;
    font-size: 1.5em;
  }

  .homeh4underline:after {
    margin: auto;
  }
}

/* DEMOS PAGE STYLING */

.demos-page {
  width: 100%;
  max-width: 1200px;
  padding: 30px 0;
  margin: 0 auto;
}

.demos-page .demo-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.demos-page .demo-header .logo {
  height: 50px;
  margin-bottom: 5px;
}

.demos-page .demo-header .logo-tag {
  font-weight: bold;
  font-size: 20px;
}

.demos-page .demo-header .styled-header {
  display: none;
  position: relative;
  max-width: 768px;
  margin: 0 auto;
}

.demos-page .demo-header .styled-header img {
  width: 100%;
}

.demos-page .demo-header .styled-header .info {
  position: absolute;
  bottom: 120px;
  left: 50%;
  width: 100%;
  text-align: center;
  color: white;
  transform: translateX(-50%);
}

.demos-page .demo-header .styled-header .info .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px;
}

.demos-page .demo-header .styled-header .info .title .underline {
  height: 5px;
  width: 35%;
  background-color: white;
}

.demos-page .demo-header .styled-header .info .tag {
  font-size: 23px;
  margin-bottom: 0;
}

.demos-page .demo-header .styled-header .info .sub {
  font-size: 16px;
  margin: 0;
}

.demos-page .demo-header.eng-version .styled-header .info {
  bottom: 100px;
}

.demos-page .demo-header.eng-version .styled-header .info .title {
  font-size: 25px;
}

.demos-page .demo-header.eng-version .styled-header .info .tag {
  font-size: 16px;
}

.demos-page .demo-header.eng-version .styled-header .info .sub {
  font-size: 14px;
}

.demos-page .demo-class {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
  border-top: 1px solid #e5e5e5;
}

.demos-page .demo-class .demo-btns-holder {
  min-width: 170px;
  margin-left: 20px;
}

.demos-page .demo-class .weekday {
  font-weight: bold;
  font-size: 22px;
}

.demos-page .demo-class .class-img {
  position: relative;
  width: 280px;
  min-width: 280px;
  margin-right: 20px;
}

.demos-page .demo-class .class-img img {
  width: 100%;
}

.demos-page .demo-class .class-img .class-info {
  display: none;
  position: absolute;
  bottom: 0;
  left: 20px;
}

.demos-page .demo-class .class-img .class-info p {
  width: fit-content;
  padding: 5px;
  background-color: white;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
}

.demos-page .demo-class .demo-t-info .class-info p {
  color: rgba(51, 51, 51, 0.7);
}

.demos-page .demo-class h3 {
  font-weight: bold;
  font-size: 25px;
}

.demos-page .demo-class .demo-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: #ea6100;
  color: white;
  margin-top: 10px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}

.demos-page .demo-class .learn-more-btn.demo-btn {
  background-color: white;
  color: #ea6100;
  border: 2px solid #ea6100;
}

.demos-page .demo-class .demo-t-info .class-info {
  display: flex;
}

.demos-page .demo-class .demo-t-info .class-info p {
  margin-right: 15px;
}

.class-demo {
  width: 100%;
}

.class-demo .demo-class {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px 20px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.class-demo .demo-class .weekday {
  font-weight: bold;
  font-size: 22px;
}

.class-demo .demo-class .class-img {
  height: 500px;
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
}

.class-demo .demo-class .class-img .title-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 412px;
  padding-left: 80px;
  color: white;
  background-color: rgba(234, 97, 0, 0.8);
  font-weight: bold;
}

.class-demo .demo-class .class-img .title-holder p {
  margin: 0;
}

.class-demo .demo-class .class-img .title-holder .day {
  font-size: 26px;
}

.class-demo .demo-class .class-img .title-holder .course-name {
  font-size: 50px;
  line-height: 43px;
  margin-bottom: 50px;
}

.class-demo .demo-class .class-img .bottom-nav {
  display: flex;
  justify-content: flex-end;
  padding: 20px 30px;
  background-color: hsl(246, 41%, 21%);
}

.class-demo .demo-class .class-img .bottom-nav .demo-enroll-btn {
  margin: 0;
  background-color: #ea6100;
}

.class-demo .demo-class .class-img .bottom-nav .demo-enroll-btn::before {
  background-color: white;
}

.class-demo .demo-class .class-img .bottom-nav .demo-enroll-btn:hover {
  color: #ea6100;
}

.class-demo .demo-class .class-img .bottom-nav .demo-enroll-btn1 {
  margin: 0;
  background-color: #ea6100;
}

.class-demo .demo-class .class-img .bottom-nav .demo-enroll-btn1::before {
  background-color: white;
}

.class-demo .demo-class .class-img .bottom-nav .demo-enroll-btn1:hover {
  color: #ea6100;
}

.class-demo .demo-class .class-info {
  margin: 20px 0;
}

.class-demo .demo-class .class-info p {
  width: fit-content;
  padding: 5px;
  background-color: white;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.class-demo .demo-class h3 {
  font-weight: bold;
  font-size: 25px;
}

.class-demo .demo-class .demo-btn {
  display: block;
  width: 90%;
  text-align: center;
  padding: 10px;
  background-color: #ea6100;
  color: white;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 18px;
  border-radius: 5px;
}

.class-demo .demo-class .section-label {
  font-size: 14px;
  color: #ea6100;
}

.class-demo .demo-class .class-timer {
  text-align: center;
  padding: 15px 25px;
  background-color: #f0f0f0;
  border-radius: 15px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 25px 0;
}

.class-demo .demo-class .class-timer p {
  font-weight: bold;
  font-size: 30px;
  margin: 0;
}

.class-demo .instructor-info {
  margin: 30px 0;
}

.class-demo .mini-title {
  font-size: 20px;
  font-weight: bold;
  color: #aaa;
  margin-bottom: 20px;
}

.class-demo .mini-title p {
  margin: 0;
}

.class-demo .mini-title .title-bar {
  height: 5px;
  width: 100px;
  background-color: #ea6100;
}

.class-demo .icon-title {
  font-size: 25px;
  font-weight: bold;
  color: #aaa;
  margin: 10px 0 30px;
}

.class-demo .icon-title i {
  margin-right: 5px;
  color: #aaa;
}

.class-demo .icon-title p {
  margin: 0;
  color: #ea6100;
}

.class-demo .icon-title .title-bar {
  height: 5px;
  width: 120px;
  background-color: #ea6100;
}

.class-demo ul {
  padding: 0;
}

.class-demo ul .free-label {
  width: fit-content;
  background-color: #ea6100;
  color: white;
  padding: 6px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

.class-demo ul .paid-label {
  width: fit-content;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 6px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

.class-demo ul .lesson-entry {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin-bottom: 5px;
  list-style: none;
}

.class-demo ul .lesson-entry:first-of-type {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border: 2px solid #ea6100;
  margin-bottom: 40px;
  border-top-left-radius: 0;
}

.class-demo ul .lesson-entry:first-of-type span {
  width: 100%;
}

.class-demo ul .lesson-entry:first-of-type .demo-enroll-btn {
  margin: 20px 0 0;
}

.class-demo ul .lesson-entry b {
  margin-right: 3px;
  font-size: 20px;
}

.class-demo .price-bubbles {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.class-demo .price-bubbles .bubble {
  padding: 10px 20px;
  background-color: #ea6100;
  margin-right: 20px;
  color: white;
  border-radius: 20px;
}

.class-demo .price-bubbles .bubble p {
  margin: 0;
}

.class-demo .instructor-summary {
  position: relative;
  width: 100%;
  padding: 15px;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
}

.class-demo .instructor-summary i {
  position: absolute;
  left: 27px;
  bottom: -28px;
  color: white;
  font-size: 50px;
}

.class-demo .instructor {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.class-demo .instructor .avatar {
  height: 80px;
  width: 80px;
  border-radius: 80px;
  background-color: #ccc;
  margin-right: 20px;
}

.class-demo .instructor .details {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.class-demo .instructor .details p {
  line-height: 30px;
  margin: 0;
}

.class-demo .instructor .details p.name {
  font-size: 30px;
}

.demo-enroll-btn {
  width: 200px;
  text-align: center;
  z-index: 1;
  position: relative;
  font-size: 20px;
  font-family: inherit;
  color: white;
  padding: 0.5em 1em;
  outline: none;
  border: none;
  background-color: hsl(246, 41%, 21%);
  overflow: hidden;
  transition: color 0.4s ease-in-out;
  border-radius: 50px;
  margin: 30px 0;
}

.demo-enroll-btn::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 100%;
  right: 100%;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #ea6100;
  transform-origin: center;
  transform: translate(50%, -50%) scale(0);
  transition: transform 0.45s ease-in-out;
}

.demo-enroll-btn:hover {
  cursor: pointer;
}

.demo-enroll-btn:hover::before {
  transform: translate(50%, -50%) scale(15);
}

.demo-enroll-btn1 {
  width: fit-content;
  text-align: center;
  z-index: 1;
  position: relative;
  font-size: 20px;
  font-family: inherit;
  color: white;
  padding: 0.5em 1em;
  outline: none;
  border: none;
  background-color: hsl(246, 41%, 21%);
  overflow: hidden;
  transition: color 0.4s ease-in-out;
  border-radius: 50px;
  margin: 30px 0;
}

.demo-enroll-btn1::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 100%;
  right: 100%;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #ea6100;
  transform-origin: center;
  transform: translate(50%, -50%) scale(0);
  transition: transform 0.45s ease-in-out;
}

.demo-enroll-btn1:hover {
  cursor: pointer;
}

.demo-enroll-btn1:hover::before {
  transform: translate(50%, -50%) scale(15);
}

.demos-banner {
  background-image: url("/resources/dist/assets/images/demos-banner-bg.jpg");
  background-size: cover;
  background-position: center;
}

.demos-banner .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 300px;
  margin: 0 auto;
}

.demos-banner .wrapper .screen-img img {
  margin-top: 50px;
  height: 320px;
}

.demos-banner .wrapper .banner-text {
  position: relative;
}

.demos-banner .wrapper .banner-text img {
  width: 450px;
  margin-top: 60px;
}

.demos-banner .wrapper .banner-text p {
  position: absolute;
  top: 55%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 18px;
  color: white;
}

.demos-banner .wrapper .banner-text p span {
  font-weight: bold;
  font-size: 35px;
}



@media only screen and (max-width: 1920px) {

  .demos-page .demo-header .styled-header .info {
    bottom: 20%;
  }

  .demos-page .demo-header.eng-version .styled-header .info {
    bottom: 18%;
    padding: 0 15px;
  }

  .demos-page .demo-header .styled-header .info .title {
    font-size: 75px;
  }

  .demos-page .demo-header.eng-version .styled-header .info .title {
    font-size: 50px;
  }

  .demos-page .demo-header .styled-header .info .tag {
    font-size: 45px;
  }

  .demos-page .demo-header.eng-version .styled-header .info .tag {
    font-size: 30px;
  }

  .demos-page .demo-header .styled-header .info .sub {
    font-size: 30px;
  }

  .demos-page .demo-header.eng-version .styled-header .info .sub {
    font-size: 20px;
  }
}

@media only screen and (max-width: 860px) {
  .demos-banner .wrapper {
    display: block;
    align-items: center;
    max-width: 1200px;
    height: 640px;
    margin: 0 auto;
  }

  .demos-banner .wrapper .screen-img {
    display: flex;
    justify-content: center;
  }

  .demos-banner .wrapper .screen-img img {
    margin: 50px auto 0;
    width: 100%;
    height: auto;
  }

  .demos-banner .wrapper .banner-text {
    display: flex;
    justify-content: center;
  }

  .demos-banner .wrapper .banner-text img {
    width: 350px;
    margin: 60px auto 0;
  }

  .class-demo .demo-class .class-img .title-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 412px;
    padding-left: 10px;
    color: white;
    background-color: rgba(234, 97, 0, 0.8);
    font-weight: bold;
  }

  .class-demo .demo-class .class-img .bottom-nav {
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .demos-page .demo-header .styled-header {
    display: block;
  }

  .demos-page .demo-class {
    flex-direction: column;
    border: 0;
  }

  .demos-page .demo-class .class-img {
    width: 100%;
    margin-right: 0;
  }

  .demos-page .demo-class .demo-btns-holder {
    width: 100%;
    margin-left: 0;
  }

  .demos-page .demo-class .demo-t-info .class-info {
    display: none;
  }

  .demos-page .demo-class .class-img .class-info {
    display: block;
  }
}

@media only screen and (max-width: 650px) {

  .demos-page .demo-header .styled-header .info {
    bottom: 20%;
  }

  .demos-page .demo-header.eng-version .styled-header .info {
    bottom: 17%;
  }

  .demos-page .demo-header .styled-header .info .title {
    font-size: 50px;
  }

  .demos-page .demo-header.eng-version .styled-header .info .title {
    font-size: 35px;
  }

  .demos-page .demo-header .styled-header .info .tag {
    font-size: 30px;
  }

  .demos-page .demo-header.eng-version .styled-header .info .tag {
    font-size: 22px;
  }

  .demos-page .demo-header .styled-header .info .sub {
    font-size: 22px;
  }

  .demos-page .demo-header.eng-version .styled-header .info .sub {
    font-size: 18px;
  }
}

@media only screen and (max-width: 430px) {

  .demos-page .demo-header .styled-header .info {
    bottom: 120px;
  }

  .demos-page .demo-header .styled-header .info .title {
    font-size: 30px;
  }

  .demos-page .demo-header .styled-header .info .tag {
    font-size: 23px;
  }

  .demos-page .demo-header .styled-header .info .sub {
    font-size: 16px;
  }

  .demos-page .demo-header.eng-version .styled-header .info {
    bottom: 100px;
  }

  .demos-page .demo-header.eng-version .styled-header .info .title {
    font-size: 25px;
  }

  .demos-page .demo-header.eng-version .styled-header .info .tag {
    font-size: 16px;
  }

  .demos-page .demo-header.eng-version .styled-header .info .sub {
    font-size: 14px;
  }
}

@media only screen and (max-width: 360px) {
  .demos-page .demo-header.eng-version .styled-header .info {
    bottom: 80px;
  }

  .demos-page .demo-header.eng-version .styled-header .info .title {
    font-size: 16px;
  }

  .demos-page .demo-header.eng-version .styled-header .info .tag {
    font-size: 14px;
  }

  .demos-page .demo-header.eng-version .styled-header .info .sub {
    font-size: 12px;
  }
}

#visit-count-table {
  margin: 20px;
}

#visit-count-table td,
#visit-count-table th {
  border: 1px solid black;
  padding: 10px;
}

.visit-count-container {
  background-color: rgb(200, 200, 200);
}
