/** sticky footer **/

html,
body{
    height:100%;
}

.mintraModern__mainContainer{
    display:table;
    height:100%;
    table-layout:fixed;
    width:100%;
}

.mintraModern__asTableRow{
    display:table-row;
}

.mintraModern__asTableCell{
    display:table-cell;
}

.mintraModern__mainHeader{
    height:138px;
}

.mintraModern__bgRepeater{
    background: url('../../images/dist/common/img/mintraModernRepeater.gif') repeat-y center;
}

.footer{
    height:158px;
}

@media (max-width: 768px){
    .mintraModern__mainHeader{
        height:121px;
    }
}

/** sticky footer end **/


body{
    color: #606060;
    font-weight: 400;
    background: #ecf0f2;
    font: 14px/25px 'Arial', sans-serif;
    nowhitespace: afterproperty;
}


/** fonts **/

h1,h2,h3,h4,h5,h6{
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    margin: 0 0 20px;
    font-size: 23px;
}
h2 {
    font-size: 18px;
}

h3 {
    font-size: 24px;
    font-weight: normal;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10px;
}

/** fonts end **/


/** Bootstrap overrides **/

.container {
    max-width: 1000px;
    min-width: 220px;
    margin: 0 auto !important;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/** Bootstrap overrides end **/

/* buttons */

.mintraModern__btn-orange{
    background: #f15922;
    color:#fff;
    border:1px solid #d64b19;
}

.mintraModern__btn-orange:hover{
    background: #c54517;
    color:#fff;
}

/* buttons */


