html,
body {
    height: 100%;
}

header {
    background: #1E1E1E;
}

.header a,
.footer a {
    text-decoration: none;
    outline: none;
    color: #fff;
}

.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 #3B3B3B;
    padding: 34px 0;
}

.header .holder:after {
    display: table;
    clear: both;
    content: "";
}

.header .logo {
    content: url(../img/logo_brand_white.svg);
    height: 31px;
    text-indent: -9999px;
    float: left;
}

.header .search {
    position: relative;
    float: left;
}

.header .search:before {
    content: "";
    background: url(../img/search.svg) no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 7px;
    right: 9px;
}

.header .search input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    box-shadow: none;
    float: left;
    border: 1px solid #3B3B3B;
    font: 13px "ArtnetGrotesk", Helvetica, Arial, sans-serif;
    height: 31px;
    padding: 0 30px 0 12px;
    width: 180px;
    color: #999!important;
    background: #1e1e1e;
}

.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;
}

.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: 13px/30px "ArtnetGrotesk", 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;
}

@media (min-width: 768px) and (max-width: 1024px) {
  
 .header ul.mainNav {
	float: none;
    text-align: center;
	padding: 0 0 0 61px !important;
}
  
  .header .logo {
    content: url(../img/logo_brand_white.svg);
    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_white.svg);
    height: 31px;
    text-indent: -9999px;
    float: left;
	margin: -10px !important;
}
  
}
.header ul.mainNav li {
    float: left;
    padding: 0 15px 0 15px;
    font: 13px/31px "ArtnetGrotesk", 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: 13px/31px "ArtnetGrotesk", 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: 10px;
    position: relative;
}

.header ul.addNav li.basket a:before {
    display: block;
    background: url(../img/shopping-bag.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.svg) no-repeat 100% 6px;
    cursor: pointer;
    color: #fff;
}

.header ul.addNav .account:hover>span {
    color: #999;
}

.header ul.addNav .account.open>span {
    background: url(../img/icon-arrow-up.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: 13px/14px "ArtnetGroteskBold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    float: none;
}

.header .accountBox h3 a {
    color: #1e1e1e;
}

.header .accountBox p,
.header .accountBox .labelGallery {
    font: 13px/21px "ArtnetGrotesk", 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: 12px/14px "ArtnetGrotesk", 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: 26px;
    height: 25px;
    text-indent: -9999px;
    background: url(../img/ico_social_links.png) 0 0 no-repeat;
}

.footer .social a.icon-facebook {
    background-position: 0 0;
}

.footer .social a.icon-twitter {
    background-position: -34px 0;
}

.footer .social a.icon-googleplus {
    background-position: -68px 0;
}

.footer .social a.icon-pinterest {
    background-position: -102px 0;
}

.footer .social a.icon-instagram {
    background-position: -137px 0;
}

.footer .social a.icon-tumblr {
    background-position: -171px 0;
}

.footer .social a.icon-linkedin {
    background-position: -205px 0;
}

.footer .social a.icon-youtube {
    background-position: -239px 0;
}

.footer .social a.icon-weibo {
    background-position: -274px 0;
}

.footer .social a.icon-facebook:hover {
    background-position: 0 -25px;
}

.footer .social a.icon-twitter:hover {
    background-position: -34px -25px;
}

.footer .social a.icon-googleplus:hover {
    background-position: -68px -25px;
}

.footer .social a.icon-pinterest:hover {
    background-position: -102px -25px;
}

.footer .social a.icon-instagram:hover {
    background-position: -137px -25px;
}

.footer .social a.icon-tumblr:hover {
    background-position: -171px -25px;
}

.footer .social a.icon-linkedin:hover {
    background-position: -205px -25px;
}

.footer .social a.icon-youtube:hover {
    background-position: -239px -25px;
}

.footer .social a.icon-weibo:hover {
    background-position: -274px -25px;
}

.footer .langBox span {
    font: 12px/14px "ArtnetGroteskBold", 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: 12px/14px "ArtnetGrotesk", Helvetica, Arial, sans-serif;
}

.footer .langBox ul .selected a {
    color: #ff5a00;
}

.footer p {
    margin: 23px 0 37px;
    color: #bcbec0;
    font: 11px/12px "ArtnetGrotesk", 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: 21px/30px "ArtnetGrotesk", 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: 13px "ArtnetGrotesk", 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: 11px/24px "ArtnetGroteskBold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.footer .newsletter .cf-turnstile {
    text-align: left;
}

.footer .newsletter .invalid-email {
    font: 13px/30px "ArtnetGrotesk", Helvetica, Arial, sans-serif;
}

.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: 11px;
    padding: 10px 10px;
    font-family: "ArtnetGrotesk", 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: 11px;
    font-family: "ArtnetGrotesk", 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: 13px/30px "ArtnetGrotesk", 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: 13px/14px "ArtnetGrotesk", 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;
}


/*----------------------------------------------header auto suggest css ------------------------*/

.header-ac .autocomplete-selected {
    width: 100%;
    color: #fff;
}

.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: #1E1E1E;
    border: 1px solid #292929;
    color: #fff;
    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: 15px "ArtnetGrotesk", Helvetica, Arial, sans-serif;
}

.header-ac .autocomplete-suggestion {
    margin-top: 0;
    color: #888888;
    letter-spacing: 1.1px;
    font: 13px/30px "ArtnetGrotesk", 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: #979797;
}

.header-ac .autocomplete-suggestion span {
    color: #000;
}

.header-ac .autocomplete-suggestion:hover {
    color: #fff;
    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 ------------------------*/

.padding-0 {
    padding: 0px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.padding-60 {
    padding: 0px 60px;
}

	@media(max-width: 768px) {
     .logoContainer { 
         margin: 0px;
         padding: 0px; 
         height: 31px;
     }
	 
	 .logo-pdb {
		hieght: 31px !important;
		margin: 0 auto !important;
		max-width: 100% !important;
}
}

.logoContainer {
    margin: 0px;
    padding: 0px;
    height: 43px;
}

.logoContainer-Padding {
    padding: 28px 0px 34px 34px;
    margin-top: 34px;
    border-top: 1px solid #3B3B3B;
}
.logoContainer-OverridePadding{
	padding: 22px 0px 28px 34px !important;
}
.logoContainer-OverridePadding-v2{
	padding: 27px 0px 33px 34px !important;
}
.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:28%;
}
.logo-artists{
	content: url(../img/logo_brand_Artist_orange.svg) !important;
	height:34%;
}
.brand-logo-style {
    width: 50%;
}

 /* New container for the new brand */
 .artnet-brand {
    border-top: 1px solid #3B3B3B;
   border-bottom: 1px solid #3B3B3B;
   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;
   width: auto;
}
.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;
   width: auto;
}
.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;
	width: auto;
}
.padding-10{
   padding-top:10px;
}
.pdb-max-width{
   max-width: 1055px;
}

@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;
}
}