
/** MOBILE CSS **/
@import url('mobile.css') screen and (max-width: 767px);

    .tp-corporate02 .im-co-item-button.active {
        z-index: 10;
    }
    .tp-corporate02 .im-co-item-button {
        z-index: auto;
    }

@media only screen and (min-width: 768px) {

    .tp-corporate02 h2 {
        margin: 0 0 20px 0;
        padding: 0;
    }


    .tp-corporate02 .im-co-buttons {
        padding: 0;
        margin: 0;
        line-height: 24px;
    }

    .tp-corporate02 div.paragraph {
        margin: 0 369px 0 0;
        padding: 0;
    }

    .tp-corporate02 .corporate-image  {
        width: 369px;
        height: 100%;
        position: absolute;
        background-size: cover;
        background-position: center center;
        right: 0;
        top: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
    }

    .tp-corporate02 .close-button {
        z-index: 10;
    }

    .tp-corporate02 .im-co-textblock-wrapper {
        opacity: 1;
        width: 800px;
        position: absolute;
    }

    .tp-corporate02 .im-co-textblock-wrapper h1 {
        margin: 0 0 15px 0;
        position: relative;
    }


    .tp-corporate02 .text-block {
        position: relative;
        padding: 16px;
        -webkit-box-shadow:  0px 0px 13px 0px rgba(0, 0, 0, 0.2);
        box-shadow:  0px 0px 13px 0px rgba(0, 0, 0, 0.2);
        margin-bottom: 117px;
    }

    .tp-corporate02 .im-co-buttons-container {
        position: absolute;
        bottom: -6px;
        clear: both;
        width: 100%;
        text-align: center;
        z-index:10;
    }

    .tp-corporate02 .im-co-buttons {
        display:inline-block;
        text-align: center;
        margin: 0 auto;
        border-left: 1px solid rgba(0,0,0,0.2);
    }

    .tp-corporate02 .im-co-button.last {
        margin:0;
    }

    .tp-corporate02 .im-co-button {
        display: table-cell;
        opacity: 1;
        background:none;
        vertical-align: middle;
        text-align: center;
        height: 90px;
        width: 180px;
        padding: 10px;
        border-right: 1px solid rgba(0,0,0,0.2);
    }

    .tp-corporate02 .im-co-button:hover {
        background: rgba(255,255,255,0.2);
    }

    .tp-corporate02 .im-co-button.active {
        background: rgba(255,255,255,0.2);
    }

}



@media only screen and (max-width: 1250px) {

    .tp-corporate02 .im-co-button {
        height: 80px;
        width: 140px;
    }

    .tp-corporate02 .im-co-buttons {
        line-height: normal;
    }


}

@media screen and (max-width: 959px){

    .tp-corporate02 div.paragraph {
        margin: 0 340px 0 0;
    }

    .tp-corporate02 .corporate-image  {
        width: 340px;
    }
    .tp-corporate02 .im-co-textblock-wrapper {
        width: 680px;
    }

}
@media screen and (min-width: 960px){
    .theme-2 .tp-corporate02 .text-block {
        margin-right: 62px;
    }
}
@media screen and (max-width: 1020px){
    .tp-corporate02 .im-co-button {
        height: 65px;
        width: 115px;
    }

    .tp-corporate02 .im-co-im-co-buttons-container {
        bottom: -5px;
    }

    .tp-corporate02 .im-co-buttons {
        line-height: normal;
    }


    .tp-corporate02 .im-co-button {
        margin: 0 7px 0 0;
    }
}