html,
body {
    height: 100%;
}

.header a,
.footer a {
    text-decoration: none;
    outline: none;
}

.header a:hover,
.footer a :hover {
    color: #999;
}

.header ul,
.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mainWrapperRedesign {
    height: 100%;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.mainCntRedesign {
    display: table-row;
    height: 100%;
}


/* header */

.header .banner {
    max-width: 1165px;
    margin: 0 auto;
    padding: 11px 0 0;
}

.header .banner img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.header .holder {
    max-width: 1165px;
    margin: 0 auto;
    border-bottom: 1px solid #eee;
    padding: 34px 0;
}

.header .holder:after {
    display: table;
    clear: both;
    content: "";
}

.header .logo {
    content: url(../img/logo_brand.svg);
    height: 31px;
    text-indent: -9999px;
    float: left;
}

.header .search {
    position: relative;
    float: left;
}

.header .search:before {
    content: "";
    background: url(../img/search_icon_black.svg) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    right: 9px;
}

.header .search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    box-shadow: none;
    float: left;
    border: 1px solid #ddd;
    font: 12px "HelveticaNeue", Helvetica, Arial, sans-serif;
    height: 31px;
    padding: 0 30px 0 12px;
    width: 180px;
    color: #999;
}

.header .search input::-ms-clear {
    display: none;
}

.header .search.edit input {
    text-indent: 0;
    color: #000;
}

.header .clear {
    display: none;
    position: absolute;
    width: 29px;
    height: 29px;
    top: 1px;
    right: 25px;
    background: url(../img/close04.png) no-repeat 50% 50%;
    cursor: pointer;
}

.header .search.editState .clear {
    display: block;
}

.logoContainer-OverridePadding{
	padding: 22px 0px 28px 34px !important;
}

.logoContainer-OverridePadding-v2{
	padding: 27px 0px 33px 34px !important;
}

.header .autosuggest {
    width: 270px;
    border: 1px solid #ddd;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    margin: -1px 0 0;
    display: none;
}

.header .autosuggest ul {
    font: 12px/30px "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.header .autosuggest ul a {
    padding: 0 12px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    color: #888;
}

.header .autosuggest ul a span {
    color: #000;
}

.header .autosuggest ul a:hover {
    background: #f2f2f2;
    text-decoration: none;
}

.header ul.mainNav {
    float: left;
    padding: 0 0 0 10px;
}

.header ul.mainNav li {
    float: left;
    padding: 0 15px 0 15px;
    font: 12px/31px "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.header ul.mainNav li.item {
    display: none;
}

.header ul.addNav {
    float: right;
    display: none;
}

.header ul.addNav li {
    float: left;
    font: 12px/31px "HelveticaNeue", Helvetica, Arial, sans-serif;
    padding: 0 12px 0 13px;
    position: relative;
    display: none;
}

.header ul.addNav li:last-child {
    padding-right: 0;
}

.header ul.addNav li.basket a {
    padding-left: 18px;
    position: relative;
}

.header ul.addNav li.basket a:before {
    background: url(../img/shopping-bag-black.svg) no-repeat;
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 17px;
    height: 19px;
}

.header ul.addNav .account>span {
    padding-right: 15px;
    background: url(../img/icon-arrow-down-black.svg) no-repeat 100% 6px;
    cursor: pointer;
}

.header ul.addNav .account:hover>span {
    color: #999;
}

.header ul.addNav .account.open>span {
    background: url(../img/icon-arrow-up-black.svg) no-repeat 100% 6px;
    color: #999;
}

.header .accountBox {
    position: absolute;
    top: 48px;
    right: 1px;
    background: #fff;
    width: 258px;
    text-align: center;
    border: solid #d8d8d8;
    border-width: 0 1px 1px;
    padding: 0 0 11px;
    border-top: 1px solid #000;
    display: none;
    z-index: 10;
}

.header .accountBox:before {
    display: block;
    position: absolute;
    z-index: 13;
    content: "";
    width: 8px;
    height: 7px;
    background: url(../img/dropdown-menu-arrow.png) 0 0 no-repeat;
    top: -6px;
    right: 55px;
}

.header .accountBox .box {
    border-bottom: 1px solid #d8d8d8;
    padding: 34px 0 11px;
}

.header .accountBox h3 {
    margin: 0 0 25px;
    font: 12px/14px "HelveticaNeue75Bd", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    float: none;
}

