﻿@charset "utf-8";
/* CSS Document */

/* DESKTOP - min-width: 768px ------------------------------------- */

body:after {
    content: 'widescreen';
    display: none;
}

/*  HEADER */
#header {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0;
    min-width: 1008px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    height: 9.3em;
}

    #header.expanded-nav {
        padding-bottom: 200px;
    }

    #header.expanded-rs {
        padding-bottom: 480px;
    }

    #header DIV.bg-white {
        background-color: #FFF;
        width: auto;
        min-width: 1008px;
    }

    #header DIV.AVsizer {
        height: 72px;
        width: auto;
        min-width: 100%;
        max-width: 100%;
        background-color: #FFF;
    }

    #header P {
        position: absolute;
        left: 195px;
        top: 14px;
        margin: 0px;
        padding: 0px;
        color: #cbcfd3;
    }

    /* account */
    #header DIV.AVaccount {
        position: absolute;
        right: 10px;
        top: 26px;
        height: 18px;
        line-height: 18px;
    }

        #header DIV.AVaccount SPAN {
            display: inline-block;
            text-transform: uppercase;
            background-color: transparent;
            background-repeat: no-repeat;
        }

            #header DIV.AVaccount SPAN A {
                display: inline-block;
                margin: 0;
                font-size: 11px;
                color: #677280;
                line-height: 16px;
                height: 16px;
                text-decoration: underline;
                background-repeat: no-repeat;
            }

            /* region */
            #header DIV.AVaccount SPAN A {
                text-decoration: none;
            }

                #header DIV.AVaccount SPAN A:hover {
                    text-decoration: underline;
                }

            #header DIV.AVaccount SPAN.region {
                padding: 0;
            }

                #header DIV.AVaccount SPAN.region A {
                    padding: 0 0 0 30px;
                    background-image: url(../i/hp-header-ico.png);
                    background-position: 0px -23px;
                }

            /* user */
            #header DIV.AVaccount SPAN.user {
                padding-right: 20px;
            }

                #header DIV.AVaccount SPAN.user A {
                    padding: 0 0 0 27px;
                    background-image: url(../i/hp-header-ico.png);
                    background-position: 0px -4px;
                }

    /* mobile tap */
    #header #mobile-tap {
        display: none;
    }

    #header H5 {
        position: fixed;
        top: 0px;
        left: 9000px;
    }

/* navigation */
#menu {
    padding: 24px 0 0 205px;
    margin: 0;
    font-weight: 500;
}

    #menu:before,
    #menu:after {
        content: " ";
        display: table;
    }

    #menu:after {
        clear: both;
    }

    #menu > UL {
        min-height: 140px;
    }

    #menu LI {
        list-style-type: none;
    }

        #menu LI A {
            text-decoration: none;
        }

        /* parent */
        #menu LI.parent {
            float: left;
            margin-right: 1px;
            text-transform: uppercase;
            cursor: pointer;
        }

            #menu LI.parent A {
                display: inline-block;
                position: relative;
                padding: 0 30px 0 20px;
                font-size: 17px;
                color: #444e5a;
                line-height: 72px;
                height: 72px;
                font-weight: 600;
            }

                #menu LI.parent A:after {
                    content: "";
                    display: block;
                    width: 12px;
                    height: 12px;
                    position: absolute;
                    right: 10px;
                    bottom: 30px;
                    -webkit-transition-duration: 0.25s;
                    -moz-transition-duration: 0.25s;
                    -o-transition-duration: 0.25s;
                    transition-duration: 0.25s;
                    -webkit-transition-property: -webkit-transform;
                    -moz-transition-property: -moz-transform;
                    -o-transition-property: -o-transform;
                    transition-property: transform;
                }

            #menu LI.parent:hover A:after {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg);
            }

            #menu LI.parent.open A:after {
                -webkit-transition-duration: 0s;
                -moz-transition-duration: 0s;
                -o-transition-duration: 0s;
                transition-duration: 0s;
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg);
            }

            #menu LI.parent:nth-of-type(3) A:after {
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            #menu LI.parent:hover A {
                background-color: #E6E7E8;
            }

            #menu LI.parent.open A,
            #menu LI.parent.open:hover A {
                color: #FFF;
                background-color: #2E3740;
            }

            #menu LI.parent.active:hover A:after {
                -webkit-transform: rotate(-90deg);
                -moz-transform: rotate(-90deg);
                -o-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

            #menu LI.parent.open.active A:after {
                -webkit-transition-duration: 0s;
                -moz-transition-duration: 0s;
                -o-transition-duration: 0s;
                transition-duration: 0s;
                -webkit-transform: rotate(-90deg);
                -moz-transform: rotate(-90deg);
                -o-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }



    /* sub */
    #menu UL.sub {
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 999;
        top: 110px;
        left: 10px;
        width: 100%;
        *width: 988px;
        display: none;
    }

        #menu UL.sub.open {
            display: block;
        }

    #menu UL.sub-block {
        float: left;
        min-height: 140px;
        margin: 0;
        padding: 0;
    }

        #menu UL.sub-block LI {
            padding: 0 20px 0;
            line-height: 20px;
        }

            #menu UL.sub-block LI A {
                color: #DDD !important;
                font-weight: normal;
                margin: 0;
                padding: 0;
                text-transform: none;
                line-height: 20px;
                height: 20px;
                *font-size: 13px;
            }

                #menu UL.sub-block LI A:hover {
                    color: #FFF !important;
                }

            #menu UL.sub-block LI.active A {
                color: #FF9C00 !important;
            }

            #menu UL.sub-block LI.space {
                padding-bottom: 20px;
            }

            #menu UL.sub-block LI.title,
            #menu UL.sub-block LI.title A.title {
                color: #888;
                font-size: 14px;
                text-transform: uppercase;
                padding-bottom: 5px;
            }

                #menu UL.sub-block LI.title A.title {
                    padding-bottom: 0;
                }


    /*  sub sections */
    #menu .home UL.sub-block {
        width: 270px;
        position: relative;
        left: 170px;
    }

        #menu .home UL.sub-block:nth-child(1) {
            width: 240px;
        }

        #menu .home UL.sub-block:nth-child(3) {
            border-left: 1px solid #3A424D;
        }

    #menu .business UL.sub-block {
        width: 240px;
    }

        #menu .business UL.sub-block:nth-child(2) {
            width: 280px;
        }

        #menu .business UL.sub-block:nth-child(4) {
            border-left: 1px solid #3A424D;
        }

    #menu .store UL.sub-block {
        width: 30px;
        position: relative;
        left: 375px;
    }

    #menu .support UL.sub-block {
        width: 200px;
        position: relative;
        left: 355px;
    }

    #menu .bm05 UL.sub-block {
        position: relative;
        left: 530px;
    }





