/*mobile screen */
@media(max-width:479px){
    ul, ol {
        padding-left: 12px;
    }
    .big-button {
        max-width: 100%;
        text-align: center;
        display: inline-block;
    }

}
@media(max-width:767px){

    h2, .h2{
        font-size: 20px;
    }
    .upper{
        font-size: 40px;
    }

    .navbar-collapse {
        clear: both;
    }
    .navbar .nav > li > .dropdown-menu{
        position: static;
        background: none !important;
    }
    .navbar-default .navbar-collapse{
        border-color: transparent;
    }
    .navbar .nav > li > a.search{
        padding: 7px 20px 10px;
        min-height: 40px;
    }
    .navbar .search-open{
        background: none;
        top: -41px;
        margin-bottom: -40px;
        right: auto;
        left: 34px;
    }
    .navbar .search-open input {
        width: 70%;
        display: inline-block;
    }
    .features-list .feature-item {
        overflow: hidden;
    }
    .features-list .ovh{
        overflow: visible;
    }

    .pricing-table{
        float: none;
        width: 100% !important;
    }

}

@media(min-width:768px){

    .header .container {
        max-width: 100%;
    }
    .navbar .nav > li:hover > .dropdown-menu {
        display: block;
    }

    .navbar .nav > li > a {
        border-top: 2px solid transparent;
        position: relative;
        padding: 24px 10px;
        background: none;
        color: #666;
        text-transform: none;
        font-size: 16px;
    }

    .navbar .nav > li:hover > a,
    .navbar .nav > li > a:focus,
    .navbar .nav > li > a:hover,
    .navbar .nav > .active > a,
    .navbar .nav > .active > a:focus,
    .navbar .nav > .active > a:hover{
        color:#3498db;
        border-top: 2px solid #3498db;
    }
    .navbar .nav > li:hover > a > .caret-out {
        border-bottom: 6px solid #FFFFFF;
        border-left: 6px solid rgba(0, 0, 0, 0);
        border-right: 6px solid rgba(0, 0, 0, 0);
        content: "";
        display: inline-block;
        position: absolute;
        border-bottom-color: #3498db !important;
        border-top-color: #3498db !important;
        bottom: 0;
        left: 19px;
    }
    .navbar .nav > li > .dropdown-menu{
        left: 0;
        right: auto;
        background: #fff;
        border-top: 2px solid #3498db;
    }

    .feature_link h1 {
        font-size: 78px;
        line-height: 1.2;
    }
    .feature_link.services h1{
        font-size: 75px;
    }
    #whatWeDoCarousel1{
        min-height: 378px;
    }
}
/*desktop only*/
@media (min-width: 992px) {
    /*footer at bottom*/
    .header{
        position: fixed;
    }
    .page{
        padding-top: 74px;
        position: relative;
        height: 100%;
        min-height: 100%;
        position: relative;
        padding-bottom: 485px;
    }
    .footer {
        height: 485px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .header .container {
        max-width: 970px;
    }
    .navbar .nav > li > a {
        padding: 26px 20px;
        height: 100%;
    }
    .top-panel .product-logo{
        float: left;
    }
    .top-panel .marketplace{
        float: right;
    }
    .product-logo{
        margin: 0 0 0 auto;
    }
    .featureWrap {
        padding: 140px 0;
    }
    .feature_link h1 {
        font-size: 78px;
        line-height: 1.2;
        margin-top: 0px;
        white-space: nowrap;
    }
    .featureWrap .big-button{
        display: block;
    }
    /*hero unit text*/
    .featureWrap.jxbrowser .feature_link h1{
        margin: 43px 0 15px;
        padding: 15px;
        display: block;

    }
    .featureWrap.jxbrowser .feature_link p{
        display: block;
        padding: 8px 15px;
    }
    .featureWrap.jxbrowser .big-button:first-child{
        margin-top: 113px;
    }
    .featureWrap.jxbrowser .big-button{
        margin-top: -10px;
    }

    .featureWrap.jexplorer .big-button:first-child{
        margin-top: 59px;
    }
    .featureWrap.jexplorer .big-button{
        margin-top: -10px;
    }

    .featureWrap.jexcel .big-button:first-child{
        margin-top: 84px;
    }
    .featureWrap.jexcel .big-button{
        margin-top: -10px;
    }

    .featureWrap.comfyj .big-button:first-child{
        margin-top: 48px;
    }
    .featureWrap.comfyj .big-button{
        margin-top: -10px;
    }

    .featureWrap.jxcapture .big-button:first-child{
        margin-top: 84px;
    }
    .featureWrap.jxcapture .big-button{
        margin-top: -10px;
    }

    .featureWrap.jxfilewatcher .big-button:first-child{
        margin-top: 55px;
    }
    .featureWrap.jxfilewatcher .big-button{
        margin-top: -10px;
    }



    /* pricing equal-height boxes Start */
    .pricing-section.equal-height-col > .container > .row{
        display: table-row;
        margin: 0;
        height: 100%;
        min-height: 100%;
        position: relative;
    }
    .pricing-section.equal-height-col > .container > .row > div{
        display: table-cell;
        float: none;
        padding: 0;
        background: #fff;
        border:15px solid rgba(133, 165, 54, 0.2);
        position: relative;
        height: 100%;
        min-height: 100%;

    }
    @-moz-document url-prefix(){
         .pricing-section.equal-height-col .pricing-item{
            position: relative;
        }
    }
    .pricing-section.equal-height-col .pricing-item{
        height: 100%;
        min-height: 100%;
    }
    .pricing-section.equal-height-col .pricing-head{
        background: rgba(133, 165, 54, 0.2);
    }
    .pricing-section.equal-height-col .pricing-head > :last-child{
        margin-bottom: 66px;
    }
    .pricing-section.equal-height-col .pricing-head > h4:last-child{
        margin-bottom: 0 !important;
    }
    .pricing-section.equal-height-col .pricing-footer{
        padding-bottom: 80px;
    }
    .pricing-section.equal-height-col .pricing-footer > a.hover-effect{
        position: absolute;
        left: 50%;
        margin-left: -70px;
        bottom: 20px;
    }
    /* pricing equal-height boxes End */
}


@media (min-width: 1200px) {
    .header .container {
        max-width: 1170px;
    }

}