.header .accountBox p,
.header .accountBox .labelGallery {
    font: 12px/21px "HelveticaNeue", Helvetica, Arial, sans-serif;
    margin: 25px 0;
}

.header .accountBox .labelGallery {
    display: block;
    margin: 0 0 25px;
}

.header .accountBox .closeBox {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 30px;
    height: 30px;
    background: url(../img/close_dropdown.png) no-repeat 50% 50%;
    text-indent: -9999px;
    cursor: pointer;
}

.header .mainNavBtn,
.header .searchBtn {
    display: none;
}

.header .bannerMobile {
    display: none;
}

.header .nobanner {
    display: none;
}


/* footer */

.footer {
    background: #000;
    color: #fff;
    text-align: center;
    display: table-row;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #999;
}

.footer ul {
    margin: 0 0 21px;
    font: 11px/14px "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.footer ul.links {
    margin-top: 37px;
}

.footer ul.infoLinks {
    margin-top: 0;
    display: inline-block;
}

.footer ul li {
    display: inline-block;
    margin: 0 0 0 -5px;
    padding: 0 12px 0 13px;
}

.footer ul.social {
    margin-bottom: 18px;
}

.footer ul.social li {
    padding: 4px 4px 0 5px;
}

.footer ul.social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
}

.footer .social a.icon-facebook {
    background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><g fill="none" fill-rule="evenodd"><circle stroke="%23FFF" cx="15" cy="15" r="14.5"/><path d="M18.04 13.21h-2.057v-1.35c0-.506.336-.625.573-.625h1.452V9.008l-2-.008c-2.22 0-2.724 1.661-2.724 2.725v1.484H12v2.296h1.284V22h2.7v-6.495h1.821l.236-2.296z" fill="%23FFF"/></g></svg>');
}

.footer .social a.icon-twitter {
    background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><title>Twitter</title><g fill="none" fill-rule="evenodd"><circle stroke="%23FFF" cx="15" cy="15" r="14.5"/><path d="M20.465 11.712c.55-.338.973-.873 1.172-1.512a5.251 5.251 0 0 1-1.694.663A2.63 2.63 0 0 0 17.997 10c-1.471 0-2.665 1.224-2.665 2.734 0 .214.023.422.069.623-2.216-.115-4.18-1.202-5.496-2.858-.23.405-.361.875-.361 1.376 0 .948.47 1.785 1.186 2.276a2.618 2.618 0 0 1-1.208-.342v.034c0 1.325.919 2.43 2.14 2.68a2.59 2.59 0 0 1-1.204.048c.338 1.086 1.322 1.877 2.49 1.898A5.265 5.265 0 0 1 9 19.603a7.423 7.423 0 0 0 4.087 1.227c4.905 0 7.586-4.165 7.586-7.779a9.06 9.06 0 0 0-.007-.354 5.472 5.472 0 0 0 1.33-1.415 5.208 5.208 0 0 1-1.531.43z" fill="%23FFF"/></g></svg>');
}

.footer .social a.icon-pinterest {
    background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><g fill="none" fill-rule="evenodd"><circle stroke="%23FFF" cx="15" cy="15" r="14.5"/><path d="M15.337 9C11.789 9 10 11.543 10 13.665c0 1.284.486 2.427 1.529 2.852.171.07.324.003.374-.187l.152-.599c.05-.187.03-.253-.107-.416-.3-.355-.493-.814-.493-1.464 0-1.887 1.412-3.577 3.676-3.577 2.006 0 3.107 1.226 3.107 2.862 0 2.153-.953 3.97-2.367 3.97-.781 0-1.366-.646-1.179-1.438.225-.946.66-1.967.66-2.65 0-.611-.329-1.121-1.008-1.121-.798 0-1.44.826-1.44 1.933 0 .704.238 1.181.238 1.181l-.96 4.07c-.285 1.207-.043 2.687-.022 2.836.012.09.126.11.177.044.074-.097 1.025-1.27 1.348-2.444.092-.332.526-2.052.526-2.052.26.495 1.017.93 1.824.93 2.4 0 4.029-2.188 4.029-5.117 0-2.215-1.876-4.278-4.727-4.278z" fill="%23FFF"/></g></svg>');
}

