@import url( https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext);

html{
    min-height: 100%;
    position: relative;
}
body{
    padding-top: 102px;
    font-family: "Lato";
    height: 100%;
}
center{
    height: 100%;
}
body.xs{
    padding-top: 50px;
}

.row-offcanvas{
    background-color: red;
}

.maxLengthMainWrap{
    padding-bottom: 60px;
}

#myOffCanvas{
    margin-top: 140px;
    margin-bottom: 40px;
}

body.xs #myOffCanvas{
    margin-top: 60px;
}
.myOffCanvas{
    display: table;
    width: 100%;
    height: 750px;
}

.myOffCanvas .center,
.myOffCanvas .left,
.myOffCanvas .right{
    vertical-align: top;
    display: table-cell;
}

.myOffCanvas .center{
    position:relative;
    padding: 0 10px;
}


.myOffCanvas .left{
    width: 170px;
}
.myOffCanvas .right{
    width: 330px;
}
.myOffCanvas .center{
    /*width: 1%;*/
}



/*****************************/

body.lg .myOffCanvas .left{
    /*width: 100px;*/
}
body.lg .myOffCanvas .right{
    /*width: 80px*/
}
body.lg .myOffCanvas .center{
    /*width: 60%;*/
}

/*****************************/
body.md .myOffCanvas .left,
body.sm .myOffCanvas .left{
    /*width: 35%;*/
    /*display: none;*/
    width: 26px;
}
body.md .myOffCanvas .right,
body.sm .myOffCanvas .right{
    /*width: 35%;*/
    width: 280px;
}

body.md .myOffCanvas .center,
body.sm .myOffCanvas .center{
    /*width: 65%;*/
}

body.md .myOffCanvas.activeLeft .left,
body.sm .myOffCanvas.activeLeft .left{
    display: table-cell;
}

body.md .myOffCanvas.activeLeft .right,
body.sm .myOffCanvas.activeLeft .right{
    display: none;
}

/*****************************/

body.xs .myOffCanvas{
    position: relative;
}

body.xs .myOffCanvas .center{
    position: relative;
    width: 100%;
    padding: 2px;
    margin-top: 10px;
}

body.xs .myOffCanvas .center .scroller{
    margin-top: 10px;
}

body.xs .myOffCanvas .left{
    display: none;
    position: absolute;
}
body.xs .myOffCanvas .right{
    display: none;
    position: absolute;
}

/*****************************/

body.xs .myOffCanvas.activeRight{
    left: -100%;
}
body.xs .myOffCanvas.activeRight .right{
    display: block;
    width: 100%;
    left: 100%;
    top: 0;
    margin-top: 10px;
}

/*****************************/

body.xs .myOffCanvas.activeLeft{
    display: block;
    left: 0;
    overflow: hidden;
}

body.xs .myOffCanvas.activeLeft .center{
    display: block;
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    overflow-y:hidden;
}
body.xs .myOffCanvas.activeLeft .left{
    display: block;
    position: relative;
    left: 0%;
    top: 0;
    width: 100%;
    min-height: 1000px;
}

.toogle-offcanvas-sm-especial{
    margin-top: 10px;
    margin-left: 10px;
}

footer{
    background-color: #f5f5f5;
    bottom: 0;
    height: 40px;
    position: fixed;
    left: -webkit-calc((100% - 1400px) / 2);
    left: -moz-calc((100% - 1400px) / 2);
    left: calc((100% - 1400px) / 2);
    right: -webkit-calc((100% - 1400px) / 2);
    right: -moz-calc((100% - 1400px) / 2);
    right: calc((100% - 1400px) / 2);
    /*margin-right: auto;
    margin-left: auto;
    width: 1400px;*/
    min-width: 1400px;
}
.mobile-banner-mobile{
    display: none;
}
@media(max-width: 600px){
    .mobile-banner-mobile{
        display: block;
    }
}