/* ========== Responsive Styles ========== */

/* --------- Styles for Screen width Above 1024px -------- */
@media only screen and (min-width: 1024px) {
    .cd-top{
        height: 60px !important;
        width: 60px !important;
        right: 30px !important;
        bottom: 30px !important;
    }
}

/* --------- Styles for Screen width Above 992px -------- */
@media only screen and (min-width: 992px) {
    #section-value, #section-contact {
        background-attachment: fixed;
    }
    .col-md-9-offset-1-panel {
        margin-left: 11.333333%;
    }
    .navbar-nav > li > a {
        padding: 15px 10px 15px 10px;
    }
}

/* --------- Styles for Screen width Above 992px -------- */
@media only screen and (min-width: 768px){
    .navbar-toggle {
        display: none !important;
    }

    /* --------- Styles for Screen width Above 992px -------- */
    @media only screen and (max-width: 991px) {
        .step-img>img {
            width: 375px;
            max-width: 100%;
        }
    }
    /* --------- max width 1019px -------- */
    @media only screen and (max-width: 1019px) {
        /* Main menu */
        .navbar-nav > li > a, .navbar-nav>li>.dropdown-menu>li>a {
            font-size: 14px !important;
            padding: 15px 10px 15px 10px;
        }
        .navbar-brand.navbar-logo img {
            width: 215px !important;
        }
        .step-no {
            margin: 0 auto 60px;
        }

        /* steps */
        .step-even .step-img, .step-even .step-details {
            float: none;
        }

        /*    .step-img, .step-details{
                margin-bottom: 40px;
            }*/

        .step-img {
            text-align:center;
        }

        .single-pricing {
            margin-bottom: 60px;
        }

        .project-photo, .project-details {
            margin-bottom: 60px;
        }
    }
}
/* --------- Styles for Screen width between 768px To 1023px -------- */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    /* Features */
    .baraja-container {
        width: 180px;
        height: 275px;
    }

    .single-feature .feature-icon i {
        font-size: 70px;
    }

    .single-feature .feature-title {
        font-size: 18px;
        line-height: 24px;
    }

    .single-feature .feature-text {
        display:none;
    }
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 924px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block !important;
    }
    .navbar-collapse {
        margin-left: -1px;
        background: rgb(40, 74, 92);
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
        overflow-y: auto;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        color: white !important;
    }
    .collapse.in{
        display:block !important;
    }
}

/* --------- Styles for Screen width Smaller than 480px -------- */
@media only screen and (max-width: 480px) {
    /* Headings for mobile View */
    h1 {
        font-size: 36px;
        line-height: 48px;
    }

    h2 {
        font-size: 26px;
        line-height: 34px;
    }

    h3 {
        font-size: 24px;
        line-height: 32px;
    }

    #section-feature {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .well-come {
        margin-top: 150px;
        font-size: 48px;
    }

    .features-control {
        margin-top: -20px;
        margin-bottom: -50px;
    }
    
    .features-control #feature-close, .features-control #feature-expand{
        display: none;
    }
    
    .features-control #feature-prev {
        left: 60px;
    }
    
    .features-control #feature-next {
        left: 120px;
    }

    /* Steps */
    .step-details .step-description {
        text-align:justify;
    }

    .sub-steps {
        margin-left: 5%;
    }


    /*     Sreenshots 
        .screenshots .col-xs-6 {
            width: 100% !important;
        }*/

    #subscription-form  .input-email {
        width: 320px;
    }

    .navbar-toggle {
        padding: 0px 10px;
        margin-top: 8px;
    }

    .sticky-section {
        height: 60px;
    }

    .navbar-brand.navbar-logo img {
        width: 170px !important;
        max-width: 100%;
    }

    .nav-up {
        top: 59px !important;
    }

    div.section-playSlider .button-slider {
        width: 50px;
        height: 50px;
        font-size: 35px;
        line-height: 48px;
    }
}


/* --------- Styles for Screen width Smaller than 360px -------- */
@media only screen and (max-width: 360px) {
    body, html {
        font-size: 14px;
    }
    .client-photos .photo-hold {
        width: 80px;
        height: 80px;
        margin-bottom: 16px;
    }

    /* Subscription Form */
    #subscription-form  .input-email {
        width: 250px;
    }

    .navbar-toggle {
        padding-top: 15px;
        margin-top: 0px;
    }

    .navbar-logo {
        padding-top: 12px !important
    }

    .sticky-section {
        height: 50px;
    }

    .navbar-brand.navbar-logo img {
        width: 128px !important;
        max-width: 100%;
    }

    .nav-up {
        top: 49px !important;
    }

    div.section-playSlider .button-slider {
        width: 40px;
        height: 40px;
        font-size: 30px;
        line-height: 37px;
    }
    .nav-hold {
        padding-top: 0;
    }
    h3 {
        font-size: 21px !important;
    }
    h5 {
        font-size: 14px !important;
        line-height: 22px !important;
    }
    .main-info #profileImgStrip {
        height: 246px !important; 
    }
    .main-info .profileImage {
        width: 195px !important;
        height: 195px !important;
    }
    .main-info a.profile-edit {
        margin: -40px 0 0 195px !important;
    }
}

/* --------- Styles for Screen width Smaller than 767px -------- */
@media only screen and (max-width: 767px) {

    /* Main menu */
    .navbar-collapse {
        margin-left: -16px;
        margin-right: -16px;
        background: rgb(40, 74, 92) !important;
        overflow-y: scroll;
        max-height: 200px;
    }

    .navbar-responsive-collapse{
        background: rgb(40, 74, 92);
    }

    .navbar-nav > li > a {
        padding-left: 30px;
        color: white !important;
    }


    /* features */
    .baraja-container {
        width: 180px;
        height: 250px;
    }
    .single-feature .feature-title {
        font-size: 14px;
        line-height: 20px;
        padding: 0 5px;
    }

    .single-feature .feature-text {
        display:none;
    }

    /* services */
    .service {
        margin-bottom: 20px;
    }

    .service .service-description {
        margin: auto;
        max-width: 480px;
    }

    /* Steps */
    .step-even .step-img, .step-even .step-details {
        float: none;
    }

    .step .step-img {
        margin-top: 30px;
    }

    .sub-steps .sub-text {
        line-height: 28px;
    }

    /* Screenshots */
    .figure {
        width: 33.333%;
    }

    .figure-large {
        width: 66.6667%;
    }

    /* Pricing table */
    .single-pricing-wrap {
        margin-bottom: 40px;
    }

    .column-footer {
        border-right: 0;
        height: 100%;
        line-height: 30px;
        padding-top: 20px;
        vertical-align: text-bottom;
    }
}