.footer .social a.icon-instagram {
    background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><title>Instagram</title><g fill="none" fill-rule="evenodd"><circle stroke="%23FFF" cx="15" cy="15" r="14.5"/><g transform="translate(8 8)" fill="%23FFF"><path d="M7.055 3.486A3.52 3.52 0 0 0 3.54 7a3.503 3.503 0 0 0 3.514 3.514A3.52 3.52 0 0 0 10.569 7c0-1.922-1.593-3.514-3.514-3.514zm0 5.765A2.261 2.261 0 0 1 4.804 7a2.261 2.261 0 0 1 2.25-2.251A2.261 2.261 0 0 1 9.307 7a2.261 2.261 0 0 1-2.251 2.251z"/><circle cx="10.706" cy="3.404" r="1"/><path d="M12.765 1.345C12.05.604 11.035.22 9.882.22H4.227C1.84.22.247 1.812.247 4.2v5.627c0 1.18.384 2.197 1.153 2.938.741.713 1.73 1.07 2.855 1.07h5.6c1.18 0 2.169-.384 2.882-1.07.741-.714 1.126-1.73 1.126-2.91V4.2c0-1.153-.385-2.141-1.098-2.855zm-.165 8.51c0 .85-.247 1.537-.741 2.004-.494.466-1.18.714-2.004.714h-5.6c-.824 0-1.51-.248-2.004-.714-.494-.494-.741-1.18-.741-2.032V4.2c0-.824.247-1.51.741-2.004.467-.467 1.18-.714 2.004-.714H9.91c.823 0 1.51.247 2.004.742.466.494.74 1.18.74 1.976v5.655H12.6z"/></g></g></svg>');
}

.footer .social a.icon-weibo {
    background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><title>Weibo</title><g fill="none" fill-rule="evenodd"><circle stroke="%23FFF" cx="15" cy="15" r="14.5"/><path d="M13.648 18.319a.696.696 0 0 0 .092-.578.626.626 0 0 0-.376-.418.851.851 0 0 0-.611-.008.92.92 0 0 0-.502.385.697.697 0 0 0-.109.573c.05.192.17.333.36.422.19.09.397.097.623.021a.966.966 0 0 0 .523-.397zm.787-1.013a.253.253 0 0 0 .03-.221.238.238 0 0 0-.147-.155.335.335 0 0 0-.239.004.33.33 0 0 0-.18.155c-.095.173-.058.298.11.376a.347.347 0 0 0 .242-.004.329.329 0 0 0 .184-.155zm1.456.896c-.251.569-.692.987-1.322 1.255-.63.268-1.255.301-1.875.1-.597-.19-1.008-.542-1.234-1.058-.226-.516-.208-1.04.054-1.57.263-.518.685-.906 1.268-1.162a2.642 2.642 0 0 1 1.762-.16c.619.162 1.061.496 1.326 1 .265.505.272 1.037.02 1.595zm2.61-1.34c-.05-.535-.298-1.009-.744-1.422-.446-.413-1.028-.717-1.745-.912a6.366 6.366 0 0 0-2.297-.176c-1.244.129-2.274.523-3.092 1.184-.817.662-1.187 1.4-1.108 2.214.05.535.298 1.01.744 1.422.447.413 1.028.717 1.745.912a6.366 6.366 0 0 0 2.297.176c1.244-.128 2.275-.523 3.092-1.184.817-.661 1.187-1.399 1.109-2.213zm2.578.034c0 .38-.103.769-.31 1.168-.206.398-.51.78-.912 1.146a7.058 7.058 0 0 1-1.41.983 7.815 7.815 0 0 1-1.89.695 9.691 9.691 0 0 1-2.264.26 9.452 9.452 0 0 1-2.302-.281 8.17 8.17 0 0 1-2.012-.778 4.299 4.299 0 0 1-1.435-1.264A2.822 2.822 0 0 1 8 17.155c0-.64.194-1.324.582-2.05.387-.725.938-1.444 1.652-2.158.943-.943 1.896-1.601 2.858-1.975.962-.374 1.65-.354 2.062.058.363.357.419.94.168 1.75-.022.077-.025.133-.009.167a.104.104 0 0 0 .084.058c.04.006.08.004.121-.004a.945.945 0 0 0 .113-.03l.05-.016c.776-.33 1.462-.494 2.06-.494.596 0 1.023.17 1.28.51.25.352.25.849 0 1.49a.957.957 0 0 1-.038.168c-.014.039-.002.073.037.104.04.03.073.052.1.063.029.011.076.028.143.05.318.1.605.232.862.393.257.162.48.39.67.682.19.293.284.618.284.975zm-.62-5.221c.235.262.387.565.457.908.07.343.051.67-.055.983a.488.488 0 0 1-.247.284.481.481 0 0 1-.656-.213.481.481 0 0 1-.034-.372.89.89 0 0 0-.2-.93.897.897 0 0 0-.896-.292.498.498 0 0 1-.377-.067.433.433 0 0 1-.209-.31.486.486 0 0 1 .067-.372.464.464 0 0 1 .31-.213 1.917 1.917 0 0 1 1.84.594zm1.515-1.364c.486.535.8 1.156.942 1.862a3.83 3.83 0 0 1-.113 2.02.565.565 0 0 1-.285.335.538.538 0 0 1-.435.034.565.565 0 0 1-.335-.285.563.563 0 0 1-.042-.435c.157-.457.185-.937.084-1.44a2.719 2.719 0 0 0-.67-1.321 2.715 2.715 0 0 0-1.238-.8 2.868 2.868 0 0 0-1.447-.07.557.557 0 0 1-.435-.08.556.556 0 0 1-.251-.364.545.545 0 0 1 .079-.431.56.56 0 0 1 .364-.247 3.996 3.996 0 0 1 2.042.096c.675.21 1.255.585 1.74 1.126z" fill="%23FFF" fill-rule="nonzero"/></g></svg>');
}

