/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

    /* Header Section */
    .navbar-default {
        min-height: 75px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
        border-top: 1px solid #fff;
        padding-top: 10px;
    }
    .collapsing {
        overflow: hidden!important;
    }

    .navbar-brand > img {
        max-width: 70%;
    }
    .navbar-toggle {
        margin-top: 20px;
        border: 0px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding-top: 10px;
        margin-top: 15px;
    }
    .navbar-default .navbar-right {
        float: left !important;
        /*margin-top: 5px !important;*/
    }
    .navbar-default .navbar-nav > li {
        float: left !important;
        width: 100%;
        margin-bottom: 0px;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 15px 25px;
    }
    .navbar-default .navbar-nav > .active > a::after {
        width: 5px;
        height: 100%;
    }

    /* Hero Section */
    .ball,
    .paper,
    .coffee,
    .plant,
    .glass {
        display: none;
    }
    .hero-caption {
        left: 30px;
        padding-right: 0px;
    }
    .hero-caption .lead {
        font-size: 84px;
    }

    /* Feature Section */
    .single-feature-item {
        text-align: center;
    }
    .single-feature-slide {
        margin-bottom: 60px;
    }

    /* Pricing Section */
    .pricing-pill {
        margin-bottom: 30px;
    }
    .pricing-table {
        margin-top: 60px;
    }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    /* Header Section  */

    .navbar-default {
        min-height: 75px;
    }
    .navbar-brand > img {
        max-width: 70%;
    }
    .navbar-toggle {
        margin-top: 20px;
        border: 0px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding-top: 10px;
        margin-top: 15px;
    }
    .navbar-default .navbar-nav {
        margin-top: 5px !important;
    }
    .navbar-default .navbar-nav > li {
        margin-bottom: 0px;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 15px 25px;
    }
    .navbar-default .navbar-nav > .active > a::after {
        width: 5px;
        height: 100%;
    }
    /* Hero Section */

    .hero-area {
        min-height: 0px;
        height: 100vh;
    }
    .mockup-slider {
        top: 80px;
        bottom: 0px;
    }
    .hero-social-share {
        text-align: center;
    }
    .hero-caption {
        left: -120px;
        transform: rotateZ(-90deg);
        display: none;
    }
    .hero-caption .sublead {
        font-size: 24px;
        margin-bottom: -10px;
    }
    .hero-caption .lead {
        font-size: 48px;
        margin-bottom: -10px;
    }
    .hero-caption .lead-text {
        font-size: 16px;
    }
    /* Feature Section */

    .single-feature-item {
        text-align: center;
    }
    .single-feature-slide {
        margin-bottom: 75px;
    }
    /* Pricing Section */

    .pricing-table li {
        width: 100%;
        margin-bottom: 75px;
    }
    .pricing-table li:last-child {
        margin-bottom: 0px;
    }
    .pricing-list li {
        margin-bottom: 15px !important;
    }
    /* Download Section */

    .store-icon a img {
        max-width: 40%;
    }
    /* Footer Section */

    .footer-box h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    /* Copyright Section */

    .copyright-area {
        text-align: center;
    }
}
/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 481px) and (max-width: 767px) {
    /* Hero Section */

    .hero-area {
        min-height: 0px;
        height: auto;
    }
    .hero-caption {
        left: -120px;
        top: 350px;
        transform: rotateZ(-90deg);
    }
}
/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 240px) and (max-width: 480px) {
    /* Header Section  */

    .navbar-default {
        min-height: 75px;
    }
    .navbar-default .navbar-brand {
        width: 50%;
    }
    .navbar-brand > img {
        max-width: 100%;
    }
    .navbar-toggle {
        margin-top: 20px;
        border: 0px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding-top: 10px;
        margin-top: 15px;
    }
    .nav > li {
        margin-bottom: 0px;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 15px 25px;
    }
    /* Hero Section */

    .hero-caption {
        left: -110px;
    }
    .hero-caption .sublead {
        font-size: 20px;
        margin-bottom: -10px;
    }
    .hero-caption .lead {
        font-size: 40px;
        margin-bottom: -10px;
    }
    .hero-caption .lead-text {
        font-size: 14px;
    }
    /* Pricing Section */

    .pricing-pill li {
        padding: 10px 25px;
    }
}
