* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Helvetica Neue Lt Std", "Helverica Neue", "Arimo", sans-serif;
    font-size: 11px;
    line-height: 12px;
    color: #757575;
    font-weight: 400;
    /* background-image: url(../images/bg.gif); */
    background-position: center 87px;
    background-repeat: repeat-x;
}

a {
    text-decoration: none;
}

.right {
    float: right !important;
}

.wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.row {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.column {
    position: relative;
    float: left;
}

.full {
    width: 100%;
}

.one_half {
    width: 50%;
}

.one_third {
    float: right;
}

.two_third {
    float: left;
}

.header {
    box-sizing: border-box;
    border-top: 16px solid #fff;
    border-bottom: 16px solid #fff;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    background-color: #e6e6e6;
    height: 87px;
}

.header>* {
    position: relative;
    float: left;
}

.header .separator {
    width: 20px;
    height: 100%;
    background-color: #fff;
}

.header p {
    padding-right: 10px;
    padding-top: 12px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    line-height: 16px;
    text-transform: uppercase;
    text-align: right;
}

.header p a {
    font-size: 14px;
    line-height: 14px;
    color: #666666;
}

.header p a:hover {
    color: #000;
}

.menu {
    text-align: right;
    list-style: none;
}

.menu li {
    position: relative;
    width: 50%;
    height: 407px;
    float: left;
    background-image: url(../images/bg_tab.png);
    background-position: top 25%;
    background-repeat: no-repeat;
    background-size: 100% 355px;
    display: block;
}

.menu.threecolumns li {
    width: 33%;
}

.menu li a {
    width: 100%;
    height: 100%;
    text-align: right;
}

.menu li a h2 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px 25px 0px 0px;
    font-size: 30px;
    line-height: 30px;
    color: #000;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    text-align: right;
    z-index: 2;
}

.menu li a h2:hover {
    color: #e68f1a;
}

.menu li a .machine {
    position: absolute;
    z-index: 0;
}

.menu li a .mask {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.footer {
    margin-top: 500px;
    box-sizing: border-box;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    background-color: #e6e6e6;
}

.footer .row {
    position: relative;
    float: left;
    margin: 0;
    margin-bottom: 20px;
}

.footer .logo_customerassistance {
    position: absolute;
    right: 0;
    bottom: 0;
}

.footer .social {
    list-style: none;
    float: left;
}

.footer .social li {
    display: inline-block;
    margin-right: 5px;
}

.footer .copyright {
    float: left;
    margin-left: 5px;
}

.footer .service_menu {
    float: right;
    list-style: none;
    margin-top: 10px;
}

.footer .service_menu li {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 7px;
}

.footer .service_menu li a {
    color: #757575;
}

.footer .service_menu li a:hover {
    color: #000;
}

.footer .service_menu li::after {
    content: "";
    display: block;
    background: url(../images/div.png) no-repeat;
    width: 6px;
    height: 16px;
    float: right;
    margin: -4px -7px 0 7px;
}

.footer .service_menu li.last::after {
    display: none;
}

.ae-menu {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.ae-menu a {
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.ae-menu img {
    max-width: 100%;
    height: auto;
}

@media (max-width:768px) {
    .ae-menu {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
}

@media (max-width:576px) {
    .ae-menu {
        margin-top: 60px;
    }
}

.wrapper {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer {
    margin-top: auto;
    background-color: transparent !important;
}