@media (min-width: 1600px) {
  .container {
    max-width: 1220px;
  }
}
@media (max-width: 1600px) {
  h1 {
    font-size: 56px;
  }

  h2 {
    font-size: 35px;
  }

  section.page.page-purchase {
    margin-top: 0;
  }

  header.main-header {
    padding-bottom: 0;
  }

  nav.nav-menu .nav-pages .nav-item .nav-link {
    font-size: 14px;
  }

  section.intro .intro-title {
    max-width: 900px;
    margin: 0 auto;
    font-size: 200px;
    line-height: 160px;
  }
  section.intro .intro-title .item {
    height: 200px;
  }
  section.intro .intro-boxes {
    max-width: 1100px;
    margin: 0 auto;
  }
  section.intro .intro-boxes .box {
    box-shadow: 0 0 40px rgba(255, 255, 255, 0.1);
  }
  section.intro .intro-boxes .box:nth-of-type(1) {
    width: 250px;
    height: 250px;
    transform: scale(0.8);
  }
  section.intro .intro-boxes .box:nth-of-type(2) {
    width: 220px;
    height: 220px;
    transform: scale(0.8);
  }
  section.intro .intro-boxes .box:nth-of-type(3) {
    width: 180px;
    height: 180px;
    right: 15%;
    bottom: 0;
    transform: scale(0.8);
  }
  section.intro .intro-boxes .box:nth-of-type(4) {
    box-shadow: none;
  }
  section.intro .intro-svg {
    max-width: 658px;
    height: 657px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  section.intro-video {
    margin-bottom: 80px;
  }
  section.intro-video .video .box {
    height: 450px;
    max-width: 1000px;
    margin: 0 auto;
  }

  section.about-video .video {
    height: 480px;
  }
  section.about-video .video .box {
    height: 480px;
  }

  .artists-boxes .box .image-holder {
    width: 385px;
    height: 480px;
  }
  .artists-boxes .box:nth-child(3n+2) {
    margin: 0 5px 40px;
  }
  .artists-boxes .box:nth-child(3n+2) .image-holder {
    width: 320px;
    height: 400px;
  }

  section.courses .courses-border.border-right {
    right: -15px;
  }
  section.courses .courses-border.border-left {
    left: -15px;
  }

  section.company .company-message {
    padding: 100px 50px 80px 50px;
  }

  .courses-boxes .box .image-holder {
    height: 380px;
  }

  section.single-course .course-preview .image-holder {
    height: 450px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .form .label-placeholder {
    font-size: 35px;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 30px;
  }

  .page-title {
    font-size: 44px;
  }

  nav.nav-menu.nav-register {
    padding-top: 30px;
  }
  nav.nav-menu.nav-register .nav-pages .nav-item {
    display: inline-block;
    margin-right: 30px;
  }
  nav.nav-menu .nav-pages .nav-item {
    transition: none;
    opacity: 1;
    transform: translateX(0);
  }

  .button-custom {
    padding: 14px 12px;
  }

  main.main-content {
    padding-top: 150px;
    min-height: auto;
  }

  header.main-header {
    padding-top: 20px;
  }

  section.courses .courses-border {
    display: none;
  }

  .courses-boxes {
    max-width: 600px;
  }
  .courses-boxes .box .image-holder {
    height: 350px;
  }
  .courses-boxes .box .content-holder .description {
    font-size: 14px;
  }

  .artists-boxes .box .image-holder {
    width: 310px;
    height: 380px;
  }
  .artists-boxes .box:nth-child(3n+2) .image-holder {
    width: 280px;
    height: 300px;
  }

  blockquote {
    font-size: 28px;
  }

  section.features .feature-svg {
    top: 30px;
  }

  section.flex-gallery .image-holder {
    max-width: 33.3333333333%;
  }
  section.flex-gallery .image-holder:last-child {
    display: none;
  }

  section.single-course .course-pagination .pagination-main-title {
    font-size: 180px;
    line-height: 180px;
  }
  section.single-course .next-course-details {
    max-width: 700px;
  }

  section.page .page-small-title {
    margin-left: 0;
  }
  section.page .page-svg {
    top: 50px;
  }

  section.about-famous .about-famous-svg {
    margin-top: 100px;
    margin-right: 50px;
  }
  section.about-famous .img-holder {
    min-width: inherit;
  }

  section.about-video .video {
    height: 400px;
  }
  section.about-video .video .box {
    height: 400px;
  }

  section.features .feature-logos .logo {
    width: 155px;
  }

  section.intro .intro-boxes .box:nth-of-type(4) {
    z-index: 0;
    transform: translate3d(0px, 0px, 0px);
    right: inherit;
    left: inherit;
    top: 105%;
    width: 100%;
  }

  .form .form-control {
    font-size: 20px;
  }
  .form.form-register .button-custom.button-custom-sm {
    min-width: 120px;
  }

  section.intro .item {
    height: 160px;
  }
  section.intro .intro-title {
    max-width: 700px;
    margin: 0 auto;
    font-size: 170px;
    line-height: 170px;
  }

  section.single-course .course-details .price .title div {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .form .label-placeholder.label-placeholder-sm {
    font-size: 32px;
    top: 5px;
  }
}
@media (max-width: 992px) {
  h4 {
    font-size: 20px;
  }

  main.main-content {
    padding-top: 100px;
  }

  section.page.page-purchase {
    margin-top: 0px;
  }
  section.page .page-svg {
    left: inherit;
    right: 0;
    width: 250px;
    height: 300px;
  }
  section.page .page-title-404 {
    font-size: 350px;
  }
  section.page .svg-404 {
    width: 700px;
    height: 550px;
  }

  section.features .feature-svg {
    width: 250px;
    height: 300px;
  }

  section.about .about-image {
    margin-top: 15px;
    margin-right: 0;
  }

  section.about-video .content-holder {
    width: 100%;
    max-width: 400px;
    float: none;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  section.about-famous .img-holder.top {
    float: left;
    max-width: 305px;
  }
  section.about-famous .img-capture {
    width: 305px;
    float: right;
  }

  section.single-course .course-description .content-holder {
    max-width: 100%;
  }

  .artists-boxes .box {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
  }
  .artists-boxes .box .image-holder {
    width: 100%;
    height: 450px;
  }
  .artists-boxes .box:nth-child(3n+2) .image-holder {
    width: 100%;
    height: 450px;
  }

  .courses-row:nth-child(even) .courses-boxes-col {
    order: 0;
  }

  .courses-boxes {
    max-width: 100%;
  }

  section.courses .courses-aside {
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    margin-top: 30px;
    float: none;
    max-width: 100%;
  }
  section.courses .courses-aside .title {
    max-width: 100%;
  }

  section.company .company-message {
    padding: 100px 50px 50px 0px;
    max-width: 300px;
  }

  nav.nav-menu:not(.nav-user, .nav-menu-footer) .nav-pages {
    text-align: center;
  }
  nav.nav-menu:not(.nav-user, .nav-menu-footer) .nav-pages .nav-item {
    margin: 0 10px 10px 10px;
  }

  footer.main-footer .footer-payment li {
    margin: 0 5px;
  }

  section.single-course .course-pagination .pagination-main-title {
    font-size: 150px;
    line-height: 150px;
  }
  section.single-course .next-course-details {
    max-width: 650px;
  }
  section.single-course .next-course-details .description {
    font-size: 14px;
  }

  header.main-header.main-header-registered {
    position: relative;
  }
  header.main-header.main-header-registered .logo {
    position: relative;
  }

  .form.form-register .form-field .button-custom {
    width: 100%;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .image-holder .image:after {
    background: rgba(0, 0, 0, 0.4);
  }

  .page-title {
    font-size: 24px;
    line-height: 30px;
  }

  header.main-header {
    padding-top: 30px;
    position: fixed;
    z-index: 999;
  }
  header.main-header.main-header-registered {
    position: relative;
    margin-bottom: -130px;
  }
  header.main-header.main-header-registered .logo {
    position: relative;
  }
  header.main-header .button-menu,
header.main-header .logo {
    position: fixed;
    z-index: 999;
  }

  body.menu-open nav.popup-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateX(0);
  }

  nav.nav-menu:not(.nav-user, .nav-menu-footer) .nav-pages {
    text-align: left;
  }
  nav.nav-menu:not(.nav-user, .nav-menu-footer) .nav-pages .nav-item {
    display: block;
  }
  nav.nav-menu:not(.nav-user, .nav-menu-footer) .nav-pages .number {
    margin-right: 15px;
  }
  nav.nav-menu.nav-register {
    padding-top: 10px;
  }
  nav.nav-menu.nav-register .nav-pages {
    text-align: left;
  }
  nav.nav-menu.nav-register .nav-pages .nav-item {
    display: block;
  }
  nav.nav-menu.nav-register .nav-pages .number {
    margin-right: 15px;
  }

  body.light-theme .button-menu {
    color: #000;
  }
  body.light-theme .button-menu:hover {
    color: #000;
  }
  body.light-theme nav.popup-menu {
    background: #fff;
  }

  nav.popup-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all ease 0.5s;
    transform: translateX(-100%);
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 99;
    padding: 20px;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
    margin: 0 auto;
  }
  nav.popup-menu.nav-menu .nav-pages {
    padding-top: 150px;
    text-align: left;
  }
  nav.popup-menu.nav-menu .nav-pages .nav-item {
    display: block;
    margin: 0 auto 30px;
  }
  nav.popup-menu.nav-menu .nav-pages .nav-item.nav-item-login {
    position: absolute;
    bottom: 30px;
  }
  nav.popup-menu.nav-menu .nav-pages .nav-item.nav-item-login .nav-link {
    font-size: 18px;
  }
  nav.popup-menu.nav-menu .nav-pages .nav-item .nav-link {
    font-size: 40px;
  }

  section.about .about-image {
    float: none;
  }

  section.features .feature-logos .logo {
    width: calc(50% - 12px);
    height: 80px;
  }
  section.features .feature-logos .logo .d-table-cell {
    height: 80px;
  }

  section.about-famous {
    position: relative;
  }
  section.about-famous .img-holder.top {
    max-width: 100%;
  }
  section.about-famous .about-image {
    transform: scale(1);
  }
  section.about-famous .img-capture {
    margin-top: 0;
    float: none;
  }
  section.about-famous .about-famous-svg {
    top: -350px;
    right: 0;
    position: absolute;
    margin-top: 0px;
    margin-right: 0px;
  }

  section.about-video .video .box {
    height: 250px;
  }

  section.page.page-purchase {
    margin-top: 50px;
  }
  section.page .page-svg {
    left: inherit;
    top: -50px;
    right: -20px;
    width: 300px;
    height: 434px;
  }
  section.page .svg-validation {
    top: -100px;
    right: -50px;
    width: 300px;
    height: 434px;
    position: absolute;
  }
  section.page .page-title-404 {
    top: 100px;
    font-size: 170px;
  }
  section.page .svg-404 {
    width: 350px;
    height: 250px;
  }

  section.intro {
    margin-bottom: 300px;
  }
  section.intro .intro-title {
    max-width: 700px;
    margin: 0 auto;
    font-size: 70px;
    line-height: 70px;
  }
  section.intro .intro-title .item {
    height: 100px;
  }
  section.intro .intro-title .item:nth-of-type(1) {
    transform: translate3d(30px, 0px, 0px);
  }
  section.intro .intro-title .item:nth-of-type(2) {
    margin-left: 20%;
    transform: translate3d(-30px, 0px, 0px);
  }
  section.intro .intro-title .item:nth-of-type(3) {
    margin-left: 20%;
    transform: translate3d(30px, 0px, 0px);
  }
  section.intro .intro-boxes .box {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
    display: block;
  }
  section.intro .intro-boxes .box:nth-of-type(1) {
    top: -20%;
    width: 150px;
    height: 150px;
  }
  section.intro .intro-boxes .box:nth-of-type(2) {
    transform: scale(0.8);
    width: 130px;
    height: 130px;
  }
  section.intro .intro-boxes .box:nth-of-type(3) {
    transform: scale(0.8);
    width: 150px;
    height: 150px;
  }
  section.intro .intro-boxes .box:nth-of-type(4) {
    overflow: hidden;
    height: inherit;
    box-shadow: none;
    transition: none;
    top: 120%;
    padding: 15px;
    right: 15%;
    bottom: 0;
  }
  section.intro .intro-boxes .box:nth-of-type(4) .content-holder {
    padding: 20px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
  }
  section.intro .intro-svg {
    top: -80px;
    max-width: 350px;
    height: 400px;
  }

  section.features .feature-svg {
    width: 180px;
    height: 230px;
  }

  section.intro-video .video .box {
    height: 250px;
  }

  .artists-boxes .box {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
  }
  .artists-boxes .box .image-holder {
    width: 100%;
    height: 250px;
  }
  .artists-boxes .box:nth-child(3n+2) .image-holder {
    width: 100%;
    height: 250px;
  }

  section.quote blockquote {
    margin-top: 40px;
  }

  .courses-boxes .box {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
  }
  .courses-boxes .box .image-holder {
    height: 200px;
  }
  .courses-boxes .box .content-holder {
    padding: 15px;
  }
  .courses-boxes .box .content-holder .description {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  footer.main-footer .site-link {
    position: relative;
    overflow: visible;
    margin-bottom: 40px;
  }
  footer.main-footer .site-link .circle-holder {
    left: -243px;
  }
  footer.main-footer nav.nav-menu.nav-menu-footer {
    margin-bottom: 40px;
  }
  footer.main-footer nav.nav-menu.nav-menu-footer .nav-pages .nav-item {
    margin: 0 10px;
  }
  footer.main-footer .footer-payment svg {
    max-width: 50px;
  }

  header.artist-header .photo {
    float: none;
  }
  header.artist-header .title {
    color: #fff;
  }
  header.artist-header .title:focus {
    color: #fff;
  }
  header.artist-header .artist-info {
    padding: 0;
    position: relative;
  }
  header.artist-header .artist-info:hover .title {
    color: #fff;
  }
  header.artist-header .artist-info .artist-close {
    display: none;
    color: #000;
    position: fixed;
    font-size: 16px;
    z-index: 999;
    right: 15px;
    height: 100px;
    width: 50%;
    text-align: right;
  }
  header.artist-header .artist-info.active:hover .title {
    color: #000;
  }
  header.artist-header .artist-info.active .artist-close {
    display: block;
  }
  header.artist-header .artist-info.active .artist-body {
    display: block;
  }
  header.artist-header .artist-info.active .title {
    color: #000;
  }
  header.artist-header .artist-info.active .title:focus {
    color: #000;
  }
  header.artist-header .artist-info .artist-head {
    position: fixed;
    z-index: 999;
  }
  header.artist-header .artist-info .artist-body {
    padding: 160px 15px 30px;
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: auto;
    top: 0;
    background: #fff;
  }
  header.artist-header .artist-info .artist-body .description {
    max-width: 540px;
    margin: 0 auto;
    height: 100%;
    overflow: auto;
    display: block;
    padding-right: 12px;
  }

  section.single-course .course-details {
    margin-bottom: 30px;
    padding: 30px 20px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  }
  section.single-course .course-details .price .title {
    font-size: 30px;
  }
  section.single-course .course-details .price .title div {
    font-size: 30px;
  }
  section.single-course .course-details .price .head {
    font-size: 16px;
  }
  section.single-course .course-preview .image-holder {
    height: 250px;
  }

  section.single-course .course-pagination .pagination-main-title {
    font-size: 70px;
    line-height: 70px;
  }
  section.single-course .course-pagination .next-course-details {
    margin-top: 15px;
    opacity: 1;
    transform: translateY(0);
    padding: 30px 20px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  }
  section.single-course .course-pagination .next-course-details .description {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .form .label-placeholder {
    font-size: 22px;
    line-height: 24px;
    top: 20px;
  }
  .form .form-radio {
    margin-bottom: 30px;
  }
  .form .form-field {
    margin-bottom: 35px;
  }
  .form .form-field.form-field-disabled .label-placeholder {
    font-size: 18px;
  }
  .form .form-field.active .label-placeholder {
    transform: translateY(-25px);
  }

  section.page {
    padding-top: 30px;
  }
}
@media (max-width: 650px) {
  .chapters .chapter {
    padding: 15px;
  }

  section.flex-gallery .image-holder {
    max-width: 50%;
  }
  section.flex-gallery .image-holder:last-child {
    display: block;
  }

  header.artist-header .artist-info {
    overflow: auto;
  }
  header.artist-header .artist-info:hover {
    min-height: calc(100% - 200px);
    max-height: calc(100% - 200px);
  }

  section.custom-popup .popup-form {
    padding: 50px 5px;
  }
  section.custom-popup .popup-form p, section.custom-popup .popup-form h4 {
    padding: 0 15px;
  }

  .form .form-control {
    font-size: 20px;
  }

  .gm-style .gm-style-iw-d {
    padding: 0 15px 15px 0;
  }

  footer.main-footer nav.nav-menu.nav-menu-footer {
    margin-bottom: 40px;
  }
  footer.main-footer nav.nav-menu.nav-menu-footer .nav-pages .nav-item {
    margin: 0 0 9px 0;
    display: block;
  }
}
@media (max-height: 480px) {
  nav.popup-menu.nav-menu .nav-pages {
    padding-top: 100px;
  }

  nav.popup-menu.nav-menu .nav-pages .nav-item.nav-item-login {
    position: relative;
    margin-top: 30px;
    bottom: inherit;
  }
}
@media (max-width: 320px) {
  .form-nav .or {
    display: none;
  }
  .form-nav .link {
    display: block;
    margin-bottom: 15px;
  }

  section.custom-popup .popup-form {
    padding: 50px 25px;
  }
  section.custom-popup .popup-form p, section.custom-popup .popup-form h4 {
    padding: 0;
  }
  section.custom-popup .popup-form .button-holder .button-custom {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
  }
}

/*# sourceMappingURL=media.css.map */