.footer .social a.icon-facebook:hover {
    background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><title>Facebook</title><g fill="none" fill-rule="evenodd"><circle stroke="%23999" cx="15" cy="15" r="14.5"/><path d="M18.04 13.21h-2.057v-1.35c0-.506.336-.625.573-.625h1.452V9.008l-2-.008c-2.22 0-2.724 1.661-2.724 2.725v1.484H12v2.296h1.284V22h2.7v-6.495h1.821l.236-2.296z" fill="%23999"/></g></svg>');
}

.footer .social a.icon-twitter:hover {
    background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><title>Twitter</title><g fill="none" fill-rule="evenodd"><circle stroke="%23999" cx="15" cy="15" r="14.5"/><path d="M20.465 11.712c.55-.338.973-.873 1.172-1.512a5.251 5.251 0 0 1-1.694.663A2.63 2.63 0 0 0 17.997 10c-1.471 0-2.665 1.224-2.665 2.734 0 .214.023.422.069.623-2.216-.115-4.18-1.202-5.496-2.858-.23.405-.361.875-.361 1.376 0 .948.47 1.785 1.186 2.276a2.618 2.618 0 0 1-1.208-.342v.034c0 1.325.919 2.43 2.14 2.68a2.59 2.59 0 0 1-1.204.048c.338 1.086 1.322 1.877 2.49 1.898A5.265 5.265 0 0 1 9 19.603a7.423 7.423 0 0 0 4.087 1.227c4.905 0 7.586-4.165 7.586-7.779a9.06 9.06 0 0 0-.007-.354 5.472 5.472 0 0 0 1.33-1.415 5.208 5.208 0 0 1-1.531.43z" fill="%23999"/></g></svg>');
}

.footer .social a.icon-pinterest:hover {
    background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><title>Pinterest</title><g fill="none" fill-rule="evenodd"><circle stroke="%23999" cx="15" cy="15" r="14.5"/><path d="M15.337 9C11.789 9 10 11.543 10 13.665c0 1.284.486 2.427 1.529 2.852.171.07.324.003.374-.187l.152-.599c.05-.187.03-.253-.107-.416-.3-.355-.493-.814-.493-1.464 0-1.887 1.412-3.577 3.676-3.577 2.006 0 3.107 1.226 3.107 2.862 0 2.153-.953 3.97-2.367 3.97-.781 0-1.366-.646-1.179-1.438.225-.946.66-1.967.66-2.65 0-.611-.329-1.121-1.008-1.121-.798 0-1.44.826-1.44 1.933 0 .704.238 1.181.238 1.181l-.96 4.07c-.285 1.207-.043 2.687-.022 2.836.012.09.126.11.177.044.074-.097 1.025-1.27 1.348-2.444.092-.332.526-2.052.526-2.052.26.495 1.017.93 1.824.93 2.4 0 4.029-2.188 4.029-5.117 0-2.215-1.876-4.278-4.727-4.278z" fill="%23999"/></g></svg>');
}

