/*------------------------------
    PRELOADER
-------------------------------*/

.preeloader {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

.preloader-spinner {
    display: block;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    position: fixed;
    top: 50%;
    width: 60px;
    z-index: 10;
}

@keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}


/*----------------------------------
    MEDIUM LAYOUT: 1280px
-----------------------------------*/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .area-title h2 {
        letter-spacing: inherit;
    }
    .side-push-menu {
        height: 80px;
        padding-top: 35px;
    }
    .is-sticky .side-push-menu {
        height: 60px;
        padding-bottom: 20px;
        padding-top: 17px;
    }
    ul#nav li a {
        padding: 35px 8px;
    }
    .is-sticky ul#nav li a {
        padding: 20px 8px;
    }
    .home-area-mockup {
        bottom: 0;
        width: 70%;
    }
    .welcome-text h1 {
        font-size: 48px;
    }
    .about-left-img {
        min-height: 430px;
    }
}


/*----------------------------------
    TABLET LAYOUT: 768px
------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
    .padding-top {
        padding-top: 80px;
    }
    .mainmenu-area {
        background: #fff;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }
    .navbar-header {
        border-bottom: 1px solid #0099ff;
        float: none;
        margin: 0;
        padding: 15px 0;
    }
    .is-sticky .navbar-header {
        margin-top: 0;
        padding: 7px 0;
    }
    .navbar-brand {
        margin-top: -7px;
    }
    ul#nav {
        width: 100%;
        max-height: 200px;
        overflow: scroll;
        overflow-x: hidden;
    }
    ul#nav li {
        float: none;
        padding: inherit;
    }
    .is-sticky ul#nav li {
        padding: 0;
    }
    ul#nav li a,
    .is-sticky ul#nav li a {
        padding: 10px 15px;
        color: #333;
    }
    ul#nav li a:hover,
    ul#nav li.active a {
        background: #0099ff none repeat scroll 0 0;
        color: #fff !important;
    }
    ul#nav li a::after,
    ul#nav li a::before {
        display: none;
    }
    /*-----------------*/
    .top-area-bg {
        height: 100%;
    }
    .area-title {
        margin-bottom: 50px;
    }
    .welcome-text-area {
        padding-bottom: 20%;
        padding-top: 20%;
    }
    .welcome-text h1 {
        font-size: 40px;
        letter-spacing: 0;
    }
    .features-slider {
        top: 7%;
    }
    .home-area-mockup {
        width: 100%;
    }
    .features-bottom-left-mockup {
        min-height: 500px;
    }
    .mockup_one {
        left: 10%;
        top: 6%;
    }
    .about-left-img img {
        width: 85%;
    }
    .about-content {
        margin-top: 100px;
        text-align: center;
    }
    .price-content {
        margin-bottom: 50px;
    }
    .price-area .col-lg-4:last-child .price-content {
        margin-bottom: 0;
    }
    .price-heading {
        background: #555555 url("../img/price-bg.png") no-repeat scroll center bottom / cover;
    }
    .single-contact {
        margin-top: 70px;
    }
    .footer-area {
        text-align: center;
    }
}


/*----------------------------------
    MOBILE LAYOUT: 320px
-----------------------------------*/

@media only screen and (max-width: 767px) {
    .section-padding {
        padding: 50px 0;
    }
    .subscriber-area.section-padding {
        padding: 50px 0;
    }
    .area-title {
        margin-bottom: 50px;
    }
    .area-title h2 {
        font-size: 26px;
        letter-spacing: 0;
    }
    .padding-top {
        padding-top: 50px;
    }
    .navbar-header {
        border-bottom: 1px solid #0099ff;
        margin: 0;
        padding: 15px 0;
    }
    .is-sticky .navbar-header {
        margin-top: 0;
        padding: 5px 0;
    }
    .navbar-brand {
        margin-top: -7px;
    }
    .navbar-collapse {
        padding: 0;
    }
    ul#nav {
        width: 100%;
        max-height: 200px;
        overflow: scroll;
        overflow-x: hidden;
        margin: 0;
    }
    ul#nav li {
        float: none;
        padding: inherit;
    }
    .is-sticky ul#nav li {
        padding: 0;
    }
    .navbar-brand>img {
        width: 90%;
    }
    .is-sticky .navbar-brand>img {
        max-width: 90%;
    }
    .mainmenu-area {
        background: #272727 none repeat scroll 0 0;
    }
    .is-sticky .mainmenu-area {
        background: #272727 none repeat scroll 0 0;
    }
    ul#nav li a,
    .is-sticky ul#nav li a {
        color: #fff;
        padding: 10px 15px;
    }
    ul#nav li a:hover,
    ul#nav li.active a {
        background: #0099ff none repeat scroll 0 0;
        color: #fff !important;
    }
    ul#nav li a::after,
    ul#nav li a::before {
        display: none;
    }
    /*-----------------*/
    .top-area-bg {
        height: 100%;
    }
    .area-title {
        margin-bottom: 50px;
    }
    .welcome-text p {
        display: none;
    }
    .welcome-text h1 {
        font-size: 20px;
        margin-bottom: 11px;
    }
    .welcome-text h3 {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 1.5em;
        margin-bottom: 10px;
    }
    a.home-btn {
        margin-top: 10px;
    }
    .home-area-mockup {
        bottom: 50%;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    .single-features {
        margin-bottom: 30px;
    }
    .features-bottom-area.section-padding {
        padding-top: 160px;
    }
    .about-content h2 {
        font-size: 20px;
    }
    .video-area-content h2 {
        font-size: 25px;
    }
    .testmonial-area .carousel-indicators {
        left: 0;
        margin: auto;
        right: 0;
        width: 100%;
    }
    #testmonial-carousel .carousel-indicators li {
        height: 70px;
        width: 70px;
    }
    #testmonial-carousel .carousel-indicators li.active {
        height: 90px;
        width: 90px;
    }
    .testmonial-member-details {
        padding: 20px;
        padding-top: 0;
    }
    .download-btn a:first-child {
        margin-bottom: 20px;
    }
    .features-slider {
        top: 7%;
    }
    .home-area-mockup {
        width: 100%;
    }
    .features-bottom-left-mockup {
        min-height: 280px;
    }
    .mockup_one {
        left: 10%;
        top: 6%;
    }
    .about-left-img {
        min-height: 170px;
    }
    .about-left-img img {
        width: 85%;
    }
    .about-content {
        margin-top: 100px;
        text-align: center;
    }
    .price-content {
        margin-bottom: 50px;
    }
    .price-area .col-lg-4:last-child .price-content {
        margin-bottom: 0;
    }
    .price-heading {
        background: #555555 url("../img/price-bg.png") no-repeat scroll center bottom / cover;
    }
    .single-contact {
        margin-top: 70px;
    }
    .footer-area {
        text-align: center;
    }
}


/*----------------------------------
    WIDE MOBILE LAYOUT: 480px
-----------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .section-padding {
        padding: 50px 0;
    }
    .area-title h2 {
        font-size: 30px;
    }
    ul#nav {
        width: 100%;
        max-height: 200px;
        overflow: scroll;
        overflow-x: hidden;
    }
    ul#nav li {
        float: none;
    }
    .welcome-text h1 {
        font-size: 28px;
        letter-spacing: 0;
    }
    .home-area-mockup {
        bottom: 20%;
        top: 0;
    }
    .features-bottom-area.section-padding {
        padding-top: 220px;
    }
    .features-bottom-left-mockup {
        min-height: 370px;
    }
    .about-left-img {
        min-height: 300px;
    }
}
