﻿/*
* @copyright ixiaplus inc. ireland 2018
* @version 1.0.0.0.0
*/
@charset "utf-8";

@media only screen and (max-width:480px) {
    .main-home-app-body-breadcrumbs {
        width: 98%;
    }

    .display-container-top-wrapper-content .image img {
        width: 90%;
    }

    .main-body-container-contents {
        width: 90%;
        text-align: center;
        font-weight: normal;
    }

    .main-body-container-contents ul {
        text-align: left;
    }

    .main-body-container-contents span {
        font-weight: bold;
    }

    div.outline-content-center {
        width: 96%;
        height: auto;
        margin: 0 auto;
        font-size: 1.2956rem;
        color: rgba(0, 0, 0, .85);
    }

    .main-home-app-body-header {
        width: 98%;
    }

    .main-home-app-body-sub-container {
        width: 98%;
    }

    .header-header-main-sub-home.sub {
        top: 45% !important;
    }

    .header-header-main-sub-home.full {
        top: 40% !important;
    }

    .header-header-main-sub-home.sub span.zero {
        font-size: 3rem !important;
    }

    .header-header-main-sub-home.sub span.one {
        font-size: 2rem !important;
    }

    .header-header-main-sub-home.sub span.two {
        font-size: 1.25rem;
    }

    .main-logo-container-home {
        display: block;
    }

    .main-logo-container-home-menu {
        display: block;
        width: 100%;
        text-align: right;
        border-top: 1px solid rgba(255, 255, 255, .80);
        padding: 2px 10px 2px 2px;
        margin-top: 10px;
    }

    .header-header-main-home ul li {
        padding: 2px;
        margin: auto 5px;
    }

    .main-controls-sub-overlay {
        top: 5%
    }

    .overlay-container-close {
        left: 75%;
        top: 3%;
    }

    .display-container-top-wrapper-content .header {
        font-size: 2.25rem;
        line-height: 3rem;
        color: teal;
        margin: 150px auto 5%
    }

    .outline-contents-design {
        background-position: 50% 50%;
        background-size: contain;
    }

    div.outline-content-right,
    div.outline-content-left {
        top: 30% !important;
        width: 90% !important;
        padding: 2% !important;
        border-radius: 5px !important;
        text-align: center !important;
        background-color: rgba(255, 255, 255, .9) !important;
    }

    div.outline-content-left {
        right: 5% !important;
    }

    div.outline-content-right {
        left: 5% !important;
    }

    div.outline-content-right span.outline-contents,
    div.outline-content-left span.outline-contents {
        font-size: 1.975rem;
        margin-bottom: 20px
    }

    div.outline-content-right span.outline-viewer-wht,
    div.outline-content-left span.outline-viewer-wht {
        text-align: center;
    }

    div.footer-bottom-lower-content div {
        display: block;
    }

    .bottom-lower-content-links ul {
        text-align: center;
    }
}

@media only screen and (max-width:600px) {
    .main-controls-sub-overlay {
        width: 96%;
        left: 2%;
        top: 10%;
        margin: 0
    }

    .overlay-container-close {
        left: 90%;
        top: 13%;
    }
}

@media only screen and (max-width:900px) {
    .header-header-main-sub-home.full span.zero {
        font-size: 4rem;
    }

    .header-header-main-sub-home.full span.one {
        font-size: 3rem;
    }

    .header-header-main-sub-home.full span.two {
        font-size: 2rem;
    }

    .header-header-main-sub-home.sub span.zero {
        font-size: 5rem;
    }

    .header-header-main-sub-home.sub span.one {
        font-size: 4rem;
    }

    .header-header-main-sub-home.sub span.two {
        font-size: 3rem;
    }

    .header-header-main-sub-home.sub {
        top: 30%;
        left: 0%;
        width: 100%;
    }

    .header-header-main-sub-home.full {
        top: 30% !important;
    }

    .main-controls-sub-overlay {
        width: 80%;
        left: 10%;
        top: 10%;
        margin: 0
    }

    .overlay-container-close {
        left: 90%;
        top: 13%;
    }

    /*! HEADER SUB HOME */
    .header-header-main-sub-home.full {
        top: 20%;
        width: 90%;
        margin: auto 5%
    }

    div.outline-content-right {
        top: 40%;
        left: 0%;
        width: 75%;
        padding: 2% 5%;
        background-color: rgba(255, 255, 255, .80);
        border-radius: 0 5px 5px 0;
    }

    div.outline-content-left {
        top: 40%;
        right: 0%;
        width: 75%;
        padding: 2% 5%;
        background-color: rgba(255, 255, 255, .80);
        border-radius: 5px 0 0 5px;
    }

    .main-contact-body-text {
        display: block;
        width: 100%;
        margin: auto;
        text-align: left;
    }

    .main-contact-body-wrapper {
        display: block;
        width: 98%;
        margin: -2% auto 1%;
    }

    .main-press-body-wrapper {
        display: block;
        width: 98%;
        margin: -2% auto 1%;
    }

    .main-body-container-contents {
        width: 80%;
        font-weight: normal;
    }
}

/**[FOOTER STYLES]
*/
/*(min-width:1025px) IPAD */
@media only screen and (min-width:1115px) {
    footer {
        min-height: 300px;
    }

    .footer-contents-links {
        min-width: 180px;
    }

    .sub-icon-genie {
        display: none;
    }
}