.footer .social a.icon-instagram:hover {
    background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><title>Instagram</title><g fill="none" fill-rule="evenodd"><circle stroke="%23999" cx="15" cy="15" r="14.5"/><g transform="translate(8 8)" fill="%23999"><path d="M7.055 3.486A3.52 3.52 0 0 0 3.54 7a3.503 3.503 0 0 0 3.514 3.514A3.52 3.52 0 0 0 10.569 7c0-1.922-1.593-3.514-3.514-3.514zm0 5.765A2.261 2.261 0 0 1 4.804 7a2.261 2.261 0 0 1 2.25-2.251A2.261 2.261 0 0 1 9.307 7a2.261 2.261 0 0 1-2.251 2.251z"/><circle cx="10.706" cy="3.404" r="1"/><path d="M12.765 1.345C12.05.604 11.035.22 9.882.22H4.227C1.84.22.247 1.812.247 4.2v5.627c0 1.18.384 2.197 1.153 2.938.741.713 1.73 1.07 2.855 1.07h5.6c1.18 0 2.169-.384 2.882-1.07.741-.714 1.126-1.73 1.126-2.91V4.2c0-1.153-.385-2.141-1.098-2.855zm-.165 8.51c0 .85-.247 1.537-.741 2.004-.494.466-1.18.714-2.004.714h-5.6c-.824 0-1.51-.248-2.004-.714-.494-.494-.741-1.18-.741-2.032V4.2c0-.824.247-1.51.741-2.004.467-.467 1.18-.714 2.004-.714H9.91c.823 0 1.51.247 2.004.742.466.494.74 1.18.74 1.976v5.655H12.6z"/></g></g></svg>');
}

.footer .social a.icon-weibo:hover {
    background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><title>Weibo</title><g fill="none" fill-rule="evenodd"><circle stroke="%23999" cx="15" cy="15" r="14.5"/><path d="M13.648 18.319a.696.696 0 0 0 .092-.578.626.626 0 0 0-.376-.418.851.851 0 0 0-.611-.008.92.92 0 0 0-.502.385.697.697 0 0 0-.109.573c.05.192.17.333.36.422.19.09.397.097.623.021a.966.966 0 0 0 .523-.397zm.787-1.013a.253.253 0 0 0 .03-.221.238.238 0 0 0-.147-.155.335.335 0 0 0-.239.004.33.33 0 0 0-.18.155c-.095.173-.058.298.11.376a.347.347 0 0 0 .242-.004.329.329 0 0 0 .184-.155zm1.456.896c-.251.569-.692.987-1.322 1.255-.63.268-1.255.301-1.875.1-.597-.19-1.008-.542-1.234-1.058-.226-.516-.208-1.04.054-1.57.263-.518.685-.906 1.268-1.162a2.642 2.642 0 0 1 1.762-.16c.619.162 1.061.496 1.326 1 .265.505.272 1.037.02 1.595zm2.61-1.34c-.05-.535-.298-1.009-.744-1.422-.446-.413-1.028-.717-1.745-.912a6.366 6.366 0 0 0-2.297-.176c-1.244.129-2.274.523-3.092 1.184-.817.662-1.187 1.4-1.108 2.214.05.535.298 1.01.744 1.422.447.413 1.028.717 1.745.912a6.366 6.366 0 0 0 2.297.176c1.244-.128 2.275-.523 3.092-1.184.817-.661 1.187-1.399 1.109-2.213zm2.578.034c0 .38-.103.769-.31 1.168-.206.398-.51.78-.912 1.146a7.058 7.058 0 0 1-1.41.983 7.815 7.815 0 0 1-1.89.695 9.691 9.691 0 0 1-2.264.26 9.452 9.452 0 0 1-2.302-.281 8.17 8.17 0 0 1-2.012-.778 4.299 4.299 0 0 1-1.435-1.264A2.822 2.822 0 0 1 8 17.155c0-.64.194-1.324.582-2.05.387-.725.938-1.444 1.652-2.158.943-.943 1.896-1.601 2.858-1.975.962-.374 1.65-.354 2.062.058.363.357.419.94.168 1.75-.022.077-.025.133-.009.167a.104.104 0 0 0 .084.058c.04.006.08.004.121-.004a.945.945 0 0 0 .113-.03l.05-.016c.776-.33 1.462-.494 2.06-.494.596 0 1.023.17 1.28.51.25.352.25.849 0 1.49a.957.957 0 0 1-.038.168c-.014.039-.002.073.037.104.04.03.073.052.1.063.029.011.076.028.143.05.318.1.605.232.862.393.257.162.48.39.67.682.19.293.284.618.284.975zm-.62-5.221c.235.262.387.565.457.908.07.343.051.67-.055.983a.488.488 0 0 1-.247.284.481.481 0 0 1-.656-.213.481.481 0 0 1-.034-.372.89.89 0 0 0-.2-.93.897.897 0 0 0-.896-.292.498.498 0 0 1-.377-.067.433.433 0 0 1-.209-.31.486.486 0 0 1 .067-.372.464.464 0 0 1 .31-.213 1.917 1.917 0 0 1 1.84.594zm1.515-1.364c.486.535.8 1.156.942 1.862a3.83 3.83 0 0 1-.113 2.02.565.565 0 0 1-.285.335.538.538 0 0 1-.435.034.565.565 0 0 1-.335-.285.563.563 0 0 1-.042-.435c.157-.457.185-.937.084-1.44a2.719 2.719 0 0 0-.67-1.321 2.715 2.715 0 0 0-1.238-.8 2.868 2.868 0 0 0-1.447-.07.557.557 0 0 1-.435-.08.556.556 0 0 1-.251-.364.545.545 0 0 1 .079-.431.56.56 0 0 1 .364-.247 3.996 3.996 0 0 1 2.042.096c.675.21 1.255.585 1.74 1.126z" fill="%23999" fill-rule="nonzero"/></g></svg>');
}