/* commonnav */

#commonnav {
    background-color: #E9EAEC;
    text-align: right;
}

    #commonnav DIV.AVsizer {
        text-align: right;
    }

    #commonnav UL {
        margin: 0 auto 0;
        padding: 0;
        color: #FFF;
        width: 838px;
    }

        #commonnav UL LI {
            display: inline;
            color: #FFF;
            list-style-type: none;
        }

            #commonnav UL LI A {
                display: inline-block;
                padding: 15px 20px;
                color: #444E5A;
                text-decoration: none;
                border-right: 1px solid #FFF;
                text-transform: uppercase;
            }

            #commonnav UL LI:last-child A {
                border-right: none;
            }

            #commonnav UL LI.active A,
            #commonnav UL LI:hover A {
                color: #ff9100;
            }

    #commonnav H1 {
        position: absolute;
        left: 0px;
        bottom: 10px;
        font-size: 24px;
        margin: 0;
        padding: 0;
        font-size: 24px;
        margin: 0;
        padding: 0;
        color: #FFF;
    }


/* CONTENT */
DIV#content-holder {
    min-width: 1008px;
}

/*  defines width of main elements - header, content, footer */
DIV.AVsizer {
    width: 100%;
}


/*  FOOTER */
#footer {
    text-align: center;
    margin: 0;
    padding: 0 0 50px;
    color: #86909d;
    font-size: 11px;
}

    #footer H4 {
        margin: 0px;
        padding: 15px 0px 10px;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }

    #footer A {
        text-decoration: none;
    }

    #footer P {
        padding: 0;
        margin: 0;
    }

    #footer UL {
        margin: 0;
        padding: 0 0 40px;
    }

        #footer UL LI {
            line-height: 18px;
            list-style-type: none;
        }

    #footer DIV.col {
        width: 191px;
    }

    #footer DIV.separator {
        padding: 15px 0 15px;
    }

    #footer DIV.copy {
        position: relative;
        border-top: 3px solid #3a424d;
    }

        #footer DIV.copy P {
            padding: 5px 0 5px;
        }

            #footer DIV.copy P SPAN {
                margin-right: 10px;
            }

            #footer DIV.copy P A {
                margin-left: 5px;
                margin-right: 5px;
            }

    /* footer ico */
    #footer UL.ico LI {
        padding: 0;
    }

        #footer UL.ico LI A {
            display: block;
            padding-left: 25px;
            background-repeat: no-repeat;
            background-color: transparent;
            background-image: url("../i/footer-icons.png");
        }

    #footer .blog A {
        background-position: 0 2px;
    }

    #footer .fb A {
        background-position: 0 -23px;
    }

    #footer .twitter A {
        background-position: 0 -48px;
    }

    #footer .gplus A {
        background-position: 0 -73px;
    }

    #footer .youtube A {
        background-position: 0 -98px;
    }

    #footer .vk A {
        background-position: 0 -123px;
    }

/* t263 mbox treating - desktop */
#menu #mbox_renew {
    display: none !important;
}

#gridcontainer {
    float: left;
    text-align: center;
}

.grid {
    background-color: #C5D8F0;
    color: #000;
    padding-top: 2em;
    margin: 0.5em;
    padding-left: 1em;
    padding-right: 1.5em;
    width: 22em;
    height: 12em;
    border: solid #ddd 1px;
    transition: box-shadow ease 0.2s;
    border-radius: 4px;
    float: left;
    text-align: left;
}

/*.grid:hover {
        box-shadow: 0 0 5px;
        -webkit-box-shadow: 0 0 5px;
    }*/


iframe {
    width: 99%;
    height: 24em;
    border: solid 0px #CDC6B6;
    padding: 0;
    margin: 0;
    overflow: hidden;
    padding-top: 1em;
}


#gridcontainer > div > p {
    font-size: 15px;
}

#desktop {
    width: 13em;
}


#footer > div > p {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    padding-top: 1em;
}

#footer A {
    text-decoration: none;
    color: #fff;
    padding-right: 3em;
}
.contact {
background: #fff;
padding: 1.7em;
padding-left: 2.6em;
font-size: 18px;
margin-top: 1em;
}

#main > div:nth-child(3) > div > div:nth-child(2) > img {
float: right;
position: relative;
top: 6em;
left: -2em;
}


        .line {
            width: 100%;
            height: 5px;
            background: #277dca;
            position: relative;
            left: -13em;
        }