﻿
/**my css*/

body {
    font-family: "Open Sans","Helvetica","Arial",sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
    background-color: #fff;
    padding-top: 100px;
}
/*header*/

.header {
    background: #fff;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1030;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    height: 100px;
}

    .logo {
        height: auto;
        margin-left: 1%;
        margin-right: 1%;
        display: flex;
    }

.logo img {
    width: 90px;
}

@media only screen and (min-width: 1545px) {
    .logo img {
        width: 150px;
        height: 99px;
    }
}

.flexbox-row-container {
    display: flex;
    flex-direction: row;
    position: relative;
}

.center-nav {
    display: flex;
    align-self: center;
    flex-grow: 2;
    justify-content: center;
}

.header-tabs {
    text-transform: uppercase;
    border-bottom: 0;
    color: #434343;
    margin: 0;
    align-items: center;
}



    .header-tabs > div {
        border-right: 1px solid #ebebeb;
        padding: 0 1.75vw 0 1.45vw;
        position: relative;
        display: flex;
        flex-grow: 1;
        height: 100px;
    }

        .header-tabs > div.online-tab {
            padding: 0 3vw 0 1.45vw;
        }

        .header-tabs > div:first-child {
            border-left: 1px solid #ebebeb;
        }

        .header-tabs > div .caret-down {
            width: 0;
            height: 0;
            border-top: 7px solid;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            color: #cccccc;
            top: 45%;
            right: 15px;
            position: absolute;
        }

        .header-tabs > div > a:not(.exp-btn) {
            color: #434343;
            padding: 0 1.53vw 0 0.93vw;
            font: 700 18px/1.6 "Roboto",Myriad Pro,sans-serif;
            align-self: center;
        }

        .header-tabs > div.active > a, .header-tabs > div.active > a:focus, .header-tabs > div.active > a:hover {
            color: #fd4049;
            border: 0 none;
            cursor: pointer;
        }

            .header-tabs > div.active > a .caret-down, .header-tabs > div.active > a:focus .caret-down, .header-tabs > div.active > a:hover .caret-down {
                color: #fd4049;
            }