.footer .langBox span {
    font: 11px/14px "HelveticaNeue75Bd", Helvetica, Arial, sans-serif;
    cursor: pointer;
    letter-spacing: 2px;
    padding: 0 10px 0 0;
    background: url(../img/arrow01-open.png) no-repeat 100% 4px;
}

.footer .langBox.open span {
    background-image: url(../img/arrow01.png);
}

.footer .langBox div {
    display: none;
}

.footer .langBox ul {
    padding: 22px 0 0;
    margin: 0;
    font: 11px/14px "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.footer .langBox ul .selected a {
    color: #ff5a00;
}

.footer p {
    margin: 23px 0 37px;
    color: #bcbec0;
    font: 10px/12px "HelveticaNeue", Helvetica, Arial, sans-serif;
}


/* newsletter */

.footer .newsletter {
    background: #e5e5e5;
    padding: 12px 0;
    /*margin:-90px 0 36px;*/
    color: #000;
    position: relative;
    display: none;
}

.footer .newsletter .holder {
    max-width: 1165px;
    margin: 0 auto;
}

.footer .newsletter:after {
    clear: both;
    display: table;
    content: "";
}

.footer .newsletter .closeBox {
    float: right;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    background: url(../img/close_dropdown.png) no-repeat;
    margin: 7px 20px 0 0;
    color: #787677;
    opacity: 1;
    position: initial;
    cursor: pointer;
}

.footer .newsletter h3 {
    font: 20px/30px "HelveticaNeue", Helvetica, Arial, sans-serif;
    margin: 0 0 0 20px;
    float: left;
}

.newsletter .newsletterWraper {
    width: 420px;
    margin: 0 auto;
}

.footer .newsletter input[type="text"] {
    width: 300px;
    float: left;
    padding: 3px 10px;
    height: 28px;
    font: 12px "HelveticaNeue", Helvetica, Arial, sans-serif;
    margin: 0 7px 0 0;
    border: 1px solid #d2d2d2;
}

.footer .newsletter input[type="submit"] {
    float: left;
    border: 0;
    background: none;
    cursor: pointer;
    border: 1px solid #d7d7d7;
    font: 10px/24px "HelveticaNeue75Bd", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.footer .newsletter .invalid-email {
    font: 12px/30px "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.brand-logo-style{
	width:50%;
}
.close {
    opacity: 0.8;
}


/* Cookie Consent */

@media (min-width: 992px) {
    .btn-cookie-width-com,
    .btn-cookie-width-fr {
        width: 80px;
    }
    .btn-cookie-width-de {
        width: 130px;
    }
}

.footer .modal-dialog {
    margin-top: 200px;
    width: 380px;
}

.footer .modal-header {
    border-bottom: none;
    padding: 20px 20px 0 20px;
}

.footer .modal-header img {
    margin-top: 1.6em;
    padding-left: 30px;
}

.footer .modal-header .close span {
    display: block;
    width: 20px;
    height: 20px;
    background: url('/media/redesign/img/close03.png') no-repeat right top;
    background-size: 13px 13px;
}

.footer .modal-body {
    padding: 40px;
}

.footer .modal-body p {
    margin-top: 0;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 40px;
}

.footer .modal-body .form-control {
    border-radius: 0;
    font-size: 10px;
    padding: 10px 10px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.footer .modal-body .form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer .modal-body input {
    width: 190px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer .modal-body div.error {
    color: red;
    font-size: 10px;
    text-align: left;
}

.footer .modal-body input.error {
    border: 1px red solid;
}

.footer .modal-body a {
    display: block;
    margin-top: 40px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
}

.footer .modal-body a#newsletterConfirmationClose {
    font-size: 11px;
    line-height: 14px;
}

.footer .modal-body a#newsletterConfirmationClose:hover {
    color: #2a6496;
    text-decoration: underline;
}

.footer .modal-body button {
    width: 100px;
    color: #fff;
    border: 1px solid #d8d8d8;
    background: #bcbec0;
    border-radius: 0;
    cursor: pointer;
    padding: 9px 9px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 10px;
    font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
}

#emailModalSubscription::-webkit-input-placeholder {
    color: #000;
    text-transform: uppercase;
}

