Advertisement
Guest User

Untitled

a guest
Oct 11th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 161.02 KB | None | 0 0
  1. (lldb) po html
  2.  
  3.         <!-- Google Adwords Conversions -->
  4.        
  5.         <!-- End Google Adwords Conversions -->
  6.  
  7.        
  8.  
  9. <div class="mobile-banner ng-scope" ng-controller="bannerController">
  10.    
  11.     <div class="sponsor-logo logo-1">
  12.        
  13.         <img src="//qa1.artspace.com/static/images/artspace_white.png" alt="sponsor-logo">
  14.        
  15.     </div>
  16.  
  17.    
  18.  
  19. </div>
  20.  
  21. <div class="spacer">
  22.     &nbsp;
  23. </div>
  24.  
  25.  
  26.        
  27.         <!-- /HEADER -->
  28.  
  29.         <!-- CONTENT -->
  30.        
  31.  
  32.  
  33. <div class="container-full live-auction ng-scope" ng-controller="auctionPageController" ng-init="getInitialData({'paddle_number':'', 'cid':'', 'email':'tester4@attrecto.com', 'app_web_view':'True'} );" auction-id="35">
  34.  
  35.     <div class="search-box-container">
  36.   <form class="auction-search row ng-pristine ng-valid">
  37.     <input id="auction-search-textbox" type="text" name="term" placeholder="Search by artist name or work title" ng-model="term" class="col-xs-10 col-sm-11 ng-pristine ng-untouched ng-valid" ng-change="fireSearch()">
  38.     <span class="clear-contain col-xs-2 col-sm-1"><span ng-click="clearInput()" ng-show="term.length" class="fa fa-times ng-hide"></span></span>
  39.   </form>
  40. </div>
  41. <div class="form-spacer"></div>
  42.  
  43.    
  44.    
  45. <div class="row hero-content">
  46.   <div class="col-sm-12">
  47.     <div class="hero-image image-desktop clearfix" style="background-image: url(https:////d5wt70d4gnm1t.cloudfront.net/media/a-s/auction/35-742361781654/the-2016-artspace-fall-auction-ORIG.jpg);">
  48.  
  49.      
  50.  
  51.      
  52.       <div class="vcenter-content-outer">
  53.         <div class="vcenter-content-middle">
  54.           <div class="vcenter-content-inner">
  55.            
  56.             <div class="hero-text hide-small"><h1>&nbsp;</h1>
  57. <h1>&nbsp;THE 2016 ARTSPACE FALL AUCTION</h1></div>
  58.            
  59.              
  60.             </div>
  61.           </div>
  62.         </div>
  63.      
  64.      
  65.     </div>
  66.   </div>
  67. </div>
  68.    
  69.  
  70.     <div class="container body-container" style="min-height:1000px;">
  71.  
  72.    
  73.       <div class="row top-row row-no-pad">
  74.         <div class="col-sm-3">
  75.        
  76.  
  77.  
  78.  
  79.   <div id="sort-by">
  80.     <div class="filter" data-filter="sort">
  81.      
  82.       <div class="btn-group bootstrap-select large ng-pristine ng-untouched ng-valid"><button type="button" class="btn dropdown-toggle selectpicker large" data-toggle="dropdown" style="visibility: visible;"><span class="filter-option pull-left">Sort Default</span>&nbsp;<span class="caret"></span></button><div class="dropdown-menu open"><ul class="dropdown-menu inner selectpicker" role="menu" style="visibility: visible;"><li rel="0" class="selected"><a tabindex="0" class="" style=""><span class="text">Sort Default</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="1"><a tabindex="0" class="" style=""><span class="text">Most Bids</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="2"><a tabindex="0" class="" style=""><span class="text">Artist Name</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li></ul></div><select name="sort" class="selectpicker large ng-pristine ng-untouched ng-valid mobile-device" data-style="large" ng-model="sort_choice" ng-change="sortWorks(sort_choice)" ng-options="item.label for item in sort_options" style="display: none; visibility: visible;"><option value="object:4" label="Sort Default" selected="selected">Sort Default</option><option value="object:5" label="Most Bids">Most Bids</option><option value="object:6" label="Artist Name">Artist Name</option></select></div>
  83.     </div>
  84.   </div>
  85.  
  86.  
  87.  
  88.         </div>
  89.         <div class="col-sm-4 col-sm-offset-5">
  90.          
  91.          
  92.  
  93. <!-- converts all times to UTC for timer -->
  94.   <div class="auction-timer">
  95.     <span class="timer-label">Auction Ends:</span>
  96.       <div class="timer" data-end-date="2016/10/31 01:00">
  97.         <span class="time-container"><div class="days">19</div><label>days</label></span>
  98.         <span class="time-container"><div class="hours">17</div><label>hrs</label></span>
  99.         <span class="time-container"><div class="minutes">16</div><label>min</label></span>
  100.         <span class="time-container"><div class="seconds">12</div><label>sec</label></span>
  101.       </div>
  102.     </div>
  103.  
  104.          
  105.         </div>
  106.       </div>
  107.    
  108.  
  109.  
  110.    
  111.    
  112.  
  113.     <work-list class="item-list full-width isotope" style="position: relative; height: 0px;"><!-- ngRepeat: work in auction.works -->
  114.  
  115. <!-- ngIf: busy --><div ng-if="busy" class="text-center ng-scope"><span class="loading"></span></div><!-- end ngIf: busy -->
  116.  
  117. <!-- ngIf: works.length == 0 && !busy -->
  118.  
  119.  
  120. </work-list>
  121.     <div id="backtop"><button></button></div>
  122.      <!--end if show works-->
  123.      <!--end if works-->
  124.    
  125.     </div>
  126.  
  127. </div>
  128.  
  129.  
  130.  
  131.  
  132.         <!-- /CONTENT -->
  133.  
  134.         <div class="clear"></div>
  135.  
  136.        
  137.  
  138.  
  139.         <!-- to check visibility -->
  140.         <div class="visible-desktop"></div>
  141.         <div class="visible-tablet"></div>
  142.         <div class="visible-phone"></div>
  143.  
  144.         <script type="text/javascript">
  145.             var artspace = artspace || {};
  146.             (function () {
  147.                 //var profile_exists = '';
  148.  
  149.                 var customer = {"email": "tester4@attrecto.com"};
  150.  
  151.                 console.log({"grand_total": 0, "items_count": 0, "quote_id": "413972", "items": [], "shipping_address": {"city": null, "region_id": null, "firstname": null, "country_id": null, "region": null, "is_default_shipping": null, "telephone": null, "street": null, "is_default_billing": null, "postcode": null, "lastname": null}, "is_virtual": 0, "totals": {"grand_total": 0, "tax": false, "shipping": false, "discount": false, "gift_cert": false, "subtotal": 0, "duties": false}, "shipping_address_id": "", "promo_codes": false, "shipmethod": null, "total_qty": 0, "gift_cert_codes": false, "subtotal": 0, "payment": {"requires_billing_address": true, "code": null, "identifier": false, "title": null}, "billing_address_id": ""});
  152.  
  153.                 customer['is_vip'] = false;
  154.  
  155.                 customer.currency = 'EUR';
  156.                 customer.units = 'cm';
  157.                 customer.country = 'EU';
  158.                 artspace.user = {
  159.                     logged_in: !!customer.email, //|| profile_exists,
  160.                     csrf_token: 'YhpSmXC1kxnNkbIUi0VhGFOgOO5Hva5K',
  161.                     get: function (prop) {
  162.                         return void 0 !== customer[prop] ? customer[prop] : null
  163.                     }
  164.                 };
  165.  
  166.                
  167.                     artspace.user.customer_cards = [];
  168.  
  169.                
  170.  
  171.                 artspace.cartData = {"grand_total": 0, "items_count": 0, "quote_id": "413972", "items": [], "shipping_address": {"city": null, "region_id": null, "firstname": null, "country_id": null, "region": null, "is_default_shipping": null, "telephone": null, "street": null, "is_default_billing": null, "postcode": null, "lastname": null}, "is_virtual": 0, "totals": {"grand_total": 0, "tax": false, "shipping": false, "discount": false, "gift_cert": false, "subtotal": 0, "duties": false}, "shipping_address_id": "", "promo_codes": false, "shipmethod": null, "total_qty": 0, "gift_cert_codes": false, "subtotal": 0, "payment": {"requires_billing_address": true, "code": null, "identifier": false, "title": null}, "billing_address_id": ""};
  172.                 artspace.webView = window.location.search.indexOf("app=true") != -1;
  173.  
  174.                 artspace.DEBUG = false;
  175.  
  176.                
  177.                     artspace.DEBUG = true;
  178.                
  179.  
  180.                
  181.                     artspace.google_adwords = false;
  182.                
  183.             }());
  184.  
  185.             artspace.headerPromo = {"promos": [], "rotation_interval": 5000};
  186.             artspace.include_third_party = true;
  187.            
  188.            
  189.             artspace.include_facebook_like = false;
  190.            
  191.         </script>
  192.  
  193.         <!-- Third Party Inits / Variables -->
  194.        
  195.  
  196.  
  197. <!-- Facebook -->
  198. <div id="fb-root"></div>
  199. <script type="text/javascript">
  200. window.fbAsyncInit = function(){
  201.   FB.init({
  202.       appId      : '1180042422024402',
  203.       channelUrl : '//'+window.location.hostname+'/channel', // Path to your Channel File
  204.       status     : false, // check login status
  205.       cookie     : true, // enable cookies to allow the server to access the session
  206.       xfbml      : true // parse XFBML
  207.   });
  208. };
  209. </script>
  210. <!-- Facebook -->
  211.  
  212.  
  213. <!-- Google Tag Manager -->
  214. <!-- Data Layer -->
  215. <script>
  216. var google_tag_params = google_tag_params || {};
  217. var dataLayer = dataLayer || [];
  218.   dataLayer.push({
  219.     'analyticsAccount': 'UA-32778143-1',
  220.     'universalAnalytics': 'UA-32778143-2',
  221.    
  222.     'pageCategory':'auctions',
  223.    
  224.     'userCurrency':'EUR',
  225.     'userMeasurementUnits':'cm',
  226.     'userCountryCode':'EU',
  227.    
  228.    
  229.    
  230.    
  231.    
  232.    
  233.     'googleTagParams':'window.google_tag_params'
  234.   });
  235. </script>
  236. <!-- /Data Layer -->
  237. <noscript>&lt;iframe src="//www.googletagmanager.com/ns.html?id=GTM-NKDL29" height="0" width="0" style="display:none;visibility:hidden"&gt;&lt;/iframe&gt;</noscript>
  238. <!-- /Google Tag Manager -->
  239.  
  240. <!-- TrustBox script -->
  241. <script type="text/javascript" src="//widget.trustpilot.com/bootstrap/v5/tp.widget.sync.bootstrap.min.js" async=""></script>
  242.  
  243.   <!-- End Trustbox script -->
  244.  
  245. <!-- AdRoll SmartPixel -->
  246. <script type="text/javascript">
  247.    
  248.     adroll_adv_id = "QJX67HRK4BDVNKJPEQKPFQ";
  249.     adroll_pix_id = "V5ECRZJ5HFFVZBTGNLBRHN";
  250.     /* OPTIONAL: provide email to improve user identification */
  251.     /* adroll_email = "username@example.com"; */
  252.     (function () {
  253.         var _onload = function(){
  254.             if (document.readyState && !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return}
  255.             if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return}
  256.             var scr = document.createElement("script");
  257.             var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com");
  258.             scr.setAttribute('async', 'true');
  259.             scr.type = "text/javascript";
  260.             scr.src = host + "/j/roundtrip.js";
  261.             ((document.getElementsByTagName('head') || [null])[0] ||
  262.                 document.getElementsByTagName('script')[0].parentNode).appendChild(scr);
  263.         };
  264.         if (window.addEventListener) {window.addEventListener('load', _onload, false);}
  265.         else {window.attachEvent('onload', _onload)}
  266.     }());
  267.    
  268. </script>
  269. <!-- /AdRoll SmartPixel -->
  270.  
  271.         <!-- Third Party / CDN / Offsite Hosted Libraries -->
  272.         <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
  273.         <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js"></script>
  274.  
  275.        
  276.             <script src="//qa1.artspace.com/static/js/compressed/artspace.common.min.aed8c0ef.js"></script>
  277.        
  278.  
  279.        
  280. <script src="//qa1.artspace.com/static/js/compressed/artspace.auctions.min.6d00712c.js"></script>
  281.  
  282.  
  283.  
  284.  
  285.         <!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
  286.         <!--[if lt IE 10]><script src="//qa1.artspace.com/static/common/js/artspace.iefixes.js"></script><![endif]-->
  287.  
  288.        
  289.  
  290.         <!-- HIDDEN MODALS RENDER LAST -->
  291.        
  292.  
  293. <div id="welcome-dialog" class="container" style="margin-left: -178px;">
  294.   <div id="wd-close">
  295.     <div class="caret-close"><div></div></div>
  296.   </div>
  297.   <div id="wd-phone-close"></div>
  298.   <div id="wd-signup" class="row" style="display: none;">
  299.     <div class="wd-inner-wrap">
  300.       <div class="wd-signup-pad">
  301.         <div class="wd-webby webby-left"></div>
  302.         <div class="wd-webby webby-right"></div>
  303.         <form id="wd-signup-form" method="post" action="/api/subscribe">
  304.           <input type="hidden" name="csrfmiddlewaretoken" value="YhpSmXC1kxnNkbIUi0VhGFOgOO5Hva5K">
  305.           <h3>RECEIVE OUR AWARD WINNING EMAILS &amp; ENJOY 10% OFF YOUR FIRST PURCHASE</h3>
  306.           <div class="control-group">
  307.             <div class="controls">
  308.               <div id="wd-email-input">
  309.                 <input type="text" name="email" class="form-input" placeholder="Enter your email address" autocomplete="off">
  310.               </div>
  311.               <button class="btn btn-pink">Sign Up Now</button>
  312.             </div>
  313.             <div class="controls">
  314.               <label class="checkbox">
  315.                 <input type="checkbox" name="terms" checked="checked">
  316.                 <span class="terms">I accept the <a href="/legal" target="_blank">terms and conditions</a></span>
  317.               </label>
  318.             </div>
  319.           </div>
  320.           <input type="hidden" name="subscriber_only" value="1">
  321.           <input type="hidden" name="json" value="1">
  322.           <input type="hidden" name="utm_campaign" value="rolldown_aboutus">
  323.         </form>
  324.         <div id="wd-success" class="thank-you">
  325.           <h3 class="sub">THANKS FOR SIGNING UP FOR OUR NEWSLETTER.</h3>
  326.           <h3 class="curr">THAT EMAIL HAS ALREADY BEEN SUBSCRIBED.</h3>
  327.           <p class="cta">Now, personalize your account so you can discover more art you'll love.</p>
  328.           <a href="#" class="clickout">PERSONALIZE YOUR ACCOUNT <i class="caret"></i></a>
  329.         </div>
  330.       </div>
  331.     </div>
  332.   </div>
  333.   <div id="wd-info" class="row">
  334.     <div class="wd-inner-wrap">
  335.       <div class="wd-info-module odd">
  336.         <div class="wd-info-pad">
  337.           <h3 class="h1sub">DISCOVER<span class="wd-info-icon wd-discover"></span></h3>
  338.           <p>a treasure trove of fine art from the world's most renowned artists, galleries, museums and cultural institutions. We offer exclusive works you can't find anywhere else.</p>
  339.           <div class="dot-border border-bottom"></div>
  340.         </div>
  341.       </div>
  342.       <div class="wd-info-module even">
  343.         <div class="wd-info-pad">
  344.           <h3>LEARN<span class="wd-info-icon wd-learn"></span></h3>
  345.           <p>through exclusive content featuring art news, collecting guides, and interviews with artists, dealers, collectors, curators and influencers.</p>
  346.           <div class="dot-border border-bottom"></div>
  347.         </div>
  348.       </div>
  349.       <div class="wd-info-module odd">
  350.         <div class="wd-info-pad">
  351.           <h3 class="h1sub">BUY<span class="wd-info-icon wd-buy"></span></h3>
  352.           <p>authentic artworks from across the globe. Collecting with us means you're helping to sustain creative culture and supporting organizations that are making the world a better place.</p>
  353.         </div>
  354.       </div>
  355.       <div class="wd-info-module even">
  356.         <div class="wd-info-pad">
  357.           <h3 class="h1sub">CONNECT<span class="wd-info-icon wd-connect"></span></h3>
  358.           <p>with our art advisors for buying advice or to help you find the art that's perfect for you. We have the resources to find works that suit your needs.</p>
  359.         </div>
  360.       </div>
  361.       <div class="wd-info-module phone">
  362.         <div class="wd-info-pad">
  363.           <img id="wd-phone-logo" src="//qa1.artspace.com/static/images/logo_welcome.png">
  364.           <h3 class="h1sub">INSIDER ACCESS TO THE WORLD'S BEST ART</h3>
  365.           <p>Artspace offers you authentic, exclusive works from world-renowned artists, galleries, museums and cultural institutions. Collecting with us helps support creative culture while bringing you art news, interviews and access to global art resources. </p>
  366.         </div>
  367.       </div>
  368.     </div>
  369.     <div class="dot-border border-middle"></div>
  370.   </div>
  371.   <div id="wd-proof" class="row hidden-phone">
  372.     <div class="wd-inner-wrap">
  373.       <div class="wd-proof-pad">
  374.         <ul>
  375.           <li><p>COLLECT FROM 300+ GALLERIES &amp; MUSEUMS</p></li>
  376.           <li><div class="wd-partner-logo logo-met"></div></li>
  377.           <li><div class="wd-partner-logo logo-gugg"></div></li>
  378.           <li><div class="wd-partner-logo logo-whit"></div></li>
  379.           <li><div class="wd-partner-logo logo-cpp"></div></li>
  380.           <li><div class="wd-partner-logo logo-dz"></div></li>
  381.         </ul>
  382.       </div>
  383.     </div>
  384.   </div>
  385. </div>
  386.  
  387.  
  388.        
  389.  
  390.  
  391.  
  392. <!-- Terms and conditions for signup modal-->
  393. <div class="modal fade bg bg2" id="terms_modal">
  394.   <div class="modal-dialog">
  395.     <div class="modal-content">
  396.       <a href="#join" class="close show-modal"></a>
  397.       <div class="modal-body">
  398.       <!-- CONTENT -->
  399. <div class="static-top">TERMS OF USE</div>
  400. <p class="small-pad">Effective date: February 12, 2014.</p>
  401. <p class="small-pad">Thank you for visiting Artspace.com (the "Site") owned and operated by Artspace LLC. ("Artspace"). Your use of the Site indicates that you have read, understood and agree to these terms of use ("Terms"). If you do not agree to these Terms, you may not access or use the Site. We may modify the Terms from time to time without notice to you. The provisions contained herein supersede all previous notices or statements regarding our Terms with respect to this Site. We encourage you to check our Site frequently to see the current Terms in effect and any changes that may have been made to them. By using the Site following any modifications to the Terms, you agree to be bound by such modifications.</p>
  402. <h3>Use of the Site</h3>
  403.   <p class="small-pad">Artspace provides you with access to and use of the Site subject to your compliance with the Terms and the Site's Privacy Policy. No material from the Site may be copied, reproduced, republished, uploaded, posted, transmitted or distributed in any way, except for as specifically allowed in the Site.</p>
  404.   <p class="small-pad">The Site, including all of its contents, such as text, images, and the HTML used to generate the pages ("Materials"), are our property or that of our suppliers, partners, or licensors and are protected by patent, trademark and/or copyright under United States and/or foreign laws. Except as otherwise provided herein, you may not use, download, upload, copy, print, display, perform, reproduce, publish, modify, delete, add to, license, post, transmit, or distribute any Materials from this Site in whole or in part, for any public or commercial purpose without our specific written permission. We grant you a personal, non-exclusive, non-transferable license to access the Site and to use the information and services contained here.</p>
  405. <h3>Your Account and Access</h3>
  406.   <p class="small-pad">The Site is available to users 18 years and older, who are residents of the United States and who have not been suspended or removed by Artspace for any reason. You represent that you are a resident of the United States of America and that you are not a person barred from receiving services under the laws of the United States or other applicable jurisdiction. In consideration of your use of the Site, during registration and at all times you voluntarily enter information into your account, you agree to give truthful, accurate, current and complete information about yourself. We reserve the right to revoke your account, refuse service, remove or edit content it its sole discretion for any reason at any time including as a result of a violation of these Terms of Use, without notice. Accounts are void where prohibited by law.</p>
  407. <h3>Copyright Infringement. Notice and Take Down Procedures.</h3>
  408.   <p class="small-pad">If you believe that your work has been copied in a way that constitutes copyright infringement, please provide our copyright agent the following written information: (i) an electronic or physical signature of the person authorized to act on behalf of the owner of the copyright interest; (ii) a description of the copyrighted work that you claim has been infringed upon; (iii) a description of where the material that you claim is infringing is located on the Site; (iv) your address, telephone number, and e-mail address; (v) a statement by you that you have a good-faith belief that the disputed use is not authorized by the copyright owner, its agent, or the law; and (vi) a statement by you, made under penalty of perjury, that the above information in your notice is accurate and that you are the copyright owner or authorized to act on the copyright owner's behalf. Our copyright agent for notice of claims of copyright infringement on the Site can be reached as follows:
  409.   </p><h3>Copyright Agent:</h3>
  410.   <p class="small-pad">Artspace LLC<br>
  411.   65 Bleecker St. 8th Floor<br>
  412.   New York, NY, 10012<br>
  413.   Email:service@artspace.com<br>
  414.   Fax: 646-365-3350</p>
  415.   <p class="small-pad">If you become aware that material appears on this site in violation of a copyright please notify us by email at <a href="mailto:editor@artspace.com">editor@artspace.com</a></p>
  416. <h3>Rules and Limits on and Modifications to the Site</h3>
  417.   <p class="small-pad">We reserve the right, for any reason, in our sole discretion and without notice to you, to terminate, change, suspend or discontinue any aspect of the Site, including, but not limited to, information, products, data, text, music, sound, photographs, graphics, video, messages or other materials ("Content"), features and/or hours of availability, and we will not be liable to you or to any third party for doing so. We may also impose rules for and limits on use of the Site or restrict your access to part, or all, of the Site without notice or penalty. We have the right to change these rules and/or limitations at any time, in our sole discretion.</p>
  418. <h3>Specific Prohibited Uses</h3>
  419. <p class="small-pad">The Site may be used only for lawful purposes by individuals using authorized services of Artspace. You are responsible for your own communications, including the upload, transmission and posting of information, and are responsible for the consequences of their posting on or through the Site. Artspace specifically prohibits any use of the Site, and requires all users to agree not to use the Site, for any of the following:</p>
  420. <ul class="lower-alpha-list">
  421.   <li>Posting any information which is incomplete, false, inaccurate or not your own;</li>
  422.   <li>Impersonating another person;</li>
  423.   <li>Constituting or encouraging conduct that would constitute a criminal offense, giving rise to civil liability or otherwise violate any city, state, national or international law or regulation or which fails to comply with accepted Internet protocol;</li>
  424.   <li>Posting material that is copyrighted or otherwise owned by a third party unless you are the copyright owner or have the permission of the owner to post it;</li>
  425.   <li>Posting material that reveals trade secrets, unless you own them or have the permission of the owner;</li>
  426.   <li>Posting material that infringes on any other intellectual property, privacy or publicity right of another;</li>
  427.   <li>Transmitting or transferring (by any means) information or software derived from the site to foreign countries or certain foreign nations in violation of US export control laws;</li>
  428.   <li>Attempting to interfere in any way with the Site's or Artspace's networks or network security, or attempting to use the Site's service to gain unauthorized access to any other computer system.</li>
  429.   <li>Abusing the Invite a friend benefit in any way, including but not limited to, inviting yourself multiple times and under different aliases and/or under different email addresses</li>
  430.   <li>Abusing special discounts, awards or incentives offered by Artspace. Unless otherwise specified, only one offer is value per person, maximum two per household.</li>
  431. </ul>
  432. <br>
  433. <h3>Security Rules</h3>
  434. <p class="small-pad">Violations of system or network security may result in civil or criminal liability. We will investigate occurrences and may involve, and cooperate with, law enforcement authorities in prosecuting the user or users who are involved in such violations. You are prohibited from violating or attempting to violate the security of the Site, including, without limitation, the following:</p>
  435. <ul class="lower-alpha-list">
  436.   <li>Accessing data not intended for you or logging into a server or account which you are not authorized to access;</li>
  437.   <li>Attempting to probe, scan or test the vulnerability of a system or network or to breach security or authentication measures without proper authorization;</li>
  438.   <li>Attempting to interfere with service to any user, host or network, including, without limitation, via means of submitting a virus, worm, Trojan Horse or other harmful code to the Site, overloading, "flooding", "mailbombing" or "crashing"; or sending unsolicited e-mail, including promotions and/or advertising of products or services, or</li>
  439.   <li>Forging any TCP/IP packet header or any part of the header information in any e-mail or newsgroup posting.</li>
  440. </ul>
  441. <br>
  442. <h3>User Submitted Content</h3>
  443.   <p class="small-pad">You are responsible for any User Content you post to the site. By "User Content" we mean any content you post to the site, which may include reviews, comments, image uploading, captions, participating in forums, curating or creating art collections and other such features that allow you to add content to the site. We are not responsible for the personally identifiable or other information you choose to submit as User Content and we reserve the right to remove any User Content generated by any user at our sole discretion. You understand that once you post User Content, your content becomes public. We are not responsible for keeping any User Content confidential so if you do not want anyone to read or see that content, do not submit or post it to the Site.
  444. </p><h3>If we allow you to upload User Content, you may not:</h3>
  445.   <p class="small-pad">provide User Content that you do not have the right to submit, unless you have the owner's permission; this includes material covered by someone else's copyright, patent, trade secret, privacy, publicity, or any other proprietary right;<br>
  446.   forge headers or manipulate other identifiers in order to disguise the origin of any User Content you provide;<br>
  447.   provide any User Content that contains lies, falsehoods or misrepresentations that could damage us or anyone else;<br>
  448.   provide User Content that is illegal, obscene, defamatory, libelous, threatening, pornographic, harassing, hateful, racially or ethnically offensive, or encourage conduct that would be considered a criminal offense, give rise to civil liability, violate any law, or is otherwise inappropriate;<br>
  449.   impersonate anyone else or lie about your affiliation with another person or entity in your User Content;<br>
  450.   use meta tags or any other "hidden text" utilizing any of our or our suppliers' product names or trademarks in your User Content; or<br>
  451.   provide User Content which disparage us or our vendors, partners, contractors, galleries, artists, institutions, distributers, representatives and affiliates.<br>
  452.   Except as otherwise specifically provided, if you post content or submit material to the Site, you grant us a nonexclusive, royalty-free, perpetual, irrevocable, and fully sub-licensable right to use, reproduce, modify, adapt, publish, translate, create derivative works from, distribute, and display such content throughout the world in any media. You represent and warrant that you own or otherwise control all of the rights to the content that you post; that the content is accurate; that use of the content you supply does not violate these Terms or any law or regulation; and the content will not cause injury to any person or entity. We have the right but not the obligation to monitor and edit or remove any activity or content. User Content comes from a variety of sources. We do not endorse, or support any views, opinions, recommendations, or advice that may be in User Content, nor do we vouch for its accuracy or its reliability, usefulness, safety or intellectual property rights of any User Content. We take no responsibility and assume no liability for any User Content posted by you or any third party.</p>
  453. <div class="static-category">Selling on Artspace</div>
  454. <h3>Auctions</h3>
  455. <p class="small-pad">
  456.   Artspace may make available the Artspace Auctions where sellers may offer goods for sale by auction to the highest bidder. Artspace is independent from the buyers and sellers that participate in the Artspace Auctions and no agency, partnership, joint venture, employee-employer or franchiser-franchisee or fiduciary relationship is intended or created by the operation of the Artspace Auctions. Artspace may, but is not obligated to provide intermediary services between the buyer and sellers using Artspace Auctions. Artspace reserves the right in its sole discretion and at any time including during an auction to refuse or revoke permission for sellers to offer goods or for buyers to submit bids.
  457. </p>
  458. <h3>How bidding works</h3>
  459.   <p class="small-pad">
  460.     All bids shall be in United States Dollars. Participating sellers and buyers may be required to register on the site, may select a username and password, and must agree to be bound by these terms. Buyers must register a valid credit card with Artspace and agree to pay a buyer’s premium to Artspace which shall be added to the successful bid price. The buyer’s premium shall be equal 15% of the successful bid price for bids on some auction items. The successful bidder shall pay the purchase price plus the buyer’s premium as the final purchase price. The agreements between the buyers and sellers shall not be governed by the U.N. Convention on Contracts for the International Sale of Goods, the application of which is expressly excluded.
  461.   </p>
  462.   <p class="small-pad">
  463.     Bids are submitted by clicking the “bid” button on the site; all bids are final and cannot be amended or retracted once submitted. All bids will be recorded by Artspace and such recording shall constitute the final and conclusive determination and record of each bid and the highest bid.
  464.   </p>
  465. <h3>Seller's reserve price</h3>
  466.   <p class="small-pad">Sellers may set a minimum price for an auction item (“Reserve Price”).  A Seller is not required to accept any bids for less than the Reserve Price.  If bids are placed below the seller’s Reserve Price, the bidder will be notified that the bid is below the Reserve Price.
  467.   </p>
  468. <h3>Artspace bidding</h3>
  469.   <p class="small-pad">Artspace may, through employees, submit bids on auction items that are subject to a Reserve Price.  Artspace may (1) submit the opening bid on behalf of the seller at the Reserve Price, (2) place single or successive bids on behalf of the seller in response to other bids that are below the Reserve Price.  In no circumstances will Artspace place a bid that is above the Reserve Price.
  470.   </p>
  471. <h3>Place your bid</h3>
  472.   <p class="small-pad">
  473.     Enter any bid amount as long as it is greater than or equal to the "Next Minimum Bid" (displayed below the bid field) and click on "Place Bid". This will automatically place a straight bid at the next increment and hold the bid you submitted (if higher than the "Next Minimum Bid") as your "Maximum Bid". You will receive an email confirmation of your bid and will be notified by email when you are outbid.
  474.   </p>
  475.   <p class="small-pad">
  476.     By placing a bid each buyer irrevocable authorizes Artspace to immediately charge Buyer’s registered credit card an amount equal to the buyer’s premium.
  477.   </p>
  478.   <p></p>
  479.   <p class="small-pad">
  480.     Please note that if the auction moves to a physical live event (the auction page will specify this and the bidder will be noticed as such by email), the highest bidder after the close of the online auction will be the opening bid at the event and will be notified within 48 hours after the event if the bid is the final winning bid or been outbid by someone at the event.
  481.   </p>
  482. <h3>Bidding Increments</h3>
  483.   <p class="small-pad">
  484.     When placing a bid, enter the maximum amount you are willing to pay for the work. Entering your "Maximum Bid" does not necessarily mean you will pay that price, you may pay less. The Auction system will Proxy Bid on your behalf up to the amount of your Maximum Bid. Once you enter your Maximum Bid, your current bid displayed will be in the amount of the "Next Minimum Bid." As the auction proceeds, Artspace will compare your bid to those of other bidders. When you are outbid, the system automatically bids on your behalf according to the bidding increments established for that auction up to (but never exceeding) your maximum bid. We increase your bid by increments only as much as necessary to maintain your position as highest bidder. Your maximum bid is kept confidential until it is exceeded by another bidder. If your maximum bid is outbid, you will be notified via email so that you can place another bid.
  485.   </p>
  486.   <p class="small-pad">
  487.     If the auction is a benefit auction or an auction with a physical event (which will be noted on the auction page), all online bids will be transferred to that event and Artspace or the organization running the event will continue to monitor your bids in person and continue Proxy Bidding on your behalf up to your maximum bid. Winning bidders will be notified within 48 hours after the close of the auction. If you are not contacted by Artspace, you were not the highest bidder.
  488.   </p>
  489. <h3>Closing the Auction</h3>
  490.   <p class="small-pad">
  491.     Upon the close of each auction Artspace shall separately confirm the highest bid to the seller and notify the buyer submitting the highest bid that the bid was successful and the amount of the buyer’s premium due to Artspace to be charged to buyer’s credit card. Artspace shall thereupon charge buyer’s credit card in the amount of the buyer’s premium.
  492.   </p>
  493.   <p class="small-pad">
  494.     Upon receipt of the buyer’s premium Artspace shall email both the successful buyer and seller and shall provide each with the name, address, telephone number and email address of the other; buyer and seller are thereafter solely responsible for arranging for the transmission of payment of the purchase price within 24 hours of the transmission of the Artspace email and for prompt shipment of the goods after receipt of good funds. If for any reason after Artspace’s initial confirmation of the successful bid the buyer cancels the transaction or fails to make payment to the seller, the buyer shall remain liable to Artspace for the full buyer’s premium and Artspace reserves the right to retain such buyer’s premium in addition to any other remedies it has at law or equity.
  495.   </p>
  496.   <p class="small-pad">
  497.     Any dispute with respect to the auction of any item shall be resolved between buyer and seller and without the participation of Artspace.  Seller is solely responsible for collecting payment from the buyer.  Artspace does not guaranty and is not responsible in any way for the performance of buyers or sellers participating in the auction.
  498.   </p>
  499. <h3>Responsibilities of Auction Buyers and Sellers</h3>
  500.   <p class="small-pad">
  501.     Goods offered on Artspace Auctions must be tangible goods that meet the requirements of the Site. Sellers shall not offer any goods for sale or consummate any transaction initiated on Artspace Auctions that violates or could cause Artspace to violate any applicable law, statute, ordinance or regulation. Artspace shall have sole discretion as to whether a specific item meets the requirements of the Site, which determination is final.
  502.   </p>
  503.   <p class="small-pad">
  504.     Sellers offering goods shall post a description of the goods offered and may set a minimum reserve price, a minimum overbid amount and the termination of the auction of the goods. Sellers agree to accept the highest bid above their set reserve price and to deliver the offered goods to the buyer submitting such highest bid. Any goods offered using a seller’s registration log in information shall be deemed by Artspace and any bidding buyer as being offered or authorized by that seller. Sellers are solely responsible for the description, condition, authenticity, and quality of the goods offered. Sellers represent that they are in compliance with all applicable laws, including without limitation those regarding the transmission of technical data exported from the United States or the country in which the seller resides as well as the restrictions on import or export of goods from the seller’s country to the buyer’s country.
  505.   </p>
  506.   <p class="small-pad">
  507.     By posting goods on the Artspace Auctions each seller represents and warrants that he/she holds free and marketable title to the goods offered and that the sale to any buyer will be free and clear of any and all liens or encumbrances. Sellers agree that Artspace Auctions will publish images and information in English relating to the goods offered by sellers. Sellers are solely responsible for descriptions of goods and all other content provided to Artspace by seller. Each seller agrees that Artspace may reformat content submitted by sellers in order to best serve the needs and formatting of the Artspace Auctions. Sellers grant Artspace a perpetual, irrevocable, royalty-free license to use the listing information in other areas of the site in our sole discretion.
  508.   </p>
  509.   <p class="small-pad">
  510.     Sellers are responsible for shipment of goods to successful bidding buyers upon receipt of the purchase price. Sellers must make shipment promptly on receipt of good funds from buyers. Sellers are responsible for collecting any and all applicable taxes from the successful buyer and for remitting such taxes to the applicable taxing authority.
  511.   </p>
  512.   <p class="small-pad">
  513.     Buyers are responsible for determining the value, condition and authenticity of the goods. Buyers participating in the Artspace Auctions represent and warrant by placing any bid that they are ready, willing and able to pay the purchase price bid, all applicable taxes and the buyer’s premium all within 24 hours of the close of the auction if they are the successful bidder. Any bids submitted using a buyer’s registration log in information shall be deemed made or authorized by that buyer. Each buyer placing any bid represents and warrants that such bids are not the product of any collusive or other anti-competitive agreement and are otherwise consistent with federal and state laws. Each buyer is responsible for payment of New York State and local sales tax, any applicable use tax, any federal luxury tax or any other taxes assessed on the purchase of the goods. The buyer is solely responsible for identifying and obtaining any necessary export, import, or other permit for the delivery of the goods and for determining whether the goods are subject to any export or import embargoes.
  514.   </p>
  515. <h3>Artspace not Responsible for Auction Submissions; No Representations or Warranties</h3>
  516.   <p class="small-pad">
  517.     Sellers and buyers agree that Artspace is not responsible for and does not make any representations or warranties (express or implied) as to the goods offered, including without limitation as to merchantability, fitness for a particular purpose, the accuracy of the description of the goods, the physical condition, size, quality, rarity, importance, medium, provenance, whether the goods are subject to export or import restrictions or embargoes, shipment or delivery, packing or handling, the ability of the buyer to pay, the ability of the seller to collect the purchase price, or any other representation or warranty of any kind or nature. Artspace is not responsible for any errors or failures to execute bids placed online, including, without limitation, errors or failures caused by (1) loss of connection to the internet or to the online bidding software by any party, (2) a breakdown or failure of the online bidding software, or (3) a breakdown or failure of any seller’s or buyer’s internet connection or computer or (4) any errors or omissions in connection with the bidding process.
  518.   </p>
  519. <h3>Open Positions on Careers Pages</h3>
  520.   <p class="small-pad">We may list open employment positions on this web site. These postings are for informational purposes only and are subject to change without notice. You should not construe any information on this Site or made available through Site as an offer for employment. Nor should you construe anything on this web site as a promotion or solicitation for employment not authorized by the laws and regulations of your locale.</p>
  521. <h3>Privacy Policy; User Information</h3>
  522.   <p class="small-pad">In the course of your use of the Site, you may be asked to provide certain information to us. Our use of any information you provide via the Site shall be governed by our Privacy Policy available at here artspace.com/privacy. We urge you to read our Privacy Policy. You acknowledge and agree that you are solely responsible for the accuracy and content of such information.</p>
  523. <h3>International Use</h3>
  524.   <p class="small-pad">We control and operate the Site from our offices in the United States of America, and all information is processed within the United States. We do not represent that materials on the Site are appropriate or available for use in other locations. Persons who choose to access the Site from other locations do so on their own initiative, and are responsible for compliance with local laws, if and to the extent local laws are applicable.</p>
  525.   <p class="small-pad">You agree to comply with all applicable laws, rules and regulations in connection with your use of the Site. Without limiting the generality of the foregoing, you agree to comply with all applicable laws regarding the transmission of technical data exported from the United States or the country in which you reside.</p>
  526. <h3>Proprietary Rights</h3>
  527.   <p class="small-pad">As between you and Artspace (or other company whose marks appear on the Site), Artspace (or the respective company) is the owner and/or authorized user of any trademark, registered trademark and/or service mark appearing on the Site, and is the copyright owner or licensee of the Content and/or information on the Site, unless otherwise indicated.</p>
  528.   <p class="small-pad">Except as otherwise provided herein, use of the Site does not grant you a license to any Content, features or materials you may access on the Site and you may not modify, rent, lease, loan, sell, distribute or create derivative works of such Content, features or materials, in whole or in part. Any commercial use of the Site is strictly prohibited, except as allowed herein or otherwise approved by us. You may not download or save a copy of any of the Content or screens for any purpose except as otherwise provided by Artspace. If you make use of the Site, other that as provided herein, in doing so you may violate copyright and other laws of the United States, other countries, as well as applicable state laws and may be subject to liability for such unauthorized use. We do not grant any license or other authorization to any user of our trademarks, registered trademarks, service marks, other copyrightable material or any other intellectual property by including them on the Site.</p>
  529.   <p class="small-pad">The information on the Site including, without limitation, all site design, text, graphics, interfaces, and the selection and arrangements is protected by law including copyright law.</p>
  530.   <p class="small-pad">Product names, logos, designs, titles, graphics, words or phrases may be protected under law as the trademarks, service marks or trade names of Artspace LLC, or other entities. Such trademarks, service marks and trade names may be registered in the United States and internationally.</p>
  531.   <p class="small-pad">Without our prior written permission, you agree not to display or use our trademarks, service marks, trade names, other copyrightable material or any other intellectual property in any manner.</p>
  532. <h3>Links from and to the Site</h3>
  533.   <p class="small-pad">You may be able to link to third party websites ("Linked Sites") from the Site. Linked Sites are not, however, reviewed, controlled or examined by us in any way and we are not responsible for the content, availability, advertising, products, information or use of user information or other materials of any such Linked Sites, or any additional links contained therein. These links do not imply our endorsement of or association with the Linked Sites. It is your sole responsibility to comply with the appropriate terms of service of the Linked Sites as well as with any other obligation under copyright, secrecy, defamation, decency, privacy, security and export laws related to the use of such Linked Sites and any content contained thereon. In no event shall we be liable, directly or indirectly, to anyone for any loss or damage arising from or occasioned by the creation or use of the Linked Sites or the information or material accessed through these Linked Sites. You should direct any concerns to that site's administrator or Webmaster. We reserve the exclusive right, at its sole discretion, to add, change, decline or remove, without notice, any feature or link to any of the Linked Sites from the Site and/or introduce different features or links to different users.</p>
  534.   <p class="small-pad">Permission must be granted by us for any type of link to the Site. To seek our permission, you may write to us at the address below. We reserve the right, however, to deny any request or rescind any permission granted by us to link through such other type of link, and to require termination of any such link to the Site, at our discretion at any time.</p>
  535. <h3>INDEMNITY</h3>
  536.   <p class="small-pad">You agree to defend, indemnify and hold Artspace LLC, its directors, officers, employees, agents, vendors, partners, contractors, galleries, artists, institutions, distributers, representatives and affiliates harmless from any and all claims, liabilities, damages, costs and expenses, including reasonable attorneys' fees, in any way arising from, related to or in connection with your use of the Site, your violation of any law, your violation of the Terms or the posting or transmission of any User Content, or materials on or through the Site by you, including, but not limited to, any third party claim that any information or materials you provide infringes any third party proprietary right. You agree to cooperate as fully as reasonably required in the defense of any claim. Your indemnification obligation will survive the termination of these Terms and your use of the Site.</p>
  537. <h3>DISCLAIMER OF WARRANTIES</h3>
  538.   <p class="small-pad">YOU UNDERSTAND AND AGREE THAT:</p>
  539.   <p class="small-pad">THE SITE, INCLUDING, WITHOUT LIMITATION, ALL CONTENT, FUNCTION, MATERIALS AND SERVICES IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTY FOR INFORMATION, DATA, DATA PROCESSING SERVICES OR UNINTERRUPTED ACCESS, ANY WARRANTIES CONCERNING THE AVAILABILITY, ACCURACY, COMPLETENESS, USEFULNESS, OR CONTENT OF INFORMATION, AND ANY WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. COMPANY DOES NOT WARRANT THAT THE SITE OR THE FUNCTION, CONTENT OR SERVICES MADE AVAILABLE THEREBY WILL BE TIMELY, SECURE, UNINTERRUPTED OR ERROR FREE, OR THAT DEFECTS WILL BE CORRECTED. Artspace MAKES NO WARRANTY THAT THE SITE WILL MEET USERS' EXPECTATIONS OR REQUIREMENTS. NO ADVICE, RESULTS OR INFORMATION, OR MATERIALS WHETHER ORAL OR WRITTEN, OBTAINED BY YOU THROUGH THE SITE SHALL CREATE ANY WARRANTY NOT EXPRESSLY MADE HEREIN. IF YOU ARE DISSATISFIED WITH THE SITE, YOUR SOLE REMEDY IS TO DISCONTINUE USING THE SITE.</p>
  540.   <p class="small-pad">ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SITE IS DONE AT YOUR OWN DISCRETION AND RISK AND THAT YOU WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE THAT RESULTS FROM THE DOWNLOAD OF ANY SUCH MATERIAL.</p>
  541.   <p class="small-pad">Artspace DOES NOT ENDORSE, WARRANT OR GUARANTEE ANY PRODUCTS OR SERVICES OFFERED OR PROVIDED BY OR ON BEHALF OF THIRD PARTIES ON OR THROUGH THE SITE. Artspace IS NOT A PARTY TO, AND DOES NOT MONITOR, ANY TRANSACTION BETWEEN USERS AND THIRD PARTIES WITHOUT THE DIRECT INVOLVEMENT OF COMPANY.</p>
  542. <h3>LIMITATION OF LIABILITY</h3>
  543.   <p class="small-pad">IN NO EVENT SHALL Artspace, ITS AFFILIATES OR ANY OF THEIR RESPECTIVE DIRECTORS, OFFICERS, EMPLOYEES, AGENTS, PARTNERS, SUBSIDIARIES, DIVISIONS, SUCCESSORS, SUPPLIERS, DISTRIBUTORS, AFFILIATES VENDORS, CONTRACTORS, GALLERIES, ARTISTS, INSTITUTIONS, REPRESENTATIVES OR CONTENT OR SERVICE PROVIDERS BE LIABLE FOR ANY INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, EXEMPLARY OR PUNITIVE DAMAGES ARISING FROM OR DIRECTLY OR INDIRECTLY RELATED TO THE USE OF, OR THE INABILITY TO USE, THE SITE OR THE CONTENT, MATERIALS AND FUNCTION RELATED THERETO, INCLUDING, WITHOUT LIMITATION, LOSS OF REVENUE, OR ANTICIPATED PROFITS, OR LOST BUSINESS, DATA OR SALES, OR COST OF SUBSTITUTE SERVICES, EVEN IF COMPANY OR ITS REPRESENTATIVE OR SUCH INDIVIDUAL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OR EXCLUSION OF LIABILITY SO SOME OF THE ABOVE LIMITATIONS MAY NOT APPLY TO YOU. IN NO EVENT SHALL THE TOTAL LIABILITY OF Artspace TO YOU FOR ALL DAMAGES, LOSSES, AND CAUSES OF ACTION (WHETHER IN CONTRACT OR TORT, INCLUDING, BUT NOT LIMITED TO, NEGLIGENCE OR OTHERWISE) ARISING FROM THE TERMS OR YOUR USE OF THE SITE EXCEED, IN THE AGGREGATE, $100.00. WITHOUT LIMITING THE FOREGOING, IN NO EVENT SHALL Artspace OR ITS RESPECTIVE OFFICERS DIRECTORS, EMPLOYEES, AGENTS, SUCCESSORS, SUBSIDIARIES, DIVISIONS, DISTRIBUTORS, SUPPLIERS, AFFILIATES OR THIRD PARTIES PROVIDING INFORMATION ON THIS SITE HAVE ANY LIABILITY FOR ANY DAMAGES OR LOSSES ARISING OUT OF OR OTHERWISE INCURRED IN CONNECTION WITH THE LOSS OF ANY DATA OR INFORMATION CONTAINED IN YOUR ACCOUNT OR OTHERWISE STORED BY OR ON BEHALF Artspace.</p>
  544.   <p class="small-pad">You hereby acknowledge that the preceding paragraph shall apply to all content, merchandise and services available through the Site.</p>
  545. <h3>Applicable Law/Jurisdiction</h3>
  546.   <p class="small-pad">You agree that the laws of the state of New York, excluding its conflicts-of-law rules, shall govern these Terms. Please note that your use of the Site may be subject to other local, state, national, and international laws. You expressly agree that exclusive jurisdiction for resolving any claim or dispute with Artspace relating in any way to your use of the Site resides in the state and federal courts of New York County, New York, and you further agree and expressly consent to the exercise of personal jurisdiction in the state and federal courts of New York County. In addition, you expressly waive any right to a jury trial in any legal proceeding against Artspace its parent, subsidiaries, divisions, or affiliates or their respective officers, directors, employees, agents, or successors under or related to these Terms. Any claim or cause of action you have with respect to use of the Site must be commenced within one (1) year after the claim arises.</p>
  547. <h3>Consent to Processing</h3>
  548.   <p class="small-pad">By providing any personal information to the Site, all users, including without limitation users in the European Union, fully understand and unambiguously consent to the collection and processing of such information in the United States.</p>
  549.   <p class="small-pad">Any inquiries concerning these Terms should be directed to us at the address below.</p>
  550. <h3>Risk of Loss</h3>
  551.   <p class="small-pad">The items purchased from our Site are shipped by a third-party carrier pursuant to a shipment contract. As a result, risk of loss and title for such items may pass to you upon our delivery to the carrier.</p>
  552. <h3>Purchasing</h3>
  553.   <p class="small-pad">Artspace and its partners strive for complete accuracy in description and pricing of the products on the Site. However, due to the nature of the internet, occasional glitches, service interruptions or mistakes may cause inaccuracies to appear on the Site. Artspace has the right to void any purchases that display an inaccurate price. If the displayed price is higher than the actual price, you may be refunded the overcharge. If the displayed price is less than the actual price, Artspace will void the purchase and attempt to contact you via either phone or email to inquire if you would like the item for the correct price.</p>
  554.   <p class="small-pad">You acknowledge that temporary interruptions in the availability of the Site may occur from time to time as normal events. Also, we may decide to cease making available the Site or any portion of the Site at any time and for any reason. Under no circumstances will Artspace or its suppliers be held liable for any damages due to such interruptions or lack of availability.</p>
  555. <h3>Notices</h3>
  556.   <p class="small-pad">Notices to you may be made via either email or regular mail. The Site may also provide notices of changes to the Terms or other matters by displaying notices or links to notices to you on the Site.</p>
  557.  
  558. <div class="static-category">Contests</div>
  559.  
  560. <p class="small-pad"> In the event of a dispute regarding the identity of the person submitting the entry, the entry will be deemed to be submitted by the person in whose name the e-mail account is registered.  All drawings will be conducted under the supervision of Sponsor. The decisions of the Sponsors are final and binding in all matters relating to this contest. Sponsors reserve the right, at its sole discretion, to disqualify any individual it finds, in its sole discretion, to be tampering with the entry process or the operation of the Contest or the Website located at www.artspace.com; to be in violation of the Terms of Service of the Website; to be acting in violation of these Official Rules; to be acting in a disruptive manner, or with intent to annoy, abuse, threaten or harass any other person. If for any reason this Contest is not capable of running as planned due to infection by computer virus, bugs, tampering, unauthorized intervention, fraud, technical failures, or any other causes which, in the sole opinion of Sponsor, corrupt or affect the administration, security, fairness, integrity, or proper conduct of this Contests, Sponsor reserve the right to cancel, terminate, modify or suspend the Contest.</p>
  561.  
  562. <h3>Limitations of Liability</h3>
  563.  
  564. <p class="small-pad"> SPONSOR DOES NOT ASSUME RESPONSIBILITY FOR ANY ERROR, OMISSION, INTERRUPTION, DELETION, DEFECT, DELAY IN OPERATION OR TRANSMISSION, COMMUNICATIONS LINE FAILURE, THEFT OR DESTRUCTION OR UNAUTHORIZED ACCESS TO ITS WEBSITES. SPONSOR IS NOT RESPONSIBLE FOR ANY PROBLEMS OR TECHNICAL MALFUNCTION OF ANY TELEPHONE NETWORK OR TELEPHONE LINES, COMPUTER ON-LINE SYSTEMS, SERVERS, COMPUTER EQUIPMENT, SOFTWARE, FAILURE OF ANY E-MAIL OR ENTRY TO BE RECEIVED BY SPONSOR ON ACCOUNT OF TECHNICAL PROBLEMS, HUMAN ERROR OR TRAFFIC CONGESTION ON THE INTERNET OR AT ANY WEBSITE, OR ANY COMBINATION THEREOF.
  565. SPONSOR IS NOT RESPONSIBLE FOR ANY INCORRECT OR INACCURATE CAPTURE OF INFORMATION OR THE FAILURE TO CAPTURE SUCH INFORMATION, WHETHER CAUSED BY WEBSITE USERS, TAMPERING OR HACKING, OR BY ANY OF THE EQUIPMENT OR PROGRAMMING ASSOCIATED WITH OR UTILIZED IN THE CONTEST. SPONSOR IS NOT RESPONSIBLE FOR INJURY OR DAMAGE TO PARTICIPANTS’ OR TO ANY OTHER PERSON’S COMPUTER RELATED TO OR RESULTING FROM PARTICIPATING IN THIS CONTEST OR FROM OR USE OF THE WEBSITE.
  566. IN NO EVENT WILL SPONSOR, OR THEIR PARENT COMPANIES, DISTRIBUTORS, AFFILIATES, SUBSIDIARIES, OFFICERS, VENDORS,  AND AGENCIES, EACH OF THEIR RESPECTIVE DIRECTORS, OFFICERS, EMPLOYEES, REPRESENTATIVES AND AGENTS, BE RESPONSIBLE OR LIABLE FOR ANY DAMAGES OR LOSSES OF ANY KIND, INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL OR PUNITIVE DAMAGES ARISING OUT OF YOUR PARTICIPATION IN THIS CONTEST, ACCESS TO AND USE OF THE WEBSITE OR THE DOWNLOADING FROM AND/OR PRINTING MATERIAL DOWNLOADED FROM THE WEBSITE. WITHOUT LIMITING THE FOREGOING, EVERYTHING ON THE WEBSITE AND IN THIS CONTEST IS PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. SOME JURISDICTIONS MAY NOT ALLOW THE LIMITATIONS OR EXCLUSION OF LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES OR EXCLUSION OF IMPLIED WARRANTIES SO SOME OF THE ABOVE LIMITATIONS OR EXCLUSIONS MAY NOT APPLY TO YOU. CHECK YOUR LOCAL LAWS FOR ANY RESTRICTIONS OR LIMITATIONS REGARDING THESE LIMITATIONS OR EXCLUSIONS.</p>
  567.  
  568. <h3>Disputes</h3>
  569.  
  570. <p class="small-pad"> As a condition of participating in Contests, you agree that any and all disputes which cannot be resolved between the parties, claims and causes of action arising out of or connected with this Contest, or any prizes awarded, or the determination of the winner shall be resolved individually, without resort to any form of class action exclusively by arbitration pursuant to the commercial arbitration rules of the American Arbitration Association, then effective. Further, in any such dispute, under no circumstances will you be permitted to obtain awards for, and you hereby waive all rights to claim punitive, incidental or consequential damages, or any other damages, including attorneys’ fees, other than your actual out-of-pocket expenses (i.e., costs associated with entering this Contest), and you further waive all rights to have damages multiplied or increased. All issues and questions concerning the construction, validity, interpretation and enforceability of these Official Rules, or your rights and obligations or Sponsor’s rights and obligations in connection with this Contest, shall be governed by, and construed in accordance with, the laws of the State of New York, U.S.A., without giving effect to the conflict of laws rules thereof, and all proceedings shall take place in that State in the City and County of New York.
  571. </p><p class="small-pad">As a condition of participating in Contests, you agree that any and all disputes which cannot be resolved between the parties, claims and causes of action arising out of or connected with this Contest, or any prizes awarded, or the determination of the winner shall be resolved individually, without resort to any form of class action exclusively by arbitration pursuant to the commercial arbitration rules of the American Arbitration Association, then effective. Further, in any such dispute, under no circumstances will you be permitted to obtain awards for, and you hereby waive all rights to claim punitive, incidental or consequential damages, or any other damages, including attorneys’ fees, other than your actual out-of-pocket expenses (i.e., costs associated with entering this Contest), and you further waive all rights to have damages multiplied or increased. All issues and questions concerning the construction, validity, interpretation and enforceability of these Official Rules, or your rights and obligations or Sponsor’s rights and obligations in connection with this Contest, shall be governed by, and construed in accordance with, the laws of the State of New York, U.S.A., without giving effect to the conflict of laws rules thereof, and all proceedings shall take place in that State in the City and County of New York.
  572. </p><p class="small-pad">As a condition of participating in Contests, you agree that any and all disputes which cannot be resolved between the parties, claims and causes of action arising out of or connected with this Contest, or any prizes awarded, or the determination of the winner shall be resolved individually, without resort to any form of class action exclusively by arbitration pursuant to the commercial arbitration rules of the American Arbitration Association, then effective. Further, in any such dispute, under no circumstances will you be permitted to obtain awards for, and you hereby waive all rights to claim punitive, incidental or consequential damages, or any other damages, including attorneys’ fees, other than your actual out-of-pocket expenses (i.e., costs associated with entering this Contest), and you further waive all rights to have damages multiplied or increased. All issues and questions concerning the construction, validity, interpretation and enforceability of these Official Rules, or your rights and obligations or Sponsor’s rights and obligations in connection with this Contest, shall be governed by, and construed in accordance with, the laws of the State of New York, U.S.A., without giving effect to the conflict of laws rules thereof, and all proceedings shall take place in that State in the City and County of New York.
  573. In the event of a dispute as to the identity of the winner based on an e-mail address, the winning entry will be declared made by the authorized account holder of the e-mail address submitted at time of entry. “Authorized account holder is defined as the natural person who is assigned to an e-mail address by an Internet access provider, on-line service provider or other organization (e.g., business, educational, institution, etc.) that is responsible for assigning e-mail addresses for the domain associated with the submitted e-mail address</p>
  574.  
  575. <h3>Contacting Us</h3>
  576.   <p class="small-pad">To contact us with any questions or concerns in connection with this Agreement or the Site, or to provide any notice under this Agreement to us please go to <a href="/contact">Contact Us</a> or write to us at:</p>
  577.   <p class="small-pad">Artspace LLC<br>
  578.   65 Bleecker St. 8th Floor<br>
  579.   New York, NY, 10012<br>
  580.   Email: service@artspace.com<br>
  581.   Fax: 646-365-3350</p>
  582. <h3>General Information</h3>
  583.   <p class="small-pad">The Terms constitute the entire agreement between you and Artspace and govern your use of the Site, superseding any prior agreements between you and Artspace. You also may be subject to additional terms and conditions that are applicable to certain parts of the Site.</p>
  584.   <p class="small-pad">You agree that no joint venture, partnership, employment, or agency relationship exists between Artspace and you as a result of this Agreement or your use of the Site.</p>
  585.   <p class="small-pad">Any claim or cause of action you may have with respect to Artspace or the Site must be commenced within one (1) year after the claim or cause of action arose.</p>
  586.   <p class="small-pad">Our failure to exercise or enforce any right or provision of the Terms shall not constitute a waiver of such right or provision. If any provision of the Terms is found by a court of competent jurisdiction to be invalid, the parties nevertheless agree that the court should endeavor to give effect to the parties' intentions as reflected in the provision, and the other provisions of the Terms remain in full force and effect.</p>
  587.   <p class="small-pad">You may not assign the Terms or any of your rights or obligations under the Terms without our express written consent.</p>
  588.   <p class="small-pad">The Terms inure to the benefit of Artspace's successors, assigns and licensees. The section titles in the Terms are for convenience only and have no legal or contractual effect.</p>
  589.   <p class="small-pad">© Copyright 2011 by Artspace LLC All rights reserved.</p>
  590.  
  591.  
  592.         <div class="row">
  593.           <div class="col-sm-12 submit-holder">
  594.             <a href="#join" class="btn btn-pink btn-primary show-modal"> I acknowledge I read the Artspace terms and conditions.</a>
  595.           </div>
  596.         </div>
  597.       </div>
  598.     </div>
  599.   </div>
  600. </div>
  601.  
  602.  
  603. <!-- confirm modal -->
  604. <div class="modal fade bg bg5" id="thankyou_modal">
  605.   <div class="modal-dialog">
  606.     <div class="modal-content">
  607.       <a href="#" class="close" data-dismiss="modal" aria-hidden="true"></a>
  608.       <div class="modal-body">
  609.         <div class="row">
  610.           <div class="col-sm-12">
  611.             <h3 class="h1sub">Thank you for signing up</h3>
  612.             <p>
  613.               Tailor your art, news &amp; information to your preferences.
  614.             </p>
  615.             <a href="/profiles/preferences" class="btn btn-pink">View Preference Center</a>
  616.           </div>
  617.         </div>
  618.       </div>
  619.       <div class="credits">
  620.     <div class="bg0"><span class="artist">Damien Hirst,</span><span class="title">Pardon,</span><span class="year">2012</span></div>
  621.     <div class="bg1"><span class="artist">James Welling,</span><span class="title">H1,</span><span class="year">2006</span></div>
  622.     <div class="bg2"><span class="artist">Josh Smith,</span><span class="title">LARGE IMAGE J.S. (Untitled, 2006),</span><span class="year">2012</span></div>
  623.     <div class="bg3"><span class="artist">Sol LeWitt,</span><span class="title">Two Centimeter Wavy Bands In Colors,</span><span class="year">1996</span></div>
  624.     <div class="bg4"><span class="artist">Coke Wisdom O'Neal,</span><span class="title">The Gospel of Wealth,</span><span class="year">2013</span></div>
  625.     <div class="bg5"><span class="artist">Alex Katz,</span><span class="title">Coleman Pond II,</span><span class="year">2007</span></div>
  626. </div>
  627.     </div>
  628.   </div>
  629. </div>
  630.  
  631. <!-- confirm new email subscribe modal -->
  632. <div class="modal fade bg bg0" id="email_sub_modal">
  633.   <div class="modal-dialog">
  634.     <div class="modal-content">
  635.       <a href="#" class="close" data-dismiss="modal" aria-hidden="true"></a>
  636.       <div class="modal-body">
  637.           <div class="row">
  638.             <div class="col-sm-12">
  639.               <h3 class="h1sub">THANK YOU FOR SIGNING-UP TO ARTSPACE</h3>
  640.                <p>
  641.                 <strong>Welcome to the world's premier online marketplace for fine art.</strong>
  642.                </p>
  643.                <p>
  644.                Enjoy 10% on your next purchase by using coupon code WELCOME10 at checkout.
  645.                </p>
  646.                <div class="row">
  647.                <div class="col-sm-6 col-sm-offset-3 submit-holder">
  648.                   <a href="#" class="btn btn-pink btn-primary" data-dismiss="modal" aria-hidden="true">Continue to Site</a>
  649.                </div>
  650.                </div>
  651.  
  652.              <div class="col-sm-12 confirm-tc">
  653.              *10% off is valid on orders at Artspace.com by using the promotional code WELCOME10. Some exclusions apply. This offer cannot be applied to previous purchases, combined with any other promotional codes, used towards gift cards, or redeemed for cash. Offer excludes works from the following partners: , Marian Goodman Gallery, Bomb Magazine, Oxbow School, Art Plural Gallery, Revolver Gallery, The Novogratz, Victoria Miro, Neue Galerie, and White Cube. Offer is applied by using the code WELCOME10 at checkout. Terms and inventory available are subject to change at any time.
  654.               </div>
  655.             </div>
  656.           </div>
  657.       </div>
  658.     </div>
  659.   </div>
  660. </div>
  661.  
  662. <!-- confirm email already subscribe modal -->
  663. <div class="modal fade bg bg1" id="email_already_sub_modal">
  664.   <div class="modal-dialog">
  665.     <div class="modal-content">
  666.       <a href="#" class="close" data-dismiss="modal" aria-hidden="true"></a>
  667.       <div class="modal-body">
  668.           <div class="row">
  669.             <div class="col-sm-12">
  670.               <h3 class="h1sub">THANK YOU FOR RETURNING TO ARTSPACE</h3>
  671.                <p>
  672.                 <strong>The world's premier online marketplace for fine art.</strong>
  673.                </p>
  674.                <p>
  675.                Enjoy 10% on your next purchase by using coupon code PHAIDON10 at checkout.
  676.                </p>
  677.                <div class="row">
  678.                <div class="col-sm-6 col-sm-offset-3 submit-holder">
  679.                   <a href="#" class="btn btn-pink btn-primary" data-dismiss="modal" aria-hidden="true">Continue to Site</a>
  680.                </div>
  681.                </div>
  682.  
  683.              <div class="col-sm-12 confirm-tc">
  684.              *10% off is valid on orders at Artspace.com by using the promotional code PHAIDON10. Some exclusions apply. This offer cannot be applied to previous purchases, combined with any other promotional codes, used towards gift cards, or redeemed for cash. Offer excludes works from the following partners: , Marian Goodman Gallery, Bomb Magazine, Oxbow School, Art Plural Gallery, Revolver Gallery, The Novogratz, Victoria Miro, Neue Galerie, and White Cube. Offer is applied by using the code PHAIDON10 at checkout. Terms and inventory available are subject to change at any time.
  685.               </div>
  686.             </div>
  687.           </div>
  688.       </div>
  689.     </div>
  690.   </div>
  691. </div>
  692.  
  693.  
  694.  
  695.  
  696.  
  697. <!-- follow thankyou modal -->
  698. <div class="modal fade" id="follow_thankyou_modal">
  699.   <div class="modal-dialog">
  700.     <div class="modal-content">
  701.       <a href="#" class="close" data-dismiss="modal" aria-hidden="true"></a>
  702.       <div class="modal-body">
  703.         <div>
  704.           <h3 class="h1sub">You are now following firstname lastname</h3>
  705.           <p>
  706.             Tailor your art, news &amp; information to your preferences.
  707.           </p>
  708.           <div class="error-holder"></div>
  709.         </div>
  710.         <div class="submit-holder">
  711.           <a href="/profiles/preferences" class="btn btn-pink">View Preference Center</a>
  712.         </div>
  713.       </div>
  714.     </div>
  715.   </div>
  716. </div>
  717.  
  718.  
  719.  
  720. <div class="modal fade" id="mygallery_save_modal" data-user-hash="">
  721.   <div class="modal-dialog">
  722.     <div class="modal-content">
  723.       <a href="#" class="close" data-dismiss="modal" aria-hidden="true"></a>
  724.       <div class="modal-body loading">
  725.         <div class="row">
  726.           <div class="col-sm-4 img-holder">
  727.             <img src="" alt="" class="work-image">
  728.             <p class="artist-name"></p>
  729.             <p class="work-title"></p>
  730.           </div>
  731.           <div class="col-sm-8">
  732.             <form action="/galleries/add_work//">
  733.               <input type="hidden" name="csrfmiddlewaretoken" value="YhpSmXC1kxnNkbIUi0VhGFOgOO5Hva5K">
  734.               <input type="hidden" class="work-id" name="work" value="">
  735.               <h3 class="h1sub">
  736.                 Add this work to a gallery
  737.               </h3>
  738.               <h4>
  739.                 What do you like about this work?
  740.               </h4>
  741.               <textarea id="gallery-work-description" name="description"></textarea>
  742.               <h4>
  743.                 Choose Gallery
  744.               </h4>
  745.               <div class="gallery-list">
  746.                 <ul></ul>
  747.               </div>
  748.               <h4>Create new gallery</h4>
  749.               <input type="text" name="new-gallery" placeholder="Enter a new gallery name">
  750.               <div class="error"></div>
  751.               <div class="submit-holder">
  752.                 <button type="submit" class="btn btn-pink">Add</button>
  753.                 <img src="//qa1.artspace.com/static/common/img/loaders/image-loading-med.gif" alt="" class="loader">
  754.               </div>
  755.             </form>
  756.             <div class="confirmation">
  757.               <h3 class="h1sub">This artwork has been added to your gallery</h3>
  758.               <div class="submit-holder">
  759.                 <a href="/mygalleries/" class="btn btn-pink">View Your Gallery</a>
  760.                 <div>
  761.                   <a class="addconf-share" id="addconf-share-facebook" href="#" target="_blank" data-href="http://www.facebook.com/sharer.php?u=http://artspace.com/mygallery//&amp;t=Description">
  762.                     <img src="//qa1.artspace.com/static/galleries/img/facebook_share.png" width="143" height="32" alt="Share on Facebook">
  763.                   </a>
  764.                   <a class="addconf-share" id="addconf-share-pinterest" href="#" target="_blank" data-href="http://pinterest.com/pin/create/button/?url=http://artspace.com/mygallery//&amp;media=http://media.artspace.com&amp;description=Description">
  765.                     <img src="//qa1.artspace.com/static/galleries/img/pinterest_share.png" width="143" height="32" alt="Pin on Pinterest">
  766.                   </a>
  767.                 </div>
  768.               </div>
  769.             </div>
  770.           </div>
  771.         </div>
  772.         <div class="overlay"></div>
  773.       </div>
  774.     </div>
  775.   </div>
  776. </div>
  777.  
  778. <div class="modal fade" id="confirm_modal">
  779.   <div class="modal-dialog">
  780.     <div class="modal-content">
  781.       <a href="#" class="close" data-dismiss="modal" aria-hidden="true"></a>
  782.       <div class="modal-body">
  783.         <h3 class="h1sub prompt"></h3>
  784.         <div class="confirm-buttons">
  785.           <button class="btn btn-pink confirm-button">Yes</button>
  786.           <button class="btn btn-pink" data-dismiss="modal" aria-hidden="true">No</button>
  787.         </div>
  788.         <div class="alert-buttons">
  789.           <button class="btn btn-pink" data-dismiss="modal" aria-hidden="true">Ok</button>
  790.         </div>
  791.       </div>
  792.     </div>
  793.   </div>
  794. </div>
  795.  
  796.  
  797. <div class="modal fade" id="confirm_bid_modal">
  798.   <div class="modal-dialog">
  799.     <div class="modal-content">
  800.       <a href="#" class="close" data-dismiss="modal" aria-hidden="true"></a>
  801.       <div class="modal-body">
  802.         <h3 class="copy"></h3>
  803.         <div class="confirm-buttons">
  804.           <button class="btn btn-pink confirm-button">Confirm Bid</button>
  805.           <button class="btn btn-pink" data-dismiss="modal" aria-hidden="true">Cancel</button>
  806.         </div>
  807.       </div>
  808.     </div>
  809.   </div>
  810. </div>
  811.  
  812.  
  813.  
  814.  
  815.  
  816.  
  817. <div class="modal fade" id="share_links_modal">
  818.   <div class="modal-dialog">
  819.     <div class="modal-content">
  820.       <a href="#" class="close" data-dismiss="modal" aria-hidden="true"></a>
  821.       <div class="modal-body">
  822.         <div class="row">
  823.           <div class="col-sm-12">
  824.             <ul>
  825.               <li>  <a class="shareLink custom-facebook-button" href="#" data-href="http://www.facebook.com/sharer.php?u=&amp;t=" target="_blank" title="Share on Facebook">
  826.                     <span class="icon-facebook"></span>
  827.                     <span class="">Share on Facebook</span>
  828.                 </a></li>
  829.               <li><a class="shareLink custom-twitter-button" href="#" data-href="https://twitter.com/share?related=artspace" target="_blank" title="Share on Twitter">
  830.                     <span class="icon-twitter"></span>
  831.                     <span class="">Share on Twitter</span>
  832.                 </a></li>
  833.               <li><a class="shareLink custom-pinterest-button" href="#" data-href="http://pinterest.com/pin/create/button/?url=&amp;media=&amp;description=.%20" target="_blank" title="Share on Pinterest">
  834.                     <span class="icon-pinterest"></span>
  835.                     <span class="">Share on Pinterest</span>
  836.                 </a></li>
  837.               <li><a class="shareLink custom-tumblr-button" href="#" target="_blank" data-href="http://www.tumblr.com/share/photo?source=&amp;caption=.%20" title="Share on Tumblr">
  838.                     <span class="icon-tumblr"></span>
  839.                     <span class="">Share on Tumblr</span>
  840.                 </a></li>
  841.               <li><a class="shareLink custom-email-button show-modal" title="Share via Email" href="#email_share">
  842.                         <span class="icon-mail"></span>
  843.                       <span class="">Email</span>
  844.                     </a></li>
  845.             </ul>
  846.           </div>
  847.         </div>
  848.       </div>
  849.     </div>
  850.   </div>
  851. </div>
  852.  
  853. <!-- START Preference Modals -->
  854. <!-- Preference Join -->
  855. <!-- artspace.modal.show() takes below id (minus modal) as argument -->
  856. <div class="modal fade bg bg2" id="preference_join_modal">
  857.   <div class="modal-dialog">
  858.     <div class="modal-content">
  859.       <a href="#" class="close" data-dismiss="modal" aria-hidden="true"></a>
  860.       <div class="modal-body">
  861.         <form action="https://qa1.artspace.com/api/subscribe/" class="join preference_modal" novalidate="novalidate">
  862.           <input type="hidden" name="csrfmiddlewaretoken" value="YhpSmXC1kxnNkbIUi0VhGFOgOO5Hva5K">
  863.           <input type="hidden" class="utm_campaign" name="utm_campaign" value="">
  864.           <input type="hidden" class="join_target_value" name="target_value" value="?ty=thankyou">
  865.           <input type="hidden" name="login" value="1">
  866.           <div class="row">
  867.             <div class="col-sm-12">
  868.               <span class="love-art">Welcome to Artspace</span>
  869.               <p>Receive advance access to hundreds of new works each week and the latest art world stories in your inbox.</p>
  870.               <p>
  871.                 PLUS GET 10% OFF YOUR FIRST PURCHASE
  872.               </p>
  873.             </div>
  874.           </div>
  875.           <div class="row">
  876.             <div class="col-sm-12 error-holder"></div>
  877.           </div>
  878.           <div class="row form-holder">
  879.             <div class="col-sm-8 col-sm-offset-2">
  880.               <input type="hidden" class="join_location" name="join_location" value="first_click_modal">
  881.               <div class="input-holder">
  882.                 <input id="email-subscribe-input" type="text" name="email" placeholder="Enter your email address" tabindex="1" required="">
  883.               </div>
  884.               <div class="input-holder">
  885.                 <label for="join_terms" class="checkbox-label"><input type="checkbox" id="join_terms" name="terms" tabindex="3" checked="" required=""><span class="terms">I accept the terms and conditions</span></label>
  886.               </div>
  887.             </div>
  888.  
  889.           </div>
  890.           <div class="row">
  891.             <div class="col-sm-6 col-sm-offset-3 submit-holder">
  892.               <button type="submit" class="btn btn-pink">Sign up now</button>
  893.               <img src="//qa1.artspace.com/static/common/img/loaders/image-loading-med.gif" alt="" class="loader">
  894.             </div>
  895.           </div>
  896.           <div class="forgot-pass" id="join-signin-link">
  897.             Already a member? <a href="#signin" class="show-modal">Sign in here</a>
  898.           </div>
  899.         </form>
  900.       </div>
  901.       <div class="credits">
  902.     <div class="bg0"><span class="artist">Damien Hirst,</span><span class="title">Pardon,</span><span class="year">2012</span></div>
  903.     <div class="bg1"><span class="artist">James Welling,</span><span class="title">H1,</span><span class="year">2006</span></div>
  904.     <div class="bg2"><span class="artist">Josh Smith,</span><span class="title">LARGE IMAGE J.S. (Untitled, 2006),</span><span class="year">2012</span></div>
  905.     <div class="bg3"><span class="artist">Sol LeWitt,</span><span class="title">Two Centimeter Wavy Bands In Colors,</span><span class="year">1996</span></div>
  906.     <div class="bg4"><span class="artist">Coke Wisdom O'Neal,</span><span class="title">The Gospel of Wealth,</span><span class="year">2013</span></div>
  907.     <div class="bg5"><span class="artist">Alex Katz,</span><span class="title">Coleman Pond II,</span><span class="year">2007</span></div>
  908. </div>
  909.     </div>
  910.   </div>
  911. </div>
  912.  
  913. <!-- Net-a-porter Join -->
  914. <div class="modal fade bg bg5" id="net_join_modal">
  915.   <div class="modal-dialog">
  916.     <div class="modal-content">
  917.       <a href="#" class="close" data-dismiss="modal" aria-hidden="true"></a>
  918.       <div class="modal-body">
  919.         <form action="https://qa1.artspace.com/api/subscribe" class="join preference_modal" novalidate="novalidate">
  920.           <input type="hidden" name="csrfmiddlewaretoken" value="YhpSmXC1kxnNkbIUi0VhGFOgOO5Hva5K">
  921.           <input type="hidden" class="utm_campaign" name="utm_campaign" value="">
  922.           <input type="hidden" class="join_target_value" name="target_value" value="?ty=thankyou">
  923.           <input type="hidden" name="login" value="1">
  924.           <div class="row">
  925.             <div class="col-sm-12">
  926.               <span class="love-art">Sign up now to</span>
  927.               <h3 class="h1sub">Get 10% off your first purchase</h3>
  928.               <p>
  929.                 <span>Artspace is pleased to have partnered with <a href="http://www.net-a-porter.com/" class="pink" target="_blank">Net-a-Porter</a> to give you access to the world's best art online.</span> By signing up you will also receive first access to new works, special offers, and invitations to private events.
  930.               </p>
  931.             </div>
  932.           </div>
  933.           <div class="row">
  934.             <div class="col-sm-12 error-holder"></div>
  935.           </div>
  936.           <div class="row form-holder">
  937.             <div class="col-sm-8 col-sm-offset-2">
  938.               <div class="input-holder">
  939.                 <input type="text" name="email" placeholder="Enter your email address" tabindex="1" required="">
  940.               </div>
  941.               <div class="input-holder">
  942.                 <label for="join_terms" class="checkbox-label"><input type="checkbox" id="join_terms" name="terms" tabindex="3" checked="" required=""><span class="terms">I accept the terms and conditions</span></label>
  943.               </div>
  944.             </div>
  945.           </div>
  946.           <div class="row">
  947.             <div class="col-sm-6 col-sm-offset-3 submit-holder">
  948.               <button type="submit" class="btn btn-pink">Sign up now</button>
  949.               <img src="//qa1.artspace.com/static/common/img/loaders/image-loading-med.gif" alt="" class="loader">
  950.             </div>
  951.           </div>
  952.           <div class="forgot-pass">
  953.             Already a member? <a href="#signin" class="show-modal">Sign in here</a>
  954.           </div>
  955.         </form>
  956.       </div>
  957.       <div class="credits">
  958.     <div class="bg0"><span class="artist">Damien Hirst,</span><span class="title">Pardon,</span><span class="year">2012</span></div>
  959.     <div class="bg1"><span class="artist">James Welling,</span><span class="title">H1,</span><span class="year">2006</span></div>
  960.     <div class="bg2"><span class="artist">Josh Smith,</span><span class="title">LARGE IMAGE J.S. (Untitled, 2006),</span><span class="year">2012</span></div>
  961.     <div class="bg3"><span class="artist">Sol LeWitt,</span><span class="title">Two Centimeter Wavy Bands In Colors,</span><span class="year">1996</span></div>
  962.     <div class="bg4"><span class="artist">Coke Wisdom O'Neal,</span><span class="title">The Gospel of Wealth,</span><span class="year">2013</span></div>
  963.     <div class="bg5"><span class="artist">Alex Katz,</span><span class="title">Coleman Pond II,</span><span class="year">2007</span></div>
  964. </div>
  965.     </div>
  966.   </div>
  967. </div>
  968.  
  969. <!-- Collector Category -->
  970. <!-- ID "collector_category_modal" is bound to the event:
  971. "Preference Modal - Follow Data - Radio" in Google Tag Manager
  972. If you change or remove this id you must also update the event. -->
  973. <div class="modal fade bg bg2" id="collector_category_modal">
  974.   <div class="modal-dialog">
  975.     <div class="modal-content">
  976.       <a href="#" class="close" data-dismiss="modal" aria-hidden="true"></a>
  977.       <div class="modal-body">
  978.         <!-- Class "collector-type" is bound to the event:
  979.        "Preference Modal - Follow Count - Collector" in Google Tag Manager
  980.        If you change or remove this class you must also update the event. -->
  981.         <form class="collector-type join" action="https://qa1.artspace.com/profiles/register_save" id="signup_preferences" novalidate="novalidate">
  982.           <input type="hidden" name="csrfmiddlewaretoken" value="YhpSmXC1kxnNkbIUi0VhGFOgOO5Hva5K">
  983.           <input type="hidden" name="login" value="1">
  984.           <div class="row">
  985.             <div class="col-sm-12">
  986.               <h3 class="h1sub">Success!</h3>
  987.               <p>
  988.                 Your email has been submitted and a 10% off discount code sent to you.<br>
  989.                 Next, personalize your Artspace experience by creating an account.</p>
  990.             </div>
  991.             <div class="col-sm-6 col-sm-offset-3 input-holder">
  992.               <input type="password" name="password" placeholder="Enter a password" tabindex="2" required="">
  993.             </div>
  994.           </div>
  995.           <div class="row">
  996.             <div class="col-sm-12 error-holder"></div>
  997.           </div>
  998.           <div class="row">
  999.             <div class="col-sm-12">
  1000.               <h3>Please select the statement that best describes you:</h3>
  1001.             </div>
  1002.           </div>
  1003.           <ul class="unstyled clearfix">
  1004.             <li>
  1005.               <div>
  1006.                 <input style="display:none;" type="radio" id="collector_avid" name="collector_type" value="avid"><div class="custom-checkbox" data-input-name="collector_type"><span></span></div>
  1007.                 <label for="collector_avid">I am an existing collector. </label>
  1008.               </div>
  1009.             </li>
  1010.             <li>
  1011.               <div>
  1012.                 <input style="display:none;" type="radio" id="collector_new" name="collector_type" value="new"><div class="custom-checkbox" data-input-name="collector_type"><span></span></div>
  1013.                 <label for="collector_new">I am a new and aspiring collector. </label>
  1014.               </div>
  1015.             </li>
  1016.           </ul>
  1017.           <div class="row">
  1018.             <div class="col-sm-6 col-sm-offset-3 submit-holder">
  1019.               <button type="submit" class="btn btn-pink">Save and Continue</button>
  1020.               <img src="//qa1.artspace.com/static/common/img/loaders/image-loading-med.gif" alt="" class="loader">
  1021.             </div>
  1022.           </div>
  1023.           <div class="follow-stage"><span>1</span> of 4</div>
  1024.         </form>
  1025.       </div>
  1026.       <div class="credits">
  1027.     <div class="bg0"><span class="artist">Damien Hirst,</span><span class="title">Pardon,</span><span class="year">2012</span></div>
  1028.     <div class="bg1"><span class="artist">James Welling,</span><span class="title">H1,</span><span class="year">2006</span></div>
  1029.     <div class="bg2"><span class="artist">Josh Smith,</span><span class="title">LARGE IMAGE J.S. (Untitled, 2006),</span><span class="year">2012</span></div>
  1030.     <div class="bg3"><span class="artist">Sol LeWitt,</span><span class="title">Two Centimeter Wavy Bands In Colors,</span><span class="year">1996</span></div>
  1031.     <div class="bg4"><span class="artist">Coke Wisdom O'Neal,</span><span class="title">The Gospel of Wealth,</span><span class="year">2013</span></div>
  1032.     <div class="bg5"><span class="artist">Alex Katz,</span><span class="title">Coleman Pond II,</span><span class="year">2007</span></div>
  1033. </div>
  1034.     </div>
  1035.   </div>
  1036. </div>
  1037.  
  1038. <!-- Art Follow -->
  1039. <!-- ID "art_follow_modal" is bound to the event:
  1040. "Preference Modal - Follow Data - Checkbox" in Google Tag Manager
  1041. If you change or remove this id you must also update the event. -->
  1042. <div class="modal fade bg bg1" id="art_follow_modal">
  1043.   <div class="modal-dialog">
  1044.     <div class="modal-content">
  1045.       <a href="#" class="close" data-dismiss="modal" aria-hidden="true"></a>
  1046.       <div class="modal-body">
  1047.         <!-- Class "art-follow" is bound to the event:
  1048.        "Preference Modal - Art" & "Preference Modal - Follow Count" in Google Tag Manager
  1049.        If you change or remove this class you must also update the event. -->
  1050.         <form class="art-follow">
  1051.           <input type="hidden" name="csrfmiddlewaretoken" value="YhpSmXC1kxnNkbIUi0VhGFOgOO5Hva5K">
  1052.           <div class="row">
  1053.             <div class="col-sm-12">
  1054.               <h3 class="h1sub">Types of art that interest you</h3>
  1055.             </div>
  1056.           </div>
  1057.           <div class="row">
  1058.             <div class="col-sm-12 error-holder"></div>
  1059.           </div>
  1060.           <div class="row">
  1061.             <div class="col-sm-12">
  1062.               <h3>Select all that interest you:</h3>
  1063.             </div>
  1064.           </div>
  1065.           <div class="row">
  1066.            
  1067.               <div class="col-sm-4 medium clearfix art-follow-span">
  1068.                 <div>
  1069.                   <input type="checkbox" id="mf-1" style="display:none;" data-obj-id="1" data-obj-type="medium" data-source="pref_modal"><div class="custom-checkbox"><span></span></div>
  1070.                   <label for="mf-1">Print</label>
  1071.                 </div>
  1072.               </div>
  1073.            
  1074.               <div class="col-sm-4 medium clearfix art-follow-span">
  1075.                 <div>
  1076.                   <input type="checkbox" id="mf-2" style="display:none;" data-obj-id="2" data-obj-type="medium" data-source="pref_modal"><div class="custom-checkbox"><span></span></div>
  1077.                   <label for="mf-2">Photograph</label>
  1078.                 </div>
  1079.               </div>
  1080.            
  1081.               <div class="col-sm-4 medium clearfix art-follow-span">
  1082.                 <div>
  1083.                   <input type="checkbox" id="mf-3" style="display:none;" data-obj-id="3" data-obj-type="medium" data-source="pref_modal"><div class="custom-checkbox"><span></span></div>
  1084.                   <label for="mf-3">Painting</label>
  1085.                 </div>
  1086.               </div>
  1087.            
  1088.               <div class="col-sm-4 medium clearfix art-follow-span">
  1089.                 <div>
  1090.                   <input type="checkbox" id="mf-4" style="display:none;" data-obj-id="4" data-obj-type="medium" data-source="pref_modal"><div class="custom-checkbox"><span></span></div>
  1091.                   <label for="mf-4">Sculpture</label>
  1092.                 </div>
  1093.               </div>
  1094.            
  1095.               <div class="col-sm-4 medium clearfix art-follow-span">
  1096.                 <div>
  1097.                   <input type="checkbox" id="mf-5" style="display:none;" data-obj-id="5" data-obj-type="medium" data-source="pref_modal"><div class="custom-checkbox"><span></span></div>
  1098.                   <label for="mf-5">Mixed Media</label>
  1099.                 </div>
  1100.               </div>
  1101.            
  1102.               <div class="col-sm-4 medium clearfix art-follow-span">
  1103.                 <div>
  1104.                   <input type="checkbox" id="mf-6" style="display:none;" data-obj-id="6" data-obj-type="medium" data-source="pref_modal"><div class="custom-checkbox"><span></span></div>
  1105.                   <label for="mf-6">Work on Paper</label>
  1106.                 </div>
  1107.               </div>
  1108.            
  1109.               <div class="col-sm-4 medium clearfix art-follow-span">
  1110.                 <div>
  1111.                   <input type="checkbox" id="mf-10" style="display:none;" data-obj-id="10" data-obj-type="medium" data-source="pref_modal"><div class="custom-checkbox"><span></span></div>
  1112.                   <label for="mf-10">Book</label>
  1113.                 </div>
  1114.               </div>
  1115.            
  1116.               <div class="col-sm-4 medium clearfix art-follow-span">
  1117.                 <div>
  1118.                   <input type="checkbox" id="mf-16" style="display:none;" data-obj-id="16" data-obj-type="medium" data-source="pref_modal"><div class="custom-checkbox"><span></span></div>
  1119.                   <label for="mf-16">New Media</label>
  1120.                 </div>
  1121.               </div>
  1122.            
  1123.               <div class="col-sm-4 medium clearfix art-follow-span">
  1124.                 <div>
  1125.                   <input type="checkbox" id="mf-17" style="display:none;" data-obj-id="17" data-obj-type="medium" data-source="pref_modal"><div class="custom-checkbox"><span></span></div>
  1126.                   <label for="mf-17">Design and Decorative Arts</label>
  1127.                 </div>
  1128.               </div>
  1129.            
  1130.           </div>
  1131.           <div class="row">
  1132.             <div class="col-sm-6 col-sm-offset-3 submit-holder">
  1133.               <button type="submit" class="btn btn-pink">Save and Continue</button>
  1134.               <img src="//qa1.artspace.com/static/common/img/loaders/image-loading-med.gif" alt="" class="loader">
  1135.             </div>
  1136.           </div>
  1137.           <div class="follow-stage"><span>2</span> of 4</div>
  1138.         </form>
  1139.       </div>
  1140.       <div class="credits">
  1141.     <div class="bg0"><span class="artist">Damien Hirst,</span><span class="title">Pardon,</span><span class="year">2012</span></div>
  1142.     <div class="bg1"><span class="artist">James Welling,</span><span class="title">H1,</span><span class="year">2006</span></div>
  1143.     <div class="bg2"><span class="artist">Josh Smith,</span><span class="title">LARGE IMAGE J.S. (Untitled, 2006),</span><span class="year">2012</span></div>
  1144.     <div class="bg3"><span class="artist">Sol LeWitt,</span><span class="title">Two Centimeter Wavy Bands In Colors,</span><span class="year">1996</span></div>
  1145.     <div class="bg4"><span class="artist">Coke Wisdom O'Neal,</span><span class="title">The Gospel of Wealth,</span><span class="year">2013</span></div>
  1146.     <div class="bg5"><span class="artist">Alex Katz,</span><span class="title">Coleman Pond II,</span><span class="year">2007</span></div>
  1147. </div>
  1148.     </div>
  1149.   </div>
  1150. </div>
  1151. <!-- Artists Follow-->
  1152. <!-- ID "artist_follow_modal" is bound to the event:
  1153. "Preference Modal - Follow Data - Checkbox" in Google Tag Manager
  1154. If you change or remove this id you must also update the event. -->
  1155. <div class="modal fade bg bg3" id="artist_follow_modal">
  1156.   <div class="modal-dialog">
  1157.     <div class="modal-content">
  1158.       <a href="#" class="close" data-dismiss="modal" aria-hidden="true"></a>
  1159.       <div class="modal-body">
  1160.         <!-- Class "artist-follow" is bound to the event:
  1161.        "Preference Modal - Artist" & "Preference Modal - Follow Count - Artist" in Google Tag Manager
  1162.        If you change or remove this class you must also update the event. -->
  1163.         <form class="artist-follow">
  1164.           <input type="hidden" name="csrfmiddlewaretoken" value="YhpSmXC1kxnNkbIUi0VhGFOgOO5Hva5K">
  1165.           <div class="row">
  1166.             <div class="col-sm-12">
  1167.               <h3 class="h1sub">Artists you'd like to follow</h3>
  1168.             </div>
  1169.           </div>
  1170.           <div class="row">
  1171.             <div class="col-sm-12 error-holder"></div>
  1172.           </div>
  1173.           <div class="row">
  1174.             <div class="col-sm-12">
  1175.               <h3>Enter or select all artists that interest you:</h3>
  1176.             </div>
  1177.           </div>
  1178.           <div class="row">
  1179.             <div class="col-sm-12">
  1180.               <!-- ID "artist_input" is bound to the event:
  1181.              "Preference Modal - Follow Data - Search - Artist" in Google Tag Manager
  1182.              If you change or remove this id you must also update the event. -->
  1183.               <input type="text" name="artist_input" id="artist_input" class="typeahead_input follow-input-text" placeholder="Type artist name" spellcheck="off" autocomplete="off" dir="auto">
  1184.             </div>
  1185.           </div>
  1186.           <div class="artist-follow-rows">
  1187.             <div class="row">
  1188.            
  1189.                 <div class="col-sm-4 artist-follow-span">
  1190.                   <div>
  1191.                   <input id="af-483" data-obj-id="483" data-obj-type="artist" data-source="pref_modal" type="checkbox" style="display:none;"><div class="custom-checkbox"><span></span></div>
  1192.                   <label for="af-483">Damien Hirst</label>
  1193.                   </div>
  1194.                 </div>
  1195.            
  1196.                 <div class="col-sm-4 artist-follow-span">
  1197.                   <div>
  1198.                   <input id="af-56" data-obj-id="56" data-obj-type="artist" data-source="pref_modal" type="checkbox" style="display:none;"><div class="custom-checkbox"><span></span></div>
  1199.                   <label for="af-56">David Salle</label>
  1200.                   </div>
  1201.                 </div>
  1202.            
  1203.                 <div class="col-sm-4 artist-follow-span">
  1204.                   <div>
  1205.                   <input id="af-1015" data-obj-id="1015" data-obj-type="artist" data-source="pref_modal" type="checkbox" style="display:none;"><div class="custom-checkbox"><span></span></div>
  1206.                   <label for="af-1015">Donald Judd</label>
  1207.                   </div>
  1208.                 </div>
  1209.            
  1210.                 <div class="col-sm-4 artist-follow-span">
  1211.                   <div>
  1212.                   <input id="af-250" data-obj-id="250" data-obj-type="artist" data-source="pref_modal" type="checkbox" style="display:none;"><div class="custom-checkbox"><span></span></div>
  1213.                   <label for="af-250">James Welling</label>
  1214.                   </div>
  1215.                 </div>
  1216.            
  1217.                 <div class="col-sm-4 artist-follow-span">
  1218.                   <div>
  1219.                   <input id="af-962" data-obj-id="962" data-obj-type="artist" data-source="pref_modal" type="checkbox" style="display:none;"><div class="custom-checkbox"><span></span></div>
  1220.                   <label for="af-962">Marilyn Minter</label>
  1221.                   </div>
  1222.                 </div>
  1223.            
  1224.                 <div class="col-sm-4 artist-follow-span">
  1225.                   <div>
  1226.                   <input id="af-412" data-obj-id="412" data-obj-type="artist" data-source="pref_modal" type="checkbox" style="display:none;"><div class="custom-checkbox"><span></span></div>
  1227.                   <label for="af-412">Matthew Brandt</label>
  1228.                   </div>
  1229.                 </div>
  1230.            
  1231.             </div>
  1232.             <div class="row">
  1233.               <div class="col-sm-6 col-sm-offset-3 submit-holder">
  1234.                 <button type="submit" class="btn btn-pink">Save and Continue</button>
  1235.                 <img src="//qa1.artspace.com/static/common/img/loaders/image-loading-med.gif" alt="" class="loader">
  1236.               </div>
  1237.             </div>
  1238.           </div>
  1239.           <div class="follow-stage"><span>3</span> of 4</div>
  1240.         </form>
  1241.       </div>
  1242.       <div class="credits">
  1243.     <div class="bg0"><span class="artist">Damien Hirst,</span><span class="title">Pardon,</span><span class="year">2012</span></div>
  1244.     <div class="bg1"><span class="artist">James Welling,</span><span class="title">H1,</span><span class="year">2006</span></div>
  1245.     <div class="bg2"><span class="artist">Josh Smith,</span><span class="title">LARGE IMAGE J.S. (Untitled, 2006),</span><span class="year">2012</span></div>
  1246.     <div class="bg3"><span class="artist">Sol LeWitt,</span><span class="title">Two Centimeter Wavy Bands In Colors,</span><span class="year">1996</span></div>
  1247.     <div class="bg4"><span class="artist">Coke Wisdom O'Neal,</span><span class="title">The Gospel of Wealth,</span><span class="year">2013</span></div>
  1248.     <div class="bg5"><span class="artist">Alex Katz,</span><span class="title">Coleman Pond II,</span><span class="year">2007</span></div>
  1249. </div>
  1250.     </div>
  1251.   </div>
  1252. </div>
  1253. <!-- Partners Follow -->
  1254. <!-- ID "partner_follow_modal" is bound to the event:
  1255. "Preference Modal - Follow Data - Checkbox" in Google Tag Manager
  1256. If you change or remove this id you must also update the event. -->
  1257. <div class="modal fade bg bg1" id="partner_follow_modal">
  1258.   <div class="modal-dialog">
  1259.     <div class="modal-content">
  1260.       <a href="#" class="close" data-dismiss="modal" aria-hidden="true"></a>
  1261.       <div class="modal-body">
  1262.         <!-- Class "partner-follow" is bound to the event:
  1263.        "Preference Modal - Partner" & "Preference Modal - Follow Count - Partner" in Google Tag Manager
  1264.        If you change or remove this class you must also update the event. -->
  1265.         <form class="partner-follow">
  1266.           <input type="hidden" name="csrfmiddlewaretoken" value="YhpSmXC1kxnNkbIUi0VhGFOgOO5Hva5K">
  1267.           <div class="row">
  1268.             <div class="col-sm-12">
  1269.               <h3 class="h1sub">Partners You'd Like to Follow</h3>
  1270.             </div>
  1271.           </div>
  1272.           <div class="row">
  1273.             <div class="col-sm-12 error-holder"></div>
  1274.           </div>
  1275.           <div class="row">
  1276.             <div class="col-sm-12">
  1277.               <h3>Enter or select all partners that interest you:</h3>
  1278.             </div>
  1279.           </div>
  1280.           <div class="row">
  1281.             <div class="col-sm-12 autocomplete">
  1282.               <!-- ID "partner_input" is bound to the event:
  1283.              "Preference Modal - Follow Data - Search - Partner" in Google Tag Manager
  1284.              If you change or remove this id you must also update the event. -->
  1285.               <input type="text" name="partner_input" id="partner_input" placeholder="Type Gallery / Cultural Institution / Museum Name Here" data-obj-type="partner" class="typeahead_input follow-input-text" spellcheck="off" autocomplete="off">
  1286.             </div>
  1287.           </div>
  1288.           <div class="partner-follow-rows">
  1289.             <div class="row">
  1290.            
  1291.                 <div class="col-sm-4 partner-follow-span">
  1292.                   <div>
  1293.                   <input id="pf-89" type="checkbox" style="display:none;" data-obj-id="89" data-obj-type="partner" data-source="pref_modal"><div class="custom-checkbox"><span></span></div>
  1294.                   <label for="pf-89">M+B</label>
  1295.                   </div>
  1296.                 </div>
  1297.            
  1298.                 <div class="col-sm-4 partner-follow-span">
  1299.                   <div>
  1300.                   <input id="pf-1" type="checkbox" style="display:none;" data-obj-id="1" data-obj-type="partner" data-source="pref_modal"><div class="custom-checkbox"><span></span></div>
  1301.                   <label for="pf-1">America: Now+Here</label>
  1302.                   </div>
  1303.                 </div>
  1304.            
  1305.                 <div class="col-sm-4 partner-follow-span">
  1306.                   <div>
  1307.                   <input id="pf-25" type="checkbox" style="display:none;" data-obj-id="25" data-obj-type="partner" data-source="pref_modal"><div class="custom-checkbox"><span></span></div>
  1308.                   <label for="pf-25">Lincoln Center for the Performing Arts</label>
  1309.                   </div>
  1310.                 </div>
  1311.            
  1312.                 <div class="col-sm-4 partner-follow-span">
  1313.                   <div>
  1314.                   <input id="pf-16" type="checkbox" style="display:none;" data-obj-id="16" data-obj-type="partner" data-source="pref_modal"><div class="custom-checkbox"><span></span></div>
  1315.                   <label for="pf-16">David Zwirner</label>
  1316.                   </div>
  1317.                 </div>
  1318.            
  1319.                 <div class="col-sm-4 partner-follow-span">
  1320.                   <div>
  1321.                   <input id="pf-408" type="checkbox" style="display:none;" data-obj-id="408" data-obj-type="partner" data-source="pref_modal"><div class="custom-checkbox"><span></span></div>
  1322.                   <label for="pf-408">Pace Prints </label>
  1323.                   </div>
  1324.                 </div>
  1325.            
  1326.                 <div class="col-sm-4 partner-follow-span">
  1327.                   <div>
  1328.                   <input id="pf-274" type="checkbox" style="display:none;" data-obj-id="274" data-obj-type="partner" data-source="pref_modal"><div class="custom-checkbox"><span></span></div>
  1329.                   <label for="pf-274">Electric Works</label>
  1330.                   </div>
  1331.                 </div>
  1332.            
  1333.             </div>
  1334.             <div class="row">
  1335.               <div class="col-sm-6 col-sm-offset-3 submit-holder">
  1336.                 <button type="submit" class="btn btn-pink">Save and Continue</button>
  1337.                 <img src="//qa1.artspace.com/static/common/img/loaders/image-loading-med.gif" alt="" class="loader">
  1338.               </div>
  1339.             </div>
  1340.           </div>
  1341.           <div class="follow-stage"><span>4</span> of 4</div>
  1342.         </form>
  1343.       </div>
  1344.       <div class="credits">
  1345.     <div class="bg0"><span class="artist">Damien Hirst,</span><span class="title">Pardon,</span><span class="year">2012</span></div>
  1346.     <div class="bg1"><span class="artist">James Welling,</span><span class="title">H1,</span><span class="year">2006</span></div>
  1347.     <div class="bg2"><span class="artist">Josh Smith,</span><span class="title">LARGE IMAGE J.S. (Untitled, 2006),</span><span class="year">2012</span></div>
  1348.     <div class="bg3"><span class="artist">Sol LeWitt,</span><span class="title">Two Centimeter Wavy Bands In Colors,</span><span class="year">1996</span></div>
  1349.     <div class="bg4"><span class="artist">Coke Wisdom O'Neal,</span><span class="title">The Gospel of Wealth,</span><span class="year">2013</span></div>
  1350.     <div class="bg5"><span class="artist">Alex Katz,</span><span class="title">Coleman Pond II,</span><span class="year">2007</span></div>
  1351. </div>
  1352.     </div>
  1353.   </div>
  1354. </div>
  1355.  
  1356. <!-- Preference Success -->
  1357. <div class="modal fade bg bg4" id="preference_confirm_modal">
  1358.   <div class="modal-dialog">
  1359.     <div class="modal-content">
  1360.       <a href="#" class="close" data-dismiss="modal" aria-hidden="true"></a>
  1361.       <div class="modal-body">
  1362.         <div class="row">
  1363.           <div class="col-sm-12">
  1364.             <h3 class="h1sub">Thank you</h3>
  1365.             <p>
  1366.               <span class="pref-line1">Your preferences have been saved</span><br>
  1367.               <span class="pref-line2">to your account. Update them at any time</span><br>
  1368.               <span class="pref-line3">in your <a href="/profiles/preferences" class="pink">Preference Center</a></span>
  1369.             </p>
  1370.           </div>
  1371.           <div class="row">
  1372.             <div class="col-sm-6 col-sm-offset-3 submit-holder">
  1373.               <a class="btn btn-pink preference_hide">Continue Browsing Art</a>
  1374.               <img src="//qa1.artspace.com/static/common/img/loaders/image-loading-med.gif" alt="" class="loader">
  1375.             </div>
  1376.           </div>
  1377.         </div>
  1378.       </div>
  1379.       <div class="credits">
  1380.     <div class="bg0"><span class="artist">Damien Hirst,</span><span class="title">Pardon,</span><span class="year">2012</span></div>
  1381.     <div class="bg1"><span class="artist">James Welling,</span><span class="title">H1,</span><span class="year">2006</span></div>
  1382.     <div class="bg2"><span class="artist">Josh Smith,</span><span class="title">LARGE IMAGE J.S. (Untitled, 2006),</span><span class="year">2012</span></div>
  1383.     <div class="bg3"><span class="artist">Sol LeWitt,</span><span class="title">Two Centimeter Wavy Bands In Colors,</span><span class="year">1996</span></div>
  1384.     <div class="bg4"><span class="artist">Coke Wisdom O'Neal,</span><span class="title">The Gospel of Wealth,</span><span class="year">2013</span></div>
  1385.     <div class="bg5"><span class="artist">Alex Katz,</span><span class="title">Coleman Pond II,</span><span class="year">2007</span></div>
  1386. </div>
  1387.     </div>
  1388.   </div>
  1389. </div>
  1390. <!-- END Preference Modals -->
  1391.  
  1392. <!-- Ask an expert modal -->
  1393. <div class="modal fade" id="inquire_modal">
  1394.   <div class="modal-dialog">
  1395.     <div class="modal-content">
  1396.       <a href="#" class="close" data-dismiss="modal" aria-hidden="true"></a>
  1397.       <div class="modal-body">
  1398.         <div class="row">
  1399.           <div class="col-sm-3 img-holder">
  1400.             <img class="work-img" src="//qa1.artspace.com/static/common/img/modals/ask-an-expert-no-image.png" alt="">
  1401.             <div class="work-artist"></div>
  1402.             <div class="work-title"></div>
  1403.             <div class="faq-link">Questions?<br>Try visiting our <a href="/faq" target="_blank">FAQ page</a> for answers to common inquiries.</div>
  1404.             <div class="faq-header-links">
  1405.               <ul>
  1406.                 <li><a href="/faq#features-heading" target="_blank">Site Features &amp; Navigation</a></li>
  1407.                 <li><a href="/faq#purchase-heading" target="_blank">Purchase Policies &amp; Promotions</a></li>
  1408.                 <li><a href="/faq#ship-heading" target="_blank">Shipping</a></li>
  1409.                 <li><a href="/faq#auction-heading" target="_blank">Auctions</a></li>
  1410.                 <li><a href="/faq#art-heading" target="_blank">Artworks</a></li>
  1411.               </ul>
  1412.             </div>
  1413.           </div>
  1414.           <div class="col-sm-9">
  1415.             <div class="form-holder">
  1416.               <h3 class="modal-heading">Have a question? Ask an Advisor</h3>
  1417.               <p class="modal-copy">
  1418.                 For first-time buyers and avid collectors alike, a personal Artspace Art Advisor can assist you in learning about, discovering and falling in love with an artwork.
  1419.               </p>
  1420.               <form action="#" method="POST" novalidate="novalidate">
  1421.                 <input type="hidden" name="csrfmiddlewaretoken" value="YhpSmXC1kxnNkbIUi0VhGFOgOO5Hva5K">
  1422.                 <input type="hidden" class="gather" id="add-work-id" name="work" value="">
  1423.                 <input type="hidden" class="gather" id="inquiry_type" name="inquiry_type" value="expert">
  1424.                 <div class="input-holder contact-options">
  1425.                     <label for="email_me"><input type="radio" class="gather require-one" name="contact_me" value="email"> Email me</label>
  1426.                     <label for="call_me"><input type="radio" class="gather require-one" name="contact_me" value="call"> Call me</label>
  1427.                     <div class="radio error-holder hidden"></div>
  1428.                 </div>
  1429.                 <input type="text" name="sb-filter" class="sb-filter">
  1430.                 <div class="input-holder">
  1431.                   <input type="text" class="required gather" name="name" value=" " placeholder="Your Name" title="Your Name">
  1432.                 </div>
  1433.                 <div class="input-holder">
  1434.                   <input type="text" class="required gather" name="email" value="tester4@attrecto.com" placeholder="Email Address">
  1435.                 </div>
  1436.                 <div class="input-holder">
  1437.                   <input type="text" class="required gather" name="phone" value="" placeholder="Phone Number">
  1438.                 </div>
  1439.                 <div class="input-holder">
  1440.                   <textarea name="body" class="required gather" placeholder="How can we assist you?"></textarea>
  1441.                 </div>
  1442.                 <div class="input-holder">By clicking send, you accept our <a href="/privacy_policy">Privacy Policy.</a></div>
  1443.                 <div><a href="#" class="btn btn-pink btn-primary inquire-sub">Send Now</a></div>
  1444.                 <div class="contact visible-phone">or <a href="tel:2126755804" class="underline">Call Us</a></div>
  1445.               </form>
  1446.             </div>
  1447.             <div class="confirm-message">
  1448.               <h3 class="confirm-heading">
  1449.                 Your message has been sent
  1450.               </h3>
  1451.               <p class="confirm-copy">
  1452.                 Collector Services will contact you within two business days.
  1453.               </p>
  1454.             </div>
  1455.           </div>
  1456.         </div>
  1457.       </div>
  1458.     </div>
  1459.   </div>
  1460. </div>
  1461.  
  1462. <!-- View in a room -->
  1463. <div class="modal" id="wall-modal">
  1464.     <a href="#" class="close big" data-dismiss="modal" aria-hidden="true"></a>
  1465.     <div class="modal-body">
  1466.         <div id="wall-holder">
  1467.             <div id="wall">
  1468.                 <div class="prev"><div class="caret"></div></div>
  1469.                 <div class="wall-slider-holder">
  1470.                    
  1471.                     <div id="wall-slider"></div>
  1472.                 </div>
  1473.                 <div class="next"><div class="caret"></div></div>
  1474.                 <img class="scale-figure" id="scale-figure-m" src="/static/arts/img/scale_figure_m.png">
  1475.                 <img class="scale-figure" id="scale-figure-f" src="/static/arts/img/scale_figure_f.png">
  1476.             </div>
  1477.             <div id="wall-floor"></div>
  1478.             <div class="info-controls-holder">
  1479.               <div id="wall-info">
  1480.                 <div class="title"></div>
  1481.                 <div class="artist"></div>
  1482.                 <div class="medium"></div>
  1483.                 <ul class="size-holder"></ul>
  1484.               </div>
  1485.               <div id="wall-controls">
  1486.                   <div class="ss-controls">
  1487.                     <span class="icon-play as-tip" data-placement="bottom" title="Start slideshow"></span>
  1488.                     <span class="icon-pause as-tip" data-placement="bottom" title="Pause slideshow"></span>
  1489.                   </div>
  1490.                   <div class="fs-controls">
  1491.                     <span class="icon-slideshow as-tip" data-placement="bottom" title="Toggle scale view"></span>
  1492.                   </div>
  1493.                   <div class="info-controls">
  1494.                     <span class="icon-info-i as-tip" data-placement="bottom" title="Size and framing"></span>
  1495.                   </div>
  1496.                   <div class="scale-controls active">
  1497.                     <span class="icon-scale as-tip" data-placement="bottom" title="Scale"></span>
  1498.                   </div>
  1499.               </div>
  1500.           </div>
  1501.       </div>
  1502.     </div>
  1503. </div>
  1504.  
  1505. <!-- Zoom modal -->
  1506. <div class="modal" id="zoom-modal">
  1507.     <div class="modal-dialog">
  1508.       <a href="#" class="close big" data-dismiss="modal" aria-hidden="true"></a>
  1509.       <div id="zoom">
  1510.           <div id="zoomwin"></div>
  1511.           <div id="navigator">
  1512.               <div class="controls-holder">
  1513.                   <div class="controls-slider">
  1514.                       <a class="zoom-in btn-plus-zoom" title="Zoom in">
  1515.                           <div class="switch"></div>
  1516.                       </a>
  1517.                       <div class="slider">
  1518.                           <div id="slider-vertical"></div>
  1519.                       </div>
  1520.                       <a class="zoom-out btn-minus-zoom" title="Zoom out">
  1521.                           <div class="switch"></div>
  1522.                       </a>
  1523.                   </div>
  1524.                   <!--
  1525.                  <div class="controls-views">
  1526.                      <span>All Views</span>
  1527.                      <div id="art-views"></div>
  1528.                  </div>
  1529.                  -->
  1530.                   <!--
  1531.                  <div class="work-details">
  1532.                      <span class="artist"></span>
  1533.                      <span class="title"></span>
  1534.                  </div>
  1535.                  -->
  1536.                   <div id="navigator-overlay"></div>
  1537.               </div>
  1538.           </div>
  1539.       </div>
  1540.     </div>
  1541. </div>
  1542.  
  1543. <!--generic bid instructions modal -->
  1544. <div class="modal fade" id="bid_instructions_modal">
  1545.   <div class="modal-dialog">
  1546.     <button class="close" data-dismiss="modal" aria-hidden="true"></button>
  1547.     <div class="modal-content">
  1548.       <h3 class="h1sub">How it Works</h3>
  1549.  
  1550.         <div class="control-group">
  1551.  
  1552.           <div id="bid-info" class="section">
  1553.  
  1554.             <div id="bid-alert" class="bid-alert alert-info no-hide">
  1555.               <h3>How bidding works</h3>
  1556.               <div class="copy-section">
  1557.                 <p>
  1558.                   To place a bid, enter the maximum amount you are willing to pay for the work. Artspace will accept a bid at the next increment, and save any excess amount as a maximum bid. If you are outbid, we will continue bid on your behalf up to your maximum bid.
  1559.                 </p>
  1560.               </div>
  1561.               <h3>Bid Increments</h3>
  1562.               <div class="copy-section">
  1563.  
  1564.                   <p>Bidding increments increase at the following intervals:</p>
  1565.                   <ul>
  1566.                     <li>Below $400: <span class="inc">$50</span></li>
  1567.                     <li>Between $400 and $699: <span class="inc">$100</span></li>
  1568.                     <li>Between $700 and $1,499: <span class="inc">$200</span></li>
  1569.                     <li>Between $1,500 and $2,499: <span class="inc">$300</span></li>
  1570.                     <li>Between $2,500 and $4,999: <span class="inc">$500</span></li>
  1571.                     <li>Between $5,000 and $9,999: <span class="inc">$1,000</span></li>
  1572.                     <li>Between $10,000 and $19,999: <span class="inc">$2,000</span></li>
  1573.                     <li>Between $20,000 and $29,999: <span class="inc">$3,000</span></li>
  1574.                     <li>Between $30,000 and $49,999: <span class="inc">$4,000</span></li>
  1575.                     <li>Between $50,000 and $99,999: <span class="inc">$5,000</span></li>
  1576.                     <li>Above $100,000: <span class="inc">$10,000</span></li>
  1577.                   </ul>
  1578.  
  1579.                   <p class="sub">You will receive an email confirmation of your bid and when you are outbid. </p>
  1580.                   <p class="sub">If you are the winning bidder, you will be contacted 48 hours after of the close of the auction.</p>
  1581.  
  1582.               </div>
  1583.               <h3>Maximum Bidding</h3>
  1584.               <div class="copy-section">
  1585.                 <p>
  1586.                   Every bid submitted is treated as a maximum bid. You should always bid the maximum you are willing to spend for a work, though this does not necessarily mean you will pay that price. As the auction unfolds, we will increase your bid by increments to ensure you remain the highest bidder. If the winning amount is less than your maximum bid, you will pay the current increment. If your maximum bid no longer exceeds the current bid, you will receive an outbid notification email, and have the option to bid again.
  1587.                 </p>
  1588.                 <p>
  1589.                   In the case of multiple bidders placing the same maximum bid, the first person to place the maximum amount takes precedence as the highest bid until another bidder exceeds the maximum amount.
  1590.                 </p>
  1591.                 <h3>Buyer's Premium &amp; Additional Charges</h3>
  1592.                 <p>For Artspace Auctions winning bidders are charged a 15% Buyer's Premium on top of the hammer price. For Artspace Benefit Auctions, Buyer's Premiums are not applied. If they are, this will be clearly noted. Purchases made from all auctions, including benefit auctions, are subject to sales tax.</p>
  1593.  
  1594.                 <h3>Check Out</h3>
  1595.                 <p>Winning bidders will be contacted within 48 hours to arrange shipping and to provide final price including commission, shipping, and taxes and duties when applicable. Promotion codes cannot be applied to auction works.</p>
  1596.               </div>
  1597.             </div>
  1598.           </div>
  1599.         </div>
  1600.         <div class="mini-terms">
  1601.         * Price listed does not include buyer's premium (if applicable), sales tax, shipping, or handling fees.
  1602.         </div>
  1603.     </div>
  1604.   </div>
  1605. </div>
  1606.  
  1607.  
  1608. <!-- prereg modal -->
  1609. <div class="modal fade bg bg3" id="prereg_modal">
  1610.   <div class="modal-dialog">
  1611.     <div class="modal-content">
  1612.       <a href="#" class="close" data-dismiss="modal" aria-hidden="true"></a>
  1613.       <div class="modal-body">
  1614.         <form action="https://qa1.artspace.com/api/prereg" class="prereg" novalidate="novalidate">
  1615.           <div id="prereg-error-holder" class="row">
  1616.             <div class="col-sm-12 error-holder"></div>
  1617.           </div>
  1618.           <div id="signup-info" class="hidden">
  1619.             <input type="hidden" name="csrfmiddlewaretoken" value="YhpSmXC1kxnNkbIUi0VhGFOgOO5Hva5K">
  1620.  
  1621.             <input type="hidden" class="form-input utm_campaign" name="utm_campaign" value="">
  1622.             <input type="hidden" class="form-input prereg_target_value" name="target_value" value="?ty=thankyou">
  1623.             <input type="hidden" class="form-input" name="login" value="1">
  1624.             <div class="row">
  1625.               <div class="col-sm-12">
  1626.                 <p>THE 2016 ARTSPACE FALL AUCTION Auction Pre-Registration</p>
  1627.               </div>
  1628.             </div>
  1629.             <div class="row form-holder">
  1630.               <div class="col-sm-6">
  1631.                 <div class="input-holder">
  1632.                   <input type="text" class="form-input" name="email" placeholder="Enter your email address" tabindex="1">
  1633.                 </div>
  1634.                 <div class="input-holder">
  1635.                   <label for="join_terms" class="checkbox-label">
  1636.                     <input type="checkbox" id="join_terms" class="form-input" name="terms" tabindex="3" checked="">
  1637.                     <span class="terms">I accept the terms and conditions</span>
  1638.                   </label>
  1639.                 </div>
  1640.               </div>
  1641.               <div class="col-sm-6 input-holder">
  1642.                 <input type="password" name="password" class="form-input" placeholder="Enter a password" tabindex="2">
  1643.               </div>
  1644.               <div class="col-sd-offset-6 col-sm-6 prereg-signin-wrapper">
  1645.                 <span class="prereg-signin-notice">Already have a login:</span>
  1646.                 <span class="prereg-signin-holder">
  1647.                   <button id="prereg-signin" type="button" class="btn btn-pink pull-right" data-action="https://qa1.artspace.com/api/login">Sign In Now</button>
  1648.                   <img src="//qa1.artspace.com/static/common/img/loaders/image-loading-med.gif" alt="" class="loader">
  1649.                 </span>
  1650.               </div>
  1651.             </div>
  1652.           </div>
  1653.           <div id="cc-info" class="section controls-inline">
  1654.             <input type="hidden" class="form-input" name="save_card" value="1">
  1655.             <input id="prereg_customer_id" type="hidden" class="form-input" name="customer_id" value="">
  1656.               <div class="cc-alert arrow-left">
  1657.                 <div class="arrow"></div>
  1658.                 <h3>Credit Card Validation</h3>
  1659.                 <p class="cc_notice">
  1660.                   In order to secure a bid, please enter your credit card details below.
  1661.                     We will not charge your card but only use it to validate your bid.
  1662.                     We only need to validate your card once. You will be notified that you are the winning bidder
  1663.                     before your card is charged, and you will have the option to change your payment method at that time.
  1664.                 </p>
  1665.               </div>
  1666.               <div class="cc-wrap">
  1667.                 <div class="row">
  1668.                   <div class="col-xs-12 input-holder">
  1669.                     <label for="cc-num">*Card Number</label>
  1670.                     <input id="cc-num" class="form-input required gather" type="text" value="" name="cc_number">
  1671.                   </div>
  1672.                 </div>
  1673.                 <div class="row">
  1674.                   <div class="col-xs-12 col-md-8 input-holder">
  1675.                     <label for="exp-month">*Expiration Date</label>
  1676.                     <div class="row">
  1677.                       <div class="col-xs-6 sp-wrap">
  1678.                         <div class="btn-group bootstrap-select required gather form-input"><button type="button" class="btn dropdown-toggle selectpicker btn-default" data-toggle="dropdown" data-id="exp-month" style="visibility: visible;"><span class="filter-option pull-left">01 - January</span>&nbsp;<span class="caret"></span></button><div class="dropdown-menu open"><ul class="dropdown-menu inner selectpicker" role="menu" style="visibility: visible;"><li rel="0" class="selected"><a tabindex="0" class="" style=""><span class="text">01 - January</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="1"><a tabindex="0" class="" style=""><span class="text">02 - February</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="2"><a tabindex="0" class="" style=""><span class="text">03 - March</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="3"><a tabindex="0" class="" style=""><span class="text">04 - April</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="4"><a tabindex="0" class="" style=""><span class="text">05 - May</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="5"><a tabindex="0" class="" style=""><span class="text">06 - June</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="6"><a tabindex="0" class="" style=""><span class="text">07 - July</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="7"><a tabindex="0" class="" style=""><span class="text">08 - August</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="8"><a tabindex="0" class="" style=""><span class="text">09 - September</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="9"><a tabindex="0" class="" style=""><span class="text">10 - October</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="10"><a tabindex="0" class="" style=""><span class="text">11 - November</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="11"><a tabindex="0" class="" style=""><span class="text">12 - December</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li></ul></div><select id="exp-month" name="cc_exp_month" class="required selectpicker gather form-input mobile-device" style="display: none; visibility: visible;">
  1679.                          
  1680.                             <option value="1">01 - January</option>
  1681.                          
  1682.                             <option value="2">02 - February</option>
  1683.                          
  1684.                             <option value="3">03 - March</option>
  1685.                          
  1686.                             <option value="4">04 - April</option>
  1687.                          
  1688.                             <option value="5">05 - May</option>
  1689.                          
  1690.                             <option value="6">06 - June</option>
  1691.                          
  1692.                             <option value="7">07 - July</option>
  1693.                          
  1694.                             <option value="8">08 - August</option>
  1695.                          
  1696.                             <option value="9">09 - September</option>
  1697.                          
  1698.                             <option value="10">10 - October</option>
  1699.                          
  1700.                             <option value="11">11 - November</option>
  1701.                          
  1702.                             <option value="12">12 - December</option>
  1703.                          
  1704.                         </select></div>
  1705.                       </div>
  1706.                       <div class="col-xs-6 sp-wrap">
  1707.                         <div class="btn-group bootstrap-select required gather form-input"><button type="button" class="btn dropdown-toggle selectpicker btn-default" data-toggle="dropdown" data-id="exp-year" style="visibility: visible;"><span class="filter-option pull-left">2016</span>&nbsp;<span class="caret"></span></button><div class="dropdown-menu open"><ul class="dropdown-menu inner selectpicker" role="menu" style="visibility: visible;"><li rel="0" class="selected"><a tabindex="0" class="" style=""><span class="text">2016</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="1"><a tabindex="0" class="" style=""><span class="text">2017</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="2"><a tabindex="0" class="" style=""><span class="text">2018</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="3"><a tabindex="0" class="" style=""><span class="text">2019</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="4"><a tabindex="0" class="" style=""><span class="text">2020</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="5"><a tabindex="0" class="" style=""><span class="text">2021</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="6"><a tabindex="0" class="" style=""><span class="text">2022</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="7"><a tabindex="0" class="" style=""><span class="text">2023</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="8"><a tabindex="0" class="" style=""><span class="text">2024</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="9"><a tabindex="0" class="" style=""><span class="text">2025</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="10"><a tabindex="0" class="" style=""><span class="text">2026</span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li></ul></div><select id="exp-year" name="cc_exp_year" class="required selectpicker gather form-input mobile-device" style="display: none; visibility: visible;">
  1708.                          
  1709.                             <option value="2016">2016</option>
  1710.                          
  1711.                             <option value="2017">2017</option>
  1712.                          
  1713.                             <option value="2018">2018</option>
  1714.                          
  1715.                             <option value="2019">2019</option>
  1716.                          
  1717.                             <option value="2020">2020</option>
  1718.                          
  1719.                             <option value="2021">2021</option>
  1720.                          
  1721.                             <option value="2022">2022</option>
  1722.                          
  1723.                             <option value="2023">2023</option>
  1724.                          
  1725.                             <option value="2024">2024</option>
  1726.                          
  1727.                             <option value="2025">2025</option>
  1728.                          
  1729.                             <option value="2026">2026</option>
  1730.                          
  1731.                         </select></div>
  1732.                       </div>
  1733.                     </div>
  1734.                   </div>
  1735.                   <div class="col-xs-12 col-md-4 input-holder">
  1736.                     <label for="cc-cvc">*Security Code</label>
  1737.                     <input id="cc-cvc" class="form-input required gather" type="text" value="" name="cc_cid">
  1738.                     <div class="tooltip bottom cvc-tip">
  1739.                         <div class="tooltip-arrow"></div>
  1740.                         <div class="tooltip-inner">
  1741.                             <img src="//qa1.artspace.com/static/checkout/img/cvc-code.png" alt="CVC Code Example">
  1742.                         </div>
  1743.                     </div>
  1744.                   </div>
  1745.                 </div>
  1746.                 <div class="row">
  1747.                   <div class="col-xs-6 input-holder">
  1748.                     <label for="first-name">*First name</label>
  1749.                     <input id="first-name" class="form-input required gather" type="text" value="" name="firstname">
  1750.                   </div>
  1751.                   <div class="col-xs-6 input-holder">
  1752.                     <label for="last-name">*Last name</label>
  1753.                     <input id="last-name" class="form-input required gather" type="text" value="" name="lastname">
  1754.                   </div>
  1755.                 </div>
  1756.                 <div class="row">
  1757.                   <div class="col-xs-12 input-holder">
  1758.                     <label for="address1">*Address</label>
  1759.                     <input id="address1" class="form-input required gather" type="text" value="" name="address1">
  1760.                   </div>
  1761.                 </div>
  1762.                 <div class="row">
  1763.                   <div class="col-xs-12 input-holder">
  1764.                     <label for="address2">Address 2 (<span class="lower">optional</span>)</label>
  1765.                     <input id="address2" class="form-input gather" type="text" value="" name="address2">
  1766.                   </div>
  1767.                 </div>
  1768.                 <div class="row">
  1769.                   <div class="col-xs-8 input-holder sp-wrap">
  1770.                     <label for="country_id">*Country</label>
  1771.                       <div class="btn-group bootstrap-select form-input gather"><button type="button" class="btn dropdown-toggle selectpicker btn-default" data-toggle="dropdown" data-id="country_id" style="visibility: visible;"><span class="filter-option pull-left">
  1772.                             United States
  1773.                           </span>&nbsp;<span class="caret"></span></button><div class="dropdown-menu open"><div class="bootstrap-select-searchbox"><input type="text" class="input-block-level form-control"></div><ul class="dropdown-menu inner selectpicker" role="menu" style="visibility: visible;"><li rel="0" class="selected"><a tabindex="0" class="" style=""><span class="text">
  1774.                             United States
  1775.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="1"><a tabindex="0" class="" style=""><span class="text">
  1776.                             Australia
  1777.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="2"><a tabindex="0" class="" style=""><span class="text">
  1778.                             Austria
  1779.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="3"><a tabindex="0" class="" style=""><span class="text">
  1780.                             Belgium
  1781.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="4"><a tabindex="0" class="" style=""><span class="text">
  1782.                             Brazil
  1783.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="5"><a tabindex="0" class="" style=""><span class="text">
  1784.                             Canada
  1785.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="6"><a tabindex="0" class="" style=""><span class="text">
  1786.                             Chile
  1787.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="7"><a tabindex="0" class="" style=""><span class="text">
  1788.                             China
  1789.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="8"><a tabindex="0" class="" style=""><span class="text">
  1790.                             Czech Republic
  1791.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="9"><a tabindex="0" class="" style=""><span class="text">
  1792.                             Denmark
  1793.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="10"><a tabindex="0" class="" style=""><span class="text">
  1794.                             Finland
  1795.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="11"><a tabindex="0" class="" style=""><span class="text">
  1796.                             France
  1797.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="12"><a tabindex="0" class="" style=""><span class="text">
  1798.                             Germany
  1799.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="13"><a tabindex="0" class="" style=""><span class="text">
  1800.                             Greece
  1801.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="14"><a tabindex="0" class="" style=""><span class="text">
  1802.                             Hong Kong SAR China
  1803.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="15"><a tabindex="0" class="" style=""><span class="text">
  1804.                             India
  1805.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="16"><a tabindex="0" class="" style=""><span class="text">
  1806.                             Ireland
  1807.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="17"><a tabindex="0" class="" style=""><span class="text">
  1808.                             Israel
  1809.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="18"><a tabindex="0" class="" style=""><span class="text">
  1810.                             Italy
  1811.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="19"><a tabindex="0" class="" style=""><span class="text">
  1812.                             Japan
  1813.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="20"><a tabindex="0" class="" style=""><span class="text">
  1814.                             Kuwait
  1815.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="21"><a tabindex="0" class="" style=""><span class="text">
  1816.                             Luxembourg
  1817.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="22"><a tabindex="0" class="" style=""><span class="text">
  1818.                             Malta
  1819.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="23"><a tabindex="0" class="" style=""><span class="text">
  1820.                             Mexico
  1821.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="24"><a tabindex="0" class="" style=""><span class="text">
  1822.                             Netherlands
  1823.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="25"><a tabindex="0" class="" style=""><span class="text">
  1824.                             New Zealand
  1825.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="26"><a tabindex="0" class="" style=""><span class="text">
  1826.                             Norway
  1827.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="27"><a tabindex="0" class="" style=""><span class="text">
  1828.                             Philippines
  1829.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="28"><a tabindex="0" class="" style=""><span class="text">
  1830.                             Poland
  1831.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="29"><a tabindex="0" class="" style=""><span class="text">
  1832.                             Portugal
  1833.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="30"><a tabindex="0" class="" style=""><span class="text">
  1834.                             Russia
  1835.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="31"><a tabindex="0" class="" style=""><span class="text">
  1836.                             Singapore
  1837.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="32"><a tabindex="0" class="" style=""><span class="text">
  1838.                             South Africa
  1839.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="33"><a tabindex="0" class="" style=""><span class="text">
  1840.                             South Korea
  1841.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="34"><a tabindex="0" class="" style=""><span class="text">
  1842.                             Spain
  1843.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="35"><a tabindex="0" class="" style=""><span class="text">
  1844.                             Sweden
  1845.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="36"><a tabindex="0" class="" style=""><span class="text">
  1846.                             Switzerland
  1847.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="37"><a tabindex="0" class="" style=""><span class="text">
  1848.                             Taiwan
  1849.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="38"><a tabindex="0" class="" style=""><span class="text">
  1850.                             Thailand
  1851.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="39"><a tabindex="0" class="" style=""><span class="text">
  1852.                             United Arab Emirates
  1853.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li><li rel="40"><a tabindex="0" class="" style=""><span class="text">
  1854.                             United Kingdom
  1855.                           </span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li></ul></div><select id="country_id" name="country_id" class="form-input selectpicker gather mobile-device" data-live-search="true" required="" style="display: none; visibility: visible;">
  1856.                        
  1857.                           <option value="US" selected="">
  1858.                             United States
  1859.                           </option>
  1860.                        
  1861.                           <option value="AU">
  1862.                             Australia
  1863.                           </option>
  1864.                        
  1865.                           <option value="AT">
  1866.                             Austria
  1867.                           </option>
  1868.                        
  1869.                           <option value="BE">
  1870.                             Belgium
  1871.                           </option>
  1872.                        
  1873.                           <option value="BR">
  1874.                             Brazil
  1875.                           </option>
  1876.                        
  1877.                           <option value="CA">
  1878.                             Canada
  1879.                           </option>
  1880.                        
  1881.                           <option value="CL">
  1882.                             Chile
  1883.                           </option>
  1884.                        
  1885.                           <option value="CN">
  1886.                             China
  1887.                           </option>
  1888.                        
  1889.                           <option value="CZ">
  1890.                             Czech Republic
  1891.                           </option>
  1892.                        
  1893.                           <option value="DK">
  1894.                             Denmark
  1895.                           </option>
  1896.                        
  1897.                           <option value="FI">
  1898.                             Finland
  1899.                           </option>
  1900.                        
  1901.                           <option value="FR">
  1902.                             France
  1903.                           </option>
  1904.                        
  1905.                           <option value="DE">
  1906.                             Germany
  1907.                           </option>
  1908.                        
  1909.                           <option value="GR">
  1910.                             Greece
  1911.                           </option>
  1912.                        
  1913.                           <option value="HK">
  1914.                             Hong Kong SAR China
  1915.                           </option>
  1916.                        
  1917.                           <option value="IN">
  1918.                             India
  1919.                           </option>
  1920.                        
  1921.                           <option value="IE">
  1922.                             Ireland
  1923.                           </option>
  1924.                        
  1925.                           <option value="IL">
  1926.                             Israel
  1927.                           </option>
  1928.                        
  1929.                           <option value="IT">
  1930.                             Italy
  1931.                           </option>
  1932.                        
  1933.                           <option value="JP">
  1934.                             Japan
  1935.                           </option>
  1936.                        
  1937.                           <option value="KW">
  1938.                             Kuwait
  1939.                           </option>
  1940.                        
  1941.                           <option value="LU">
  1942.                             Luxembourg
  1943.                           </option>
  1944.                        
  1945.                           <option value="MT">
  1946.                             Malta
  1947.                           </option>
  1948.                        
  1949.                           <option value="MX">
  1950.                             Mexico
  1951.                           </option>
  1952.                        
  1953.                           <option value="NL">
  1954.                             Netherlands
  1955.                           </option>
  1956.                        
  1957.                           <option value="NZ">
  1958.                             New Zealand
  1959.                           </option>
  1960.                        
  1961.                           <option value="NO">
  1962.                             Norway
  1963.                           </option>
  1964.                        
  1965.                           <option value="PH">
  1966.                             Philippines
  1967.                           </option>
  1968.                        
  1969.                           <option value="PL">
  1970.                             Poland
  1971.                           </option>
  1972.                        
  1973.                           <option value="PT">
  1974.                             Portugal
  1975.                           </option>
  1976.                        
  1977.                           <option value="RU">
  1978.                             Russia
  1979.                           </option>
  1980.                        
  1981.                           <option value="SG">
  1982.                             Singapore
  1983.                           </option>
  1984.                        
  1985.                           <option value="ZA">
  1986.                             South Africa
  1987.                           </option>
  1988.                        
  1989.                           <option value="KR">
  1990.                             South Korea
  1991.                           </option>
  1992.                        
  1993.                           <option value="ES">
  1994.                             Spain
  1995.                           </option>
  1996.                        
  1997.                           <option value="SE">
  1998.                             Sweden
  1999.                           </option>
  2000.                        
  2001.                           <option value="CH">
  2002.                             Switzerland
  2003.                           </option>
  2004.                        
  2005.                           <option value="TW">
  2006.                             Taiwan
  2007.                           </option>
  2008.                        
  2009.                           <option value="TH">
  2010.                             Thailand
  2011.                           </option>
  2012.                        
  2013.                           <option value="AE">
  2014.                             United Arab Emirates
  2015.                           </option>
  2016.                        
  2017.                           <option value="GB">
  2018.                             United Kingdom
  2019.                           </option>
  2020.                        
  2021.                       </select></div>
  2022.                   </div>
  2023.                   <div class="col-xs-4 input-holder">
  2024.                     <label for="postcode">*Postal Code</label>
  2025.                     <input id="postcode" class="form-input required gather" type="text" value="" name="postcode">
  2026.                   </div>
  2027.                 </div>
  2028.                 <div class="row">
  2029.                   <div class="col-xs-6 input-holder">
  2030.                     <label for="city">*City</label>
  2031.                     <input id="city" class="form-input required gather" type="text" value="" name="city">
  2032.                   </div>
  2033.                   <div class="col-xs-6">
  2034.                     <div class="state-holder input-holder sp-wrap">
  2035.                       <label for="region_id_bid">*State / Province</label>
  2036.                       <div class="btn-group bootstrap-select form-input gather"><button type="button" class="btn dropdown-toggle selectpicker btn-default" data-toggle="dropdown" data-id="region_id_bid" style="visibility: visible;"><span class="filter-option pull-left">Nothing selected</span>&nbsp;<span class="caret"></span></button><div class="dropdown-menu open"><ul class="dropdown-menu inner selectpicker" role="menu" style="visibility: visible;"><li rel="0" class="selected"><a tabindex="0" class="" style=""><span class="text"></span><i class="glyphicon glyphicon-ok icon-ok check-mark"></i></a></li></ul></div><select id="region_id_bid" class="form-input selectpicker gather mobile-device" name="region_id" style="display: none; visibility: visible;">
  2037.                         <option></option>
  2038.                       </select></div>
  2039.                     </div>
  2040.                     <div class="province-holder input-holder">
  2041.                       <label for="region">*Province</label>
  2042.                       <input id="region" class="form-input gather" type="text" name="region">
  2043.                     </div>
  2044.                   </div>
  2045.                 </div>
  2046.                 <div class="row">
  2047.                   <div class="col-sm-8 input-holder">
  2048.                     <label for="phone">*Phone Number</label>
  2049.                     <input id="phone" class="form-input required gather" type="text" value="" name="telephone">
  2050.                   </div>
  2051.                 </div>
  2052.               </div><!--/ .cc-wrap -->
  2053.             </div><!--/ #cc-info -->
  2054.           <div class="row">
  2055.             <div class="col-sm-6 col-sm-offset-3 submit-holder">
  2056.               <button type="submit" class="btn btn-pink">Submit</button>
  2057.               <img src="//qa1.artspace.com/static/common/img/loaders/image-loading-med.gif" alt="" class="loader">
  2058.             </div>
  2059.           </div>
  2060.          
  2061.         </form>
  2062.       </div>
  2063.       <div class="credits">
  2064.     <div class="bg0"><span class="artist">Damien Hirst,</span><span class="title">Pardon,</span><span class="year">2012</span></div>
  2065.     <div class="bg1"><span class="artist">James Welling,</span><span class="title">H1,</span><span class="year">2006</span></div>
  2066.     <div class="bg2"><span class="artist">Josh Smith,</span><span class="title">LARGE IMAGE J.S. (Untitled, 2006),</span><span class="year">2012</span></div>
  2067.     <div class="bg3"><span class="artist">Sol LeWitt,</span><span class="title">Two Centimeter Wavy Bands In Colors,</span><span class="year">1996</span></div>
  2068.     <div class="bg4"><span class="artist">Coke Wisdom O'Neal,</span><span class="title">The Gospel of Wealth,</span><span class="year">2013</span></div>
  2069.     <div class="bg5"><span class="artist">Alex Katz,</span><span class="title">Coleman Pond II,</span><span class="year">2007</span></div>
  2070. </div>
  2071.     </div>
  2072.   </div><!-- /.modal-dialog -->
  2073. </div><!-- /.modal -->
  2074.  
  2075.  
  2076.  
  2077. <!-- Paddle number alert -->
  2078. <div class="modal" id="paddle_modal">
  2079.     <div class="modal-dialog">
  2080.       <div class="modal-content">
  2081.       <a href="#" class="close" data-dismiss="modal" aria-hidden="true"></a>
  2082.         <div class="modal-body">
  2083.           <div class="paddle-text">
  2084.             Your paddle number is <br><strong></strong>
  2085.           </div>
  2086.         </div>
  2087.       </div>
  2088.     </div>
  2089. </div>
  2090.  
  2091.  
  2092. <!-- modified join modal (using for prereg on auctions without credit card requirement) -->
  2093. <div class="modal fade bg bg4" id="join_prereg_modal">
  2094.   <div class="modal-dialog">
  2095.     <div class="modal-content">
  2096.       <a href="#" class="close" data-dismiss="modal" aria-hidden="true"></a>
  2097.       <div class="modal-body">
  2098.         <form action="https://qa1.artspace.com/api/register" class="join" novalidate="novalidate">
  2099.           <input type="hidden" name="csrfmiddlewaretoken" value="YhpSmXC1kxnNkbIUi0VhGFOgOO5Hva5K">
  2100.           <input type="hidden" class="utm_campaign" name="utm_campaign" value="">
  2101.           <input type="hidden" class="join_target_value" name="target_value" value="?ty=thankyou">
  2102.           <input type="hidden" name="login" value="1">
  2103.           <div class="row">
  2104.             <div class="col-sm-12">
  2105.               <h3 class="h1sub">Create an Artspace account</h3>
  2106.             </div>
  2107.           </div>
  2108.           <div class="row">
  2109.             <div class="col-sm-12 error-holder"></div>
  2110.           </div>
  2111.           <div class="row form-holder">
  2112.             <div class="col-sm-6">
  2113.               <div class="input-holder">
  2114.                 <input type="text" name="email" placeholder="Enter your email address" tabindex="1" required="">
  2115.               </div>
  2116.               <div class="input-holder">
  2117.                 <label for="join_terms" class="checkbox-label"><input type="checkbox" id="join_terms" name="terms" tabindex="3" checked="" required=""><span class="terms">I accept the terms and conditions</span></label>
  2118.               </div>
  2119.             </div>
  2120.             <div class="col-sm-6 input-holder">
  2121.               <input type="password" name="password" placeholder="Enter a password" tabindex="2" required="">
  2122.             </div>
  2123.           </div>
  2124.           <div class="row">
  2125.             <div class="col-sm-6 col-sm-offset-3 submit-holder">
  2126.               <button type="submit" class="btn btn-pink">Sign up now</button>
  2127.               <img src="//qa1.artspace.com/static/common/img/loaders/image-loading-med.gif" alt="" class="loader">
  2128.             </div>
  2129.           </div>
  2130.           <div class="forgot-pass">
  2131.             Already a member? <a href="#signin" class="show-modal">Sign in here</a>
  2132.           </div>
  2133.         </form>
  2134.       </div>
  2135.       <div class="credits">
  2136.     <div class="bg0"><span class="artist">Damien Hirst,</span><span class="title">Pardon,</span><span class="year">2012</span></div>
  2137.     <div class="bg1"><span class="artist">James Welling,</span><span class="title">H1,</span><span class="year">2006</span></div>
  2138.     <div class="bg2"><span class="artist">Josh Smith,</span><span class="title">LARGE IMAGE J.S. (Untitled, 2006),</span><span class="year">2012</span></div>
  2139.     <div class="bg3"><span class="artist">Sol LeWitt,</span><span class="title">Two Centimeter Wavy Bands In Colors,</span><span class="year">1996</span></div>
  2140.     <div class="bg4"><span class="artist">Coke Wisdom O'Neal,</span><span class="title">The Gospel of Wealth,</span><span class="year">2013</span></div>
  2141.     <div class="bg5"><span class="artist">Alex Katz,</span><span class="title">Coleman Pond II,</span><span class="year">2007</span></div>
  2142. </div>
  2143.     </div>
  2144.   </div>
  2145. </div>
  2146.  
  2147.  
  2148. <!-- Paddle number alert -->
  2149. <div class="modal" id="framing_sizes_modal">
  2150.     <div class="modal-dialog">
  2151.       <div class="modal-content">
  2152.       <a href="#" class="close" data-dismiss="modal" aria-hidden="true"></a>
  2153.         <div class="modal-body">
  2154.             <div class="static-top">FRAME DETAILS &amp; ELEMENTS</div>
  2155.               <br>
  2156.               <h3>Frame</h3>
  2157.                   <p class="small-pad">All of our frames are high-quality, sustainably-sourced solid wood frames,
  2158.                     available in a White or Black satin lacquer, or Maple Veneer.</p>
  2159.  
  2160.                   <div class="clearfix small-pad">
  2161.                     <ul class="modal-frames">
  2162.                       <li><span class="frame-white"></span><br>White</li>
  2163.                       <li><span class="frame-maple"></span><br>Maple</li>
  2164.                       <li><span class="frame-black"></span><br>Black</li>
  2165.                     </ul>
  2166.                   </div>
  2167.               <h3>Mat</h3>
  2168.                   <p class="small-pad">All prints are hinged-mounted on Solid Core Conservation Board,
  2169.                     which meets all Fine Art Trade Guild conservation standards, is fade and bleed resistant,
  2170.                     and acid- and lignen-free. This means your art will be safe from sunlight,
  2171.                     temperature changes, and deterioration over time.</p>
  2172.               <h3>Acrylic Glazing</h3>
  2173.                 <p class="small-pad"> All of our frames come with picture quality .090 mm plexiglass,
  2174.                   which blocks 66% of UV to prevent color fading from exposure to light, keeping your
  2175.                   art protected for years to come. It is now considered the industry standard for
  2176.                   artists, museums and galleries throughout the world.</p>
  2177.  
  2178.                 <h3>Dimensions</h3>
  2179.                 <p>For images up to 30" x 40"</p>
  2180.                 <ul class="bullet-list">
  2181.                   <li>7/8" wide x 1 1/8" deep molding with a 3" mat</li>
  2182.                 </ul>
  2183.                   <br>
  2184.                 <p>For images 30" x 40" and up</p>
  2185.                 <ul class="bullet-list">
  2186.                   <li>1 5/8" wide x 1 5/8" deep molding with a 3" mat</li>
  2187.                 </ul>
  2188.                 <br>
  2189.             </div>
  2190.       </div>
  2191.     </div>
  2192. </div>
  2193.  
  2194. <!-- In My Room Video Popup-->
  2195. <div class="modal" id="view_in_my_room_video_modal">
  2196.     <div class="modal-dialog">
  2197.       <div class="modal-content">
  2198.       <a href="#" class="close" data-dismiss="modal" aria-hidden="true"></a>
  2199.         <div class="modal-body">
  2200.           <div class="embed-responsive embed-responsive-16by9">
  2201.             <video width="100%" preload="" controls="" poster="//qa1.artspace.com/static/video/view_in_app/ViewInAppMovie.jpg">
  2202.               <source src="//qa1.artspace.com/static/video/view_in_app/ViewInAppMovie_original.mp4" type="video/mp4">
  2203.               Your browser doesn't support HTML5 video tag.
  2204.             </video>
  2205.           </div>
  2206.         </div>
  2207.       </div>
  2208.     </div>
  2209. </div>
  2210.  
  2211.    
  2212.  
  2213. <script type="text/javascript" id="">(function(a){a("#promo-nav").click(function(){var b=a(this).children("a").html().trim();dataLayer.push({event:"GAevent",eventCategory:"NAV Promo",eventAction:"Click",eventLabel:b})})})(jQuery);</script><script type="text/javascript" id="">$("#header-promo .promo-banner a").on("click",function(b){var a=$(this);b=a.hasClass("promo-link")?"Promo Click":a.hasClass("terms-link")?"Terms Click":"Other Click";a=a.parents(".promo-banner").data("campaign");dataLayer.push({event:"GAevent",eventCategory:"HEAD Promo",eventAction:b,eventLabel:a})});</script><script type="text/javascript" id="">(function(a){a(".header_promo").children("a").click(function(){dataLayer.push({event:"GAevent",eventCategory:"Signup",eventAction:"Click",eventLabel:"Header - 10% Off"})})})(jQuery);</script><script type="text/javascript" id="">(function(a){a(".top-nav").children(".contact").children("a").click(function(){dataLayer.push({event:"GAevent",eventCategory:"Inquiry",eventAction:"Click",eventLabel:"Header - Ask An Expert"})})})(jQuery);</script><script type="text/javascript" id="">(function(a){a(".mod-suggest").click(function(){dataLayer.push({event:"GAevent",eventCategory:"Suggestions",eventAction:"Click",eventLabel:"Footer - Suggestions Modal"})})})(jQuery);</script><script type="text/javascript" id="">(function(a){a("#cart-link").click(function(){dataLayer.push({event:"GAevent",eventCategory:"Header - Your Cart",eventAction:"Click",eventLabel:window.location.href})})})(jQuery);</script><script type="text/javascript" id="">(function(a){a("#ddc-button").click(function(){dataLayer.push({event:"GAevent",eventCategory:"Dropdown - Continue to Cart",eventAction:"Click",eventLabel:window.location.href})})})(jQuery);</script><script type="text/javascript" id="">(function(a){dataLayer.push({event:"GAevent",eventCategory:"Country Code",eventAction:"Pageview",eventLabel:"EU",eventInteraction:!0})})(jQuery);</script><script type="text/javascript" id="">(function(a){a(".search-textbox").each(function(){a(this).on("typeahead:selected",function(a,b){dataLayer.push({event:"GAevent",eventCategory:"Autocomplete Search",eventAction:"clicked",eventLabel:b.value})})})})(jQuery);</script><script type="text/javascript" id="">(function(a){!0==artspace.user.logged_in&&a("#footer-login-user-banner").click(function(){dataLayer.push({event:"GAevent",eventCategory:"footer-promotion-clicked",eventAction:a(this).children("a").attr("href"),eventLabel:window.location.href})})})(jQuery);</script><script type="text/javascript" id="">$(".art-follow").submit(function(a){dataLayer.push({event:"GAevent",eventCategory:"Preference Modal",eventAction:"View Step Three",eventLabel:"Artist Follow"})});</script><script type="text/javascript" id="">(function(a){a("#geo-toggle .dropdown-select").click(function(){var b=a(this).attr("data-selected");dataLayer.push({event:"GAevent",eventCategory:"Currency Switch",eventAction:b,eventLabel:"Initial Value"})});a(".GTM-unit-toggle:not(.selected)").click(function(){var b="unit:"+a(".GTM-unit-toggle.selected").attr("data-unit");dataLayer.push({event:"GAevent",eventCategory:"Unit Switch",eventAction:b,eventLabel:"Initial Value"})})})(jQuery);</script><script type="text/javascript" id="">(function(a){a("#geo-toggle .dropdown").children(".dropdown-menu").children("li").click(function(){var b=a(this).children("a").attr("data-value");dataLayer.push({event:"GAevent",eventCategory:"Currency Switch",eventAction:b,eventLabel:"Change Value"})});a(".GTM-unit-toggle:not(.selected)").click(function(){var b="unit:"+a(this).attr("data-unit");dataLayer.push({event:"GAevent",eventCategory:"Unit Switch",eventAction:b,eventLabel:"Change Value"})})})(jQuery);</script><script type="text/javascript" id="">(function(a){a(".GTM-save-mg").click(function(){var b=a("body").attr("id");dataLayer.push({event:"GAevent",eventCategory:"save",eventAction:"mygallery",eventLabel:0<=b.indexOf("work")?"work page":"not work page"})})})(jQuery);</script><script type="text/javascript" id="">(function(a){a(".artist-follow").submit(function(a){dataLayer.push({event:"GAevent",eventCategory:"Preference Modal",eventAction:"View Step Four",eventLabel:"Partner Follow"})})})(jQuery);</script><script type="text/javascript" id="">(function(a){a(".partner-follow").submit(function(a){dataLayer.push({event:"GAevent",eventCategory:"Preference Modal",eventAction:"View Confirm",eventLabel:"Preference Confirm"})})})(jQuery);</script><script type="text/javascript" id="">(function(a){a(".ga-tag-event").click(function(){dataLayer.push({event:"GAevent",eventCategory:a(this).attr("data-category"),eventAction:a(this).attr("data-action"),eventLabel:a(this).attr("data-label")})})})(jQuery);</script><script type="text/javascript" id="">var _kmq=_kmq||[],_kmk=_kmk||"2812b9696681ed00f8c189886231096a961671db";function _kms(c){setTimeout(function(){var a=document,b=a.getElementsByTagName("script")[0],a=a.createElement("script");a.type="text/javascript";a.async=!0;a.src=c;b.parentNode.insertBefore(a,b)},1)}_kms("//i.kissmetrics.com/i.js");_kms("//scripts.kissmetrics.com/"+_kmk+".2.js");</script><script type="text/javascript" id="">(function(a){a(".art-follow").submit(function(){dataLayer.push({event:"GAevent",eventCategory:"Preference Modal - Follow Count",eventAction:"Mediums",eventLabel:a("#art_follow_modal").find("input:checked").length.toString()})})})(jQuery);</script><script type="text/javascript" id="">(function(a){a(".artist-follow").submit(function(){dataLayer.push({event:"GAevent",eventCategory:"Preference Modal - Follow Count",eventAction:"Artists",eventLabel:a("#artist_follow_modal").find("input:checked").length.toString()})})})(jQuery);</script><script type="text/javascript" id="">(function(a){a(".partner-follow").submit(function(){dataLayer.push({event:"GAevent",eventCategory:"Preference Modal - Follow Count",eventAction:"Partners",eventLabel:a("#partner_follow_modal").find("input:checked").length.toString()})})})(jQuery);</script><script type="text/javascript" id="">(function(a){a(".collector-type").submit(function(){dataLayer.push({event:"GAevent",eventCategory:"Preference Modal - Follow Count",eventAction:"Collector Category",eventLabel:a("#collector_category_modal").find("input:checked").length.toString()})})})(jQuery);</script><script type="text/javascript" id="">(function(a){a("#artist_input").on("typeahead:selected",function(a,b,c){dataLayer.push({event:"GAevent",eventCategory:"Preference Modal - Follow Data",eventAction:"Search",eventLabel:"Artist: "+b.value})})})(jQuery);</script><script type="text/javascript" id="">(function(a){a("#partner_input").on("typeahead:selected",function(a,b,c){dataLayer.push({event:"GAevent",eventCategory:"Preference Modal - Follow Data",eventAction:"Search",eventLabel:"Partner: "+b.value})})})(jQuery);</script><script type="text/javascript" id="">(function(a){a("#art_follow_modal, #artist_follow_modal, #partner_follow_modal").find('input[type\x3d"checkbox"]').click(function(){var b=a(this).attr("data-obj-type"),b=b.charAt(0).toUpperCase()+b.slice(1),c=a(this).prop("checked")?"Checkbox":"Un-Follow";dataLayer.push({event:"GAevent",eventCategory:"Preference Modal - Follow Data",eventAction:c,eventLabel:b+": "+a(this).parent().children("label").html()})})})(jQuery);</script><script type="text/javascript" id="">(function(b){b(".collector-type").submit(function(){var a;a=b("#collector_category_modal").find("input:checked");a=0<a.length?b(a).parent().children("label").html().trim():"None selected";dataLayer.push({event:"GAevent",eventCategory:"Preference Modal - Follow Data",eventAction:"Radio",eventLabel:"Category: "+a})})})(jQuery);</script><iframe id="rufous-sandbox" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true" style="position: absolute; visibility: hidden; display: none; width: 0px; height: 0px; padding: 0px; border: none;"></iframe>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement