

        .container{
        width: 1440px;
    }
    .d-wrapper .is-container{
        max-width: 1440px;	
    }
    .col-left-full {
        margin-right: calc( (100% - 1440px) /2 )!important;
    }
    .col-right-full {
        margin-left: calc( (100% - 1440px) /2 )!important;
    }
    @media only screen and (min-width: 1600px) {
        .container{
            width: 1901px;
        }	
        .d-wrapper .is-container{
            max-width: 1901px;	
        }
     
        .col-left-full {
            margin-right: calc( (100% - 1901px) /2 )!important;
        }
        .col-right-full {
            margin-left: calc( (100% - 1901px) /2 )!important;
        }
    }
    @media only screen and (max-width: 1199px) {	
        .container{
            width: 1060px;
        }	
        .d-wrapper .is-container{
            max-width: 1060px;	
        }

        .col-left-full {
            margin-right: calc( (100% - 1060px) /2 )!important;
        }
        .col-right-full {
            margin-left: calc( (100% - 1060px) /2 )!important;
        }
   }	
    @media only screen and (max-width: 991px)  {
        .container{
            width: 920px;
        }
        .d-wrapper .is-container{
            max-width: 920px;	
        }

        .col-left-full {
            margin-right: calc( (100% - 920px) /2 )!important;
        }
        .col-right-full {
            margin-left: calc( (100% - 920px) /2 )!important;
        }
   }
    @media only screen and (max-width: 767px) {
        .container{
            width: auto;
        }
        .d-wrapper .is-container{
            max-width: auto;	
        }

        .col-left-full {
            margin-right: calc( (100% - auto) /2 )!important;
        }
        .col-right-full {
            margin-left: calc( (100% - auto) /2 )!important;
        }
         
    }