#emailModalSubscription:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    text-transform: uppercase;
}

#emailModalSubscription::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    text-transform: uppercase;
}

#emailModalSubscription:-ms-input-placeholder {
    color: #000;
    text-transform: uppercase;
}

.success-newsletter {
    text-align: center;
    line-height: 30px;
    margin: 0;
    font: 12px/30px "HelveticaNeue", Helvetica, Arial, sans-serif;
}


/*custom styles*/

.header .topBanner {
    padding: 11px 0 0;
}

.header .loading.active {
    width: 32px;
    height: 32px;
    background: url('../img/loader.gif') center center no-repeat;
    float: right;
}

.maintenaceGlobal {
    background: #000;
    color: #fff;
    font: 12px/14px "HelveticaNeue", Helvetica, Arial, sans-serif;
    padding: 11px 20px;
    text-align: left;
    letter-spacing: 1px;
}

.header ul.mainNav li.loader {
    display: none;
}

.header ul.mainNav li.login {
    display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  
 .header ul.mainNav {
	float: none;
    text-align: center;
	padding: 0 0 0 61px !important;
}
  
  .header .logo {
    height: 31px;
    text-indent: -9999px;
    float: left;
	margin: -10px !important;
}
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
.header ul.mainNav {
    float: none;
    text-align: center;
	padding: 0 0 0 61px !important;
}

  .header .logo {
    content: url(../img/logo_brand.svg);
    height: 31px;
    text-indent: -9999px;
    float: left;
	margin: -10px !important;
}
}

/*----------------------------------------------header auto suggest css ------------------------*/

.header-ac .autocomplete-selected {
    background-color: #F2F2F2;
    width: 100%;
}

.header-ac .suggestions-container {
    position: absolute !important;
    float: left !important;
    width: auto;
    margin: 29px 10px 0px -5px !important;
    text-align: left !important;
}

.header-ac .alphabet-autocomplete {
    height: auto;
    width: 270px;
    background: #fff;
    border: 1px solid #e5e5e5;
    z-index: 10 !important;
    display: none;
    margin: 29px 0 0 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-ac .alphabet-autocomplete ul {
    padding: 13px 50px 24px 30px;
}

.header-ac .alphabet-autocomplete ul li {
    list-style: none;
    margin-top: 14px;
    padding: 0px 12px 0 12px;
}

.header-ac .alphabet-autocomplete ul li a {
    color: #888888;
    letter-spacing: 1.1px;
    font: 14px "HelveticaNeue45Lt", Helvetica, Arial, sans-serif;
}

.header-ac .autocomplete-suggestion {
    margin-top: 0;
    color: #888888;
    letter-spacing: 1.1px;
    font: 12px/30px "HelveticaNeue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 12px 0 12px;
}

.header-ac .alphabet-autocomplete .autocomplete-suggestion:first-child {
    color: #000;
}

.header-ac .autocomplete-suggestion span {
    color: #000;
}

.header-ac .autocomplete-suggestion:hover {
    color: #000;
    text-decoration: none;
}

.header-ac .alphabet-autocomplete ul li a:hover {
    color: #000;
    text-decoration: none;
}

.header-ac .alphabet-autocomplete strong {
    color: #000;
}


/*----------------------------------------------header auto suggest css ends here ------------------------*/


/** IE10+ specific styles go inside
 * https://paper-leaf.com/blog/2014/09/targeting-ie-10-11-browsers-css/
**/

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .header ul.addNav li.basket a:before {
        top: 2px;
    }
    .header ul.addNav li.basket a {
        padding-left: 0;
        display: inline-block;
        height: 17px;
        width: 19px;
    }
}

