/* Large desktop */
@media (min-width: 1200px) { 


}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
    .navbar-fixed-top{margin-bottom: 0px;}

    h2{
        font-size: 30px;
        line-height: 30px;
    }
    .support-icon{font-size: 50px;}
    .navbar-fixed-top{
        position: fixed;
        margin-left: 0;
        margin-right: 0;
        z-index: 9999;
    }
    .navbar-nav{
        float: none;
    }
    .navbar-fixed-top .navbar-inner{
       
    }
    .flexslider{
        margin-top: 0px;
    }
    .test-detail{
        min-height: 320px;
    }
    .navbar-collapse .dropdown-menu{
        background-color: #383838;
        margin: 0;
        padding-bottom: 5px;
    }
    .btn{height: 44px;}
    header{padding-top: 50px;}
    #navigation .nav.page li.active:after{display: none;}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .panel-heading{
        width: 100%;
    }
    .home h1{font-size: 30px; line-height: 40px;}
    .flexslider li h1{font-size: 30px; line-height: 40px;padding-top:0 }
    .home{padding: 0px;}
    .navbar-nav{
        float: none;
    }
    .item.testimonial{
        margin-bottom: 120px;
    }
    .navbar img {
        position: absolute;
        top: 0px;
    }
    .navbar-fixed-top{
        position: fixed;
        margin-left: 0;
        margin-right: 0;
        z-index: 9999;
    }
    .navbar-fixed-top .navbar-inner{
        background: rgba(46,46,46,0.7);
    }
    .navbar-collapse .dropdown-menu{
        background-color: #383838;
        margin: 0;
    }
    section{
        margin-left: -20px;
        margin-right: -20px;
    }
    .container{padding-left: 20px; padding-right: 20px;}
    .support-icon{
        font-size: 70px;
        display: block;
        padding: 30px 10px 30px 0;
        float: left;
        line-height: 80px;
    }
    .carousel-control.left{
        left: 5%;
    }
    .carousel-control.right{
        right: 5%;
    }
    header{padding-top: 0px;}
    #navigation .nav.page li.active:after{display: none;}
    .navbar .navbar-brand{padding: 10px;}
}
@media (max-width: 570px) {
    .home h1{font-size: 30px; line-height: 40px;}
    .flexslider li h1{font-size: 30px; line-height: 40px; padding-top:0}
    .navbar-nav{
        float: none;
    }
    #navigation .nav.page li.active:after{display: none;}
    .carousel-control.left {
        left: 30px;
    }
    .carousel-control.right {
        right: 30px;
    }
    .item.testimonial{
        margin-bottom: 120px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) { 
    .home h1{font-size: 20px;}
    #navigation .nav.page li.active:after{display: none;}
    .flexslider .slides img{
        display: none;
    }
    .flexslider li h1{font-size: 20px; line-height: 30px; padding-top:0}

    .flexslider li h1 i{font-size: 2em;}
    .support-icon{
        font-size: 70px;
        display: block;
        padding: 30px 10px 30px 0;
        float: left;
        line-height: 80px;
    }
    h2{font-size: 36px;}
    #testimonials-background h1, #support-banner h1, #features-banner h1,#contact-background h1 {
        font-size: 45px;
    }
    section{
        margin-left: -20px;
        margin-right: -20px;
    }
    .container{padding-left: 20px; padding-right: 20px;}
    #home-arrow{bottom: 50px;}
    .navbar img{position: absolute;top: 0px;}
    header{padding-top: 0px;}
    .navbar .navbar-brand{padding: 10px;}
}
iframe, object, embed{max-width: 100%;}

