﻿
@media only screen {
    #BannerDesc {
        width: 90%;
    }

    .hiddenHomePageIcon:nth-of-type(n+10) {
        display: none;
    }

    #BannerBlock {
        top: 85%;
        right:45%
    }
}

@media only screen and (min-width: 40.063em) {
    #BannerDesc {
        width: 70%;
    }

    .hiddenHomePageIcon:nth-of-type(n+9) {
        display: none;
    }

    #BannerBlock {
        top: 90%;
        right:45%
    }
}

@media only screen and (min-width: 64.063em) {
    #BannerDesc {
        width: 50%;
    }

    .hiddenHomePageIcon:nth-of-type(n+10) {
        display: inherit;
    }

    .hiddenHomePageIcon:nth-of-type(n+9) {
        display: inherit;
    }

    .hiddenHomePageIcon:nth-of-type(n+11) {
        display: none;
    }

    #BannerBlock {
        top: 90%;
        right:45%
    }
}

@media (max-width: 40.063em) {
    #BannerDesc {
        width: 70%;
    }

    .hiddenHomePageIcon:nth-of-type(n+9) {
        display: none;
    }

    #BannerBlock {
        top: 83%;
        right:40%
    }
}

.navigation-module__item {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    background-color: #cacaca;
    border: 1px solid transparent;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}

.navigation-module__item.is_active {
    background-color: white;
}

.margin5 {
    margin-left: 5px;
    margin-right: 5px;
}

.vcenter {
    vert-align: middle;
    vertical-align: middle;
}

.line-height-45 {
    line-height: 45px;
}

#bannerBg1 {
    background-size: 100% 100%;
    background-image: url('https://download.acti.com/corpweb/DownloadCenter/Ajax/MakeThumbImage.ashx?id=<%=CurrentBannerImgIdByCookie%>')
    /*background-image: url('/corpweb/Public/Images/Master/RWD/Home_Banner_001.png');*/
    background-position: 50% 50%;
    width: 100%;
}

#bannerBg2 {
    background-position: 50% 50%;
    position: relative;
    /*background-image: url('/corpweb/Public/Images/Master/RWD/Home_Banner_001.png');*/
    background-size: 100% 100%/*cover*/;
}

    #bannerBg2.islink {
        cursor: pointer;
    }

        #bannerBg2.islink:hover {
            box-shadow: 1px 1px 300px 200px rgba(255, 255, 255, 0.2) inset;
        }

#bannerTable td {
    padding-right: 15px;
}

#BannerTitle {
    font-size: 56px;
    color: white;
    /* font-family: Roboto; */
    font-weight: 900;
    text-shadow: 1px 1px 4px #000000;
}

#BannerDesc {
    font-size: 20px;
    color: white;
    font-family: Arial;
    text-shadow: 1px 1px 4px #000000;
    margin-bottom: 10px;
}

.link11grayredQuickLink a:hover {
    font-size: 11px;
    color: #ec0000;
    line-height: 18px;
    font-family: Arial;
    text-decoration: underline;
}

.link11grayredQuickLink A {
    FONT-SIZE: 11px;
    COLOR: #454545;
    LINE-HEIGHT: 18px;
    FONT-FAMILY: Arial;
    TEXT-DECORATION: none;
}

