/* --------------------------------------
=========================================
RESPONSIVE FIXES
=========================================
-----------------------------------------*/

@media (max-width: 1024px) {
      header {
        background-attachment: fixed;
    }
}
 

 @media (max-width: 991px) {
 
    
    body {
        font-size: 15px;
        line-height: 26px;
    }

    header .color-overlay {
        min-height: 800px;
    }

    .app-brief .left-align {
        text-align: center;
    }

    .colored-line-left {
        float: none;
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
 
    
    html {
        font-size: 90%;
    }

    header .color-overlay {
        min-height: 780px;
    }

    .sticky-navigation .navbar-header {
        width: 100%;
        position: relative;
        text-align: center;
        margin-top: 10px;
    }
    .sticky-navigation .navbar-header a {
        float: none !important;
    }
    
    .sticky-navigation .navbar-header img {
        max-height: 40px;
    }
    
    .sticky-navigation .main-navigation {
        text-align: center;
        width: 100%;
        padding-top: 0;
    }

    header .intro-section {
        padding-top: 10%;
    }

    .features .features-left,
    .features .features-right {
        margin-top: 0;
    }

    .features .features-left .icon-container,
    .features .features-right .icon-container {
        display: none;
    }
}

@media (max-width: 767px) {
 
    
    html {
        font-size: 80%;
    }

    body {
        font-size: 18px;
        line-height: 26px;
    }

    header .color-overlay {
        min-height: 580px;
    }

    header .only-logo .navbar {
        padding: 20px;
    }
    
    .navbar-inverse .navbar-nav {
        padding-left: 10px;
        line-height: normal;
        text-align: center;
    }

    .navbar-inverse .navbar-nav>li {
        display: inline-block;
        margin-bottom: 0;
    }

    header .intro-section {
        padding-top: 9%;
    }

    .features .features-left,
    .features .features-right {
        text-align: center;
        margin-top: 5px;
    }

    .features .feature {
        margin-bottom: 25px;
    }

    .features .features-left .icon-container,
    .features .features-right .icon-container {
        float: none;
        margin-left: inherit;
        min-height: 70px;
    }

    .features .feature .icon-container .icon {
        margin: auto;
    }
    
    .download .subscription-form .input-box {
        margin: auto;
        width: 80%;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .features .phone-image {
    max-width: 200px;
    margin: auto;
    margin-bottom: 25px;
}
.bullet-point {
    font-size: 20px;
}
#reclama{
    margin: 20px 0 15px;
}
#onebottone{
    margin-bottom: 30px;
}
.screenshots {
    padding-top: 10px;
    padding-bottom: 30px;
}
    #mb30{
        margin-bottom: 30px;
    }
    .app-brief h2 {
    margin-top: 15px;
    margin-bottom: 20px;
}
.download .color-overlay {
    padding-top: 8px;
    padding-bottom: 30px;
}
    
    html {
        font-size: 65%;
    }

    header .color-overlay {
        min-height: 480px;
    }

    header .only-logo .navbar {
        padding: 10px;
    }

    header .intro-section {
        padding-top: 2%;
    }

    header .intro-section .intro {
        margin-top: -2px;
        margin-bottom: 10px;
        font-size: 29px;
        line-height: 32px;
    }

    header .intro-section h5 {
        color: #ffffff;
    }

    header .intro-section .buttons {
        margin-top: 15px;
    }
    header .color-overlay {
    min-height: 700px !important;
    padding: 0 !important;  

}
 h3{
    margin-top: 10px;
    margin-bottom: 0;
}

    .testimonials, 
    .download { 
        background-attachment: inherit !important; 
    }
    
    .download .subscription-form .input-box {
        width: 95%;
        height: 50px;
    }

.features {
    padding-top: 20px;
}
    .features .feature:hover .icon-container .icon, 
    footer .contact-button:hover {
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
    }
    .cito-image {
        margin: 14px 0 6px;
        
}
.app-brief .phone-image {
    margin-bottom: 0px;
}
.app-brief {
    padding-top: 30px;
    padding-bottom: 0px;
}
.services {
    padding-top: 20px;
    padding-bottom: 30px;
}


.single-service h3 {
    font-size: 25px;
    line-height: 30px;
}

h2 {
    font-size: 34px;
    line-height: 45px;
}
.download h2 {
    margin-bottom: 12px;
}
.section-header {
    padding-bottom: 40px;
}

.download-container h2{
    font-size: 29px;
}

.app-brief .left-align p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}


}

@media (max-width: 320px) {
 
    
    html {
        font-size: 60.5%;
    }
}


@media (min-width: 320px) and (max-width: 640px) and  (orientation: landscape) {
        
    .full-screen h1 {
        font-size: 30px !important;
        line-height: 40px;
        margin-top: 0;
        font-weight: bold;
    }
    .full-screen .intro-section .intro {
       margin-bottom: 0;
            
    }
    
    .full-screen .intro-section h5 {
        
        font-size: 14px;
    }
    .full-screen .intro-section .buttons { 
        margin-top: 0;
    }
    
    .full-screen .standard-button {
        font-size: 14px;
        padding: 8px 5px;
    }

}

@media (max-width: 359px){
    .standard-button, .standard-button2 {
    font-size: 14px;
   
}

.cito-image {
    height: 100%;
    max-height: 300px;
}

}