.padding-0 {
    padding: 0px;
}

	@media(max-width: 768px) {
     .logoContainer { 
         margin: 0px;
         padding: 0px; 
         height: 31px;
     }
}

.logoContainer {
    margin: 0px;
    padding: 0px;
    height: 31px;
}

.margin-10 {
    margin-top: 10px;
	border-top: 1px solid #eee;
}

.logoContainer-Padding {
    padding: 28px 0px 34px 34px;
}

.logo-pdb {
	content: url(../img/logo_brand_pdb_white.svg) !important;
	height: 43px !important;
}

.logo-pdb-orange {
	content: url(../img/logo_brand_pdb.svg) !important;
	height: 43px !important;
}

.logo-galleries {
	content: url(../img/logo_brand_galleries.svg) !important;
	height: 43px !important;
}
.logo-galleries-white {
	content: url(../img/logo_brand_artnetgalleries_white.svg) !important;
	height: 43px !important;
}

.logo-analytics {
	content: url(../img/logo_brand_analytics_white.svg) !important;
	height: 43px !important;
}
.logo-events{
	content: url(../img/logo_brand_artnetnews_orange.svg) !important;
	height:28px;
}
.logo-artists{
	content: url(../img/logo_brand_Artist_orange.svg) !important;
	height:34px !important;
}
.logo-analytics-orange {
	content: url(../img/logo-analytics-orange) !important;
	height: 43px !important;
}
	@media(max-width: 768px) {
	 .logo-pdb {
		height: 31px !important;
		margin: 0 auto !important;
		max-width: 100% !important;
}
}

 /* New container for the new brand */
 .artnet-brand {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 28px 0 30px 34px;
    max-width: 1165px;
    width: 100%;
    margin: 0 auto;
}
/* Link */
.artnet-brand a.logo-link {
    position: relative;
    height: 31px;
    /* width: 50%; */
    display: inline-block;
    text-decoration: none;
}
.artnet-brand a.logo-link img {
    position:absolute;
}
/* artnet */
.artnet-brand a.logo-link img.artnet-logo {
    height: 31px;
    top: 0;
}
.artnet-brand a.logo-link img.artnet-analytics{
    height: 43px;
    top: -3px;

}
.artnet-brand a.logo-link img.artnet-analytics-orange{
    height: 43px;
    top: -3px;

}
.artnet-brand a.logo-link img.artnet-galleries{
    height: 43px;
    top: -3px;

}
.artnet-brand a.logo-link img.artnet-galleries-white{
    height: 43px;
    top: -3px;
    width: auto;
}
.artnet-brand a.logo-link img.artnet-galleries-orange{
    height: 43px;
    top: -3px;
    width:auto;
}

/* Price Database */
.artnet-brand a.logo-link img.artnet-pdb {
    height: 43px;
    top: -3px;
}
.artnet-brand a.logo-link img.artnet-pdb-orange {
    height: 43px;
    top: -3px;
    width: auto;
}

/* Artists */
.artnet-brand a.logo-link img.artnet-artists {
    height: 34px;
    top: -3px;
}

/* Events */
.artnet-brand a.logo-link img.artnet-events {
    height: 31px;
    top: 0;
}
.artnet-brand a.logo-link img.artnet-logo-white {
    height: 31px;
    top: 0;
}
.padding-10{
    padding-top:10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	
/* artnet */
.artnet-brand a.logo-link img.artnet-logo {
   width:114px;
}
.artnet-brand a.logo-link img.artnet-analytics{
   width:345px;

}
.artnet-brand a.logo-link img.artnet-analytics-orange{
   width:345px;
}
.artnet-brand a.logo-link img.artnet-galleries{
   width:335px;

}
.artnet-brand a.logo-link img.artnet-galleries-white{
  width:335px;
}
.artnet-brand a.logo-link img.artnet-galleries-orange{
   width:335px;
}

/* Price Database */
.artnet-brand a.logo-link img.artnet-pdb {   
   width:468px;
}
.artnet-brand a.logo-link img.artnet-pdb-orange{
	width:468px;
}
/* Artists */
.artnet-brand a.logo-link img.artnet-artists {
   width:295px;
}

/* Events */
.artnet-brand a.logo-link img.artnet-events {
   width:303px;
}
.artnet-brand a.logo-link img.artnet-logo-white {
    width:114px;
}
}
 @media screen and (min-width:0\0) {
    .artnet-brand a.logo-link img.artnet-pdb-orange{
	width:468px;
}
}
 