.header-tabs .online-tab a{
    padding: 0;
}
.online-tab i {
    color: #cfcfcf;
    font-size: 28px;
    line-height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

/*header links*/
.header-links div {
    display: flex;
    flex-grow: 1;
    align-self: center;
    padding: 0 15px;
}
@media only screen and (max-width: 1300px) {
    .header-links div.flexbox-row-container {
        flex-direction: column;
    }
}

.header-links .btn {
    font-weight: 400;
    text-transform: uppercase;
    background: #70c045;
    color: #fff;
    font-size: 20px;
    font-family: "Open Sans","Helvetica","Arial",sans-serif;
    line-height: 1.1;
    padding: 11px 15px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    outline: none !important;
    border-radius: 0;
}

.header-links a.link {
    font-size: 18px;
    color: #434343;
    text-decoration: underline;
    font-family: "Open Sans","Helvetica","Arial",sans-serif;
}

.nav-utility {
    display: flex;
}

.nav-utility-item.navbar {
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    margin: 0;
    width: 142px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-account > li > a {
    padding: 13px 15px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 300px;
    white-space: nowrap;
    color: #434343;
    text-align: center;
    display: block;
}



.nav-utility-item.my-account {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .logo {
        top: 8px;
        left: 2%;
        position: absolute;
        transform: none;
        width: 15%;
        height: 50px;
        order: 1;
        display: block;
    }

    .search-btn, .searchbox-icon, .country-select {
        height: 33px;
    }

    .country-select {
        border-top: 0 none;
    }

    .center-nav {
        order: 2;
        width: 100vw;
        -webkit-align-self: flex-end;
        -moz-align-self: flex-end;
        -ms-align-self: flex-end;
        align-self: flex-end;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        background: #fff;
        position: relative;
        z-index: 1;
    }

    .header {
        border-bottom: 0 none;
        padding: 0;
        height: 110px;
    }

    .header-links {
        display: none;
    }

    .nav-account > li > a {
        padding-top: 5px;
    }

    .nav-account > li:focus, .nav-account > li:hover {
        z-index: 500;
    }

        .nav-account > li:focus > a, .nav-account > li:hover > a {
            margin-bottom: -2px;
        }

    .nav-utility {
        top: 0;
        right: 0;
        position: absolute;
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .nav-utility-item.navbar {
        border-left: 0 none;
    }

    .nav-utility-item.my-account .dropdown-menu {
        top: calc(100% + 2px);
    }

    .header-tabs {
        border-top: 1px solid #ebebeb;
        border-bottom: 0 none;
        width: 100vw;
    }

        .header-tabs > div {
            height: 42px;
            border: 0 none;
            position: static;
            border-bottom: 1px solid #ebebeb;
        }

            .header-tabs > div:first-child {
                border-left: 0 none;
                border-right: 1px solid #ebebeb;
            }

            .header-tabs > div.online-tab {
                border-right: 0 none;
                border-left: 1px solid #ebebeb;
            }

    .de .header-tabs > div.online-tab a {
        font-size: 13px;
    }

    .de .header-tabs > div.online-tab i {
        margin-right: 0;
    }

    .header-tabs > div.online-tab > a:not(.exp-btn) {
        padding-top: 10px;
    }

    body.fr .header-tabs > div.online-tab > a:not(.exp-btn) i {
        display: none;
    }

    .header-tabs > div > a:not(.exp-btn) {
        font-size: 14px;
        padding: 10px 9px 10px 9px;
        font-weight: normal;
    }

    .header-tabs > div .caret-down {
        display: none;
    }

    .header-tabs > div:not(.online-tab):focus, .header-tabs > div:not(.online-tab):hover, .header-tabs > div.active:hover, .header-tabs > div.active:focus {
        box-shadow: none;
    }

    .header-tabs > div.active:not(.online-tab):hover, .header-tabs > div:not(.online-tab):hover {
        border-bottom: 1px solid #fff;
        margin-top: 0;
    }

    .header-tabs > div .dropdown-menu {
        min-width: auto;
        width: 100vw;
        box-shadow: none;
        top: 100%;
        left: 0;
        position: absolute;
        border: 0 none;
        border-bottom: 1px solid #ebebeb;
    }
}




/*footer*/

.hide-text, .lulu-box .Apple-style-span, .lulu-logo {
    overflow: hidden;
    text-indent: -9000px;
    display: block;
}

.va-middle, .footer-bottom #TRUSTeprivacycertification, .footer-bottom #verisign {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.va-top {
    display: inline-block;
    vertical-align: top;
    float: none;
}



footer {
    background: #fff;
    color: #5b5b5b;
    position: relative;
    z-index: 1;
}

    footer .container {
        overflow: hidden;
    }

    footer a {
        color: #5b5b5b;
    }

        footer a:hover, footer a:focus, footer a.focus {
            color: #4f79d7;
            text-decoration: none;
        }

    footer ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        overflow: hidden;
    }

.footer-bottom {
    font: 400 14px/19px "Roboto",Myriad Pro,sans-serif;
    color: #a8a8a8;
}

@media only screen and (max-width: 1200px) {
    .footer-bottom {
        padding: 48px 28px;
    }
}

.footer-bottom a {
    color: #a8a8a8;
}

.footer-bottom .copyright-box + div {
    display: flex;
}
@media only screen and (max-width: 767px) {
    .footer-bottom .copyright-box + div{
        display: none;
    }
}

.footer-bottom .center-block {
    padding: 0;
}

@media only screen and (max-width: 992px) {
    .footer-bottom {
        padding: 52px 30px;
    }
}

@media only screen and (max-width: 768px) {
    .footer-bottom {
        padding: 30px 20px;
        text-align: center;
    }

        .footer-bottom .copyright-box, .footer-bottom .lulu-box {
            float: none;
            margin: 0 auto;
            width: 100%;
        }

        .footer-bottom .holder {
            margin-top: 30px;
            text-align: center;
            width: 100%;
        }
}

.copyright-box {
    float: left;
    width: 30.4%;
}

@media only screen and (max-width: 767px) {
    .copyright-box{
        float: none;
        width: auto;
    }
}

    .copyright-box p {
        margin: 0 0 35px;
    }

    .copyright-box li {
        float: left;
        padding: 0 17px 0 0;
    }

@media only screen and (max-width: 768px) {
    .copyright-box li {
        float: none;
        display: inline-block;
    }
}

.copyright-box a {
    text-decoration: underline;
}

    .copyright-box a:hover {
        text-decoration: none;
    }

.lulu-box,.lulu-logo {
    width: 165px;
    height: 24px;
    background: url(https://www.sodapdf.com/images/sprite-v8.png) no-repeat 0 -85px;
    margin: 17px 0 0
}

.lulu-box a,.lulu-logo a {
    display: block;
    height: 100%
}

.footer-bottom .holder {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex: 1
}

.footer-bottom .holder .microsoft-gold-partner img {
    max-width: 150px
}