﻿
#ctl00_lblFooder1
{
    text-align: right !important;
    /*margin-left: 240px;*/
    margin-right: 0px !important;
    float: right !important;
}


/* Large screens ----------- */
@media only screen and (min-width : 1824px)
{
    span#divspanfooder
    {
        margin-left: -63px;
    }
}


/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
    span#divspanfooder
    {
        margin-left: -63px;
    }

    div#bs-example-navbar-collapse-1
    {
        /*display: none;*/
    }

    #ctl00_imgOtisLogo
    {
        margin-left: 5px;
    }

    /*#ctl00_lblFooder1
    {
        text-align: right;
        margin-left: 243px;
    }*/

    #ctl00_lblFooder2
    {
        width: 100%;
        margin-left: 0px;
    }

    #ctl00_lblFooter3
    {
        width: 100%;
    }

    #ctl00_lblFoter4
    {
        width: 100%;
    }

    #ctl00_lblFoter5
    {
        width: 100%;
    }

    #ctl00_lblFoter6
    {
        width: 100%;
        margin-right: 0px;
    }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)
{
    div#bs-example-navbar-collapse-1
    {
        display: none;
    }

    /*#ctl00_imgOtisLogo
    {
        margin-left: 5px;
    }*/

    /*#ctl00_lblFooder1
    {
        text-align: right !important;
        margin-left: -21px !important;
        padding-right: 115px;
    }*/

    #ctl00_lblFooder2
    {
        width: 100%;
        margin-left: -100px;
    }

    #ctl00_lblFooter3
    {
        width: 100%;
        margin-left: -324px;
    }

    #ctl00_lblFoter4
    {
        width: 100%;
        /*margin-left: -220px;*/
    }

    #ctl00_lblFoter5
    {
        width: 100%;
    }

    #ctl00_lblFoter6
    {
        width: 100%;
        margin-right: 0px;
    }
}


/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px)
{
    span#divspanfooder
    {
        /*margin-left: -63px;*/
        margin-left: 0px;
    }
}
