html{
    min-width: 320px;
}

body{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #FFF;
}

.container-fluid{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media(min-width:660px){
    @media(min-height:420px) {
        .center {
            text-align: center;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -330px;
            margin-top: -200px;
        }
    }
    @media(max-height:420px) {
        .center {
            text-align: center;
            position: relative;
        }
    }
}

@media(max-width:660px){
    .center {
        text-align: center;
        position: relative;
    }
}

.header{
    height: 100%;
}

.aix-color-hr{
    background: url("aixzellent_color_hr.png") repeat-y scroll right center #ff9d33;
    border: 0 none;
    height: 10px;
    margin-left: -15px;
    margin-right: -8px;
    margin-bottom: 0px;
    margin-top: -8px;
    padding: 0
}

@media(max-width: 500px){
    .aix-color-hr{
        background: url("aixzellent_color_hr_small.png") repeat-y scroll right center #ff9d33;
    }
}

.aix-txt-dark-grey{
    color: #505050;
}

a{
    color: #000000 !important;
    font-size: 16px;
}

p {
    font-size: 16px;
}

.footer{
    margin-left: -8px;
    background-color: #E8E8E8;
    position: fixed;
    bottom: 0px;
    width: 100%

}

.logo-small{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90px;
}

.logo-small > a{
    font-size : 12px;
}

img{
    vertical-align: baseline !important;
}

.content{
    margin-left: 0px !important;
    margin-right: 0px !important;
}