﻿
/*Column Info from footer desapear*/

@media screen and (max-width:1199px) {
      .res-scroll{
        border-right:none;
    }
}
@media screen and (max-width:1169px) {
    #container-right{
       right:-435px;
       transition: ease-in-out 0.2s;
        -webkit-transition: ease-in-out 0.2s;
    }

    #page-wrapper{
        margin-right:0;
    }
    .res-scroll{
        /*width:100%!important;*/
        margin-bottom:35px;
        border-right:none;
        /*border-top:1px solid #fff;*/
    }
     #column-footer{
        width: 100%!important;
        position:relative;
        margin-top:50px;
        bottom:0px;
    }
    .last-col-rez{
        margin-bottom:50px;
    }
    nav{
        width:100%!important;
    }
    
    .last-li-nav,
    .navbar-toggle{
        margin-right:118px!important;
    }

    .footer-fixed-credits{
        width:100%!important;
        bottom: ;
    }

    #signin-form {
        display: block;
    }
    .tech-title {
        font-size: 24pt;
    }
}
@media screen and (max-width: 1366px) {
    h3 {
        font-size: 16px;
    }
    h4 {
        font-size: 14px !important;
    }
    h5 {
        font-size: 12px !important;
    }
    h5.white-t.fw-4.line-h {
        line-height: 14pt;
    }
    h6.white-t.fw-4 {
        font-size: 10px;
    }
    .footer-fixed {
        bottom: 0px;
    }
    #myCarousel .carousel-caption {
        top: 6%;
    }
    a.line-orange {
        margin-top: 16px;
        padding: 12px 28px;
        font-size: 14px;
    }
    .login-content {
        top: 28%;
    }
    .carousel-caption > h3 {
        font-size: 18px !important;
    }
}

@media screen and (min-width:3000px){
   ul.mega-dropdown-menu{
        width:47%!important;
    }
}

@media screen and (min-width:2300px){
    ul.mega-dropdown-menu{
        width:57%;
    }
}

@media screen and (min-width:1900px){ 
    .mega-dropdown-menu{
        width:80%;
    }
}


@media (max-width: 950px){
     .carousel-caption >h3{
        font-size:10pt!important;
    }  
    .content-logo.content-trax-slider{  
        width:38%;
    }
        .content-delivery-slider{ 
        width:67%;
    }
        .content-valutrax-slider{ 
        width:56%;
    }
        .content-logistix-slider{ 
        width:56%;
    }
        .content-traxpod-slider{ 
        width:56%;
    }
        button.line-orange{
            font-size:12pt!important;
            padding: 11px 37px!important;
        }
        button.full-blue{
            font-size:12pt!important;
            padding: 11px 37px!important;
        }
}


@media (max-width: 1920px) {
    .carousel-caption > h3 {
        font-size: 18pt;
    }
}
@media (max-width: 1280px) {
    .carousel-caption > h3 {
        font-size: 14pt;
    }
}

@media  screen and (max-width: 650px){
    #hide-rez{
        display:none;
    }
}
@media screen and (max-height: 649px){
    .login-content{
    top:24%;
    }
}
@media screen and (max-width:1440px) and (max-height:900px){
    .footer-fixed {
        padding-bottom: 15px;
        bottom: 32px;
    }
}
@media screen and (max-width:1366px) and (max-height:768px){
    .footer-fixed {
        padding-bottom: 15px;
        bottom: 15px;
    }
    a.line-orange-sm {
        font-size: 11px;
        padding: 8px 24px;
    }
}

@media screen and (max-width:1280px) and (max-height:800px){
    .footer-fixed {
        padding-bottom: 15px;
        bottom: 15px;
    }
    a.line-orange-sm {
        font-size: 11px;
        padding: 8px 24px;
    }
}