﻿@font-face {
    font-family: 'Proxima Nova';
    src: url('/../proximanova-regular-webfont.eot');
    src: url('/../proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/../proximanova-regular-webfont.woff') format('woff'),
         url('/../proximanova-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/../proximanova-bold-webfont.eot');
    src: url('/../proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/../proximanova-bold-webfont.woff') format('woff'),
         url('/../proximanova-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face 
{    
	font-family: 'ProximaNovaLtSemibold';    
	src: url('/../proximanova-sbold-webfont.eot');    
	src: url('/../proximanova-sbold-webfont.eot?#iefix') format('embedded-opentype'),         
	url('/../proximanova-sbold-webfont.woff') format('woff'),         
	url('/../proximanova-sbold-webfont.ttf') format('truetype'),         
	url('/../proximanova-sbold-webfont.svg#ProximaNovaLtSemibold') format('svg');    
	font-weight: normal;    
	font-style: normal;
}

.thankYouForm {
    z-index:2001;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    font-size: 12px;
    font-family: georgia;
}

.margins {
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.greyDot
{
	height:2px; 
	background-image: url('/../images/DotDarkGrey3.png');
}

.greyLine1px {
    height: 1px;
    background-image: url('/../images/DotDarkGrey3.png');
}

.greyLine2px
{
	height:2px; 
	background-image: url('/../images/DotDarkGrey3.png');
}

.greyDot3px
{
	height:3px; 
	background-image: url('/../images/DotDarkGrey3.png');
}

.greyLine4px {
    height: 4px;
    background-image: url('/../images/DotDarkGrey3.png');
}

.halfGreyLine
{
	height:2px; 
	background-image: url('/../images/DotDarkGrey3.png');
    width: 49%;
    float:left;
}

.halfGreyLine0px
{
    height:0;
}

.halfGreyLine3px
{
	height:3px; 
	background-image: url('/../images/DotDarkGrey3.png');
    width: 49%;
    float:left;
}

.menuitem
{
	color: white;
}

.menuDiv {
    position: absolute;
    width: 100%;
    left: 0;
    top: -205px;
    display: none;
    background-color: black;
    opacity: 0.9;
    border-bottom: solid 5px red;
}

.menuItemDiv {
    height: 50px;
    padding-left: 15%;
    padding-top: 8px;
}

.menuItemTitle {
    font-size: 15px;
    line-height: 18px;
}

.menuitemselected {
    color: #1e9bc5;
}

.menuSpacer {
    padding-left: 20px;
    padding-right: 20px;
    background-color: black;
}

body
{
	font-family: georgia;
	font-size: 19px;
	margin: 0px;
}

.searchField {
    height: 50px;
    width: 100%;
    line-height: 25px;
    border: 0px;
    padding: 0px 2.5% 0px 2.5%;
    margin-left: -1px;
    background-color: #EEEEEE;
    font-size: 20px;
}

.inputNewsLetter
{
	border-width: 1.5px;
    border-color: rgb(119, 119, 119);
    width: 100%;
    height: 30px;
}

.proximaSemiBold
{
	font-family: 'ProximaNovaLtSemibold';
	letter-spacing: 2px;
}

.artistName
{
    font-size: 18px;
}

.container-fluid
{
    padding: 0;
}

.newsDiv
{
    margin-left: 10%;
    width: 80%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.signUpButton {
    color: white;
    display: block;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 310px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
}

.signUpButtonWithBorder {
    border: 1px white solid;
    background-color: #999999;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 2px;
    color: white;
    width: 170px;
    height: 30px;
    font-family: 'Proxima Nova';
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
}

.viewFullButton
{
    background-color: #CFCDCA;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-family: 'Proxima Nova';
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.viewMoreButton
{
    background-color: #363636;
    color: white;
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    width: 60%;
    margin-bottom: 15px;
    margin-left: 20%;
    border: none;
}

.artistViewMoreButton {
    margin-top: 10px;
    width: 170px;
    height: 30px;
    font-size: 15px;
    border: 1px solid black;
    background-color: white;
}

.tweetHeader
{
    height: 20px;
    vertical-align:middle;
    line-height:20px;
}

.tweetHeader img
{
    border:0px;
}

.tweetHeaderRight
{
	color: #ED2E24;
    line-height:20px;
    float: left;
    font-size:10px;
}

.tweetHeaderLeft
{
    float: left;
    line-height: 20px;
    font-size: 12px;
    font-family: 'ProximaNovaLtSemibold'; 
    letter-spacing: 1px;
}

.tweetLeft
{
    float: left;
    width: 49%;
    font-size: 12px;
    overflow: hidden;
}

.tweetLeft a, .tweetRight a
{
    color: #ed2e24;
}
 
 .tweetRight
{
    float: left;
    width: 49%;
    margin-left: 2%;
    font-size: 12px;
    overflow: hidden;
}   

.footerSocial {
	width: 100%;
    align-items: center;
    background-color: #e7e5e2;
    padding-bottom: 13px;
    text-align: center;
}

.footerSocialHeader {
	height: 52px;
	line-height: 52px;
	font-family: 'ProximaNovaLtSemibold';
	letter-spacing: 2px;
    font-size: 18px;
}

.socialLinks {
	margin-right: 10px;
	border: none;
}

.socialLinks img, .socialLastLink img 
{
    width: 70px;
}

.proxima
{
	font-family: 'Proxima Nova';
	letter-spacing: 1px;
}

a
{
    text-decoration: none;
}

a:hover
{
	color: #ED2E24;
    text-decoration: none;
}


.newsHeader {
    color: #ED2E24;
    font-family: 'ProximaNovaLtSemibold';
    letter-spacing: 2px;
    font-size: 16px;
    margin-top: 10px;
}

.newsHeader a {
    color: #ED2E24;
}

.newsDate {
    font-size: 14px;
}

.newsImage {
    width: 100%;
    height: auto;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
}

.saveArtworkButton
{
    background-color: rgb(58, 58, 58);
    color: white;
    cursor: pointer;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    border: none;
    width: 100%;
    text-align: center;
}

.makeAnOfferButton
{
    background-color: rgb(211, 210, 210);
    cursor: pointer;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: 4px;
    border: none;
    width: 100%;
    text-align: center;
}

.btnReadFullDiv {    
    background-color: rgb(211, 210, 210);
    color: white;    
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: 5%;
    margin-bottom: 7%;
    width: 50%;
    text-align: center;
    margin-left: 25%;
}

.contactUsButton
{
    background-color: white;
    color: rgb(58, 58, 58);
    cursor: pointer;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: 4px;
    margin-bottom: 15px;
    border: 1px solid rgb(119, 119, 119);
    width: 100%;
    text-align: center;
}

.contactUsButton:hover, .makeAnOfferButton:hover, .saveArtworkButton:hover 
{
    cursor: pointer;
}

.artworkButtons
{
    width: 49%;
}

.searchResults
{
	border: 0px;
	padding: 0px;
	background-color: #ffffff;
}

.imageViewDiv
{
	background-color: #ffffff;
}

.searchResultsContent
{
	margin-bottom: 10px;
}

.searchResultsImgRow
{
	/*margin-top: 11px;*/
    display: flex;
}

.searchResultsImgDiv
{
	width: 49%;
	float: left;
}

.artworksImage
{
    width: 100%;
}

.searchResultsImgDescription
{
	padding-bottom: 5px;
}

.searchResultsImgDescription h2
{
	font-size: 19px;
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	text-transform: none;
	font-weight: normal;
}

.searchResultsImgRowSpacer
{
	width: 2%;
	float: left;
    height: 1px;
}

.artistsImgRowSpacer {
    width: 15px;
    height: 1px;
}

.hiddenLink
{
	color: rgb(58, 58, 58);
    display:block;
}

.displayNone
{
    display: none;
}

.searchResultTypeControl
{
	text-align:center;
	color: #ed2e24;
	letter-spacing: 1px;
	height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.listViewDiv
{
	background-color: #E7E5E2;
	padding-left: 2.5%;
    margin-top: 6px;
    margin-left: -2.5%;
    margin-right: -2.6%;
    font-size: 16px;
}

.artistLetterRow span
{
	float: right;
	color: #BBB;
}

.listViewLeterTitle
{
	font-family: 'ProximaNovaLtSemibold';
	letter-spacing: 1px;
	padding: 14px 0px 5px 0px;
	background-image: url('/../images/dotBlack3.png'); 
	background-position: bottom left;
	background-repeat: repeat-x;
    background-size: 2px auto;
	font-size: 16px;
    color: black;
}

.BiographyReadMore {
    font-size: 14px;
    color: #ED2E24;
    cursor: pointer;
    line-height: 25px;
}

.completionList {
    background-color: white;
    width: 100%;
    border-bottom-color: red;
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

#searchList
{
	z-index: 10000;
	text-align: left;
}

.autocompletiotionLine {
    width: 100%;
    vertical-align: middle;
    margin-left: 10px;
}

.autocompletiotionLineOuterDiv {
    padding-right: 20px;
    margin-right: 20px;
}

.autocompletiotionLineCell {
    overflow: hidden;
    padding-left: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
}

.acLineCellArtist {
    font-family: 'ProximaNovaLtSemibold';
    letter-spacing: 1px;
    color: #ED2E24;
    text-transform: uppercase;
}

.autocompletiotionLineRow {
    min-height: 32px;
    height: 32px;
}

.red
{
	color: #ED2E24;
}

.ddl 
{
    background-color :#E5E3DF;
    padding-top: 2px;
    padding-bottom: 2px;
}

.style1
    {
        height: 28px;
    }
    .style2
    {
        height: 10px;
    }
    

.artist-article-product-information-holder
{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.artist-article-product-buttons
{
    position: absolute;
    bottom: 0;
    right: 0;
}

.red-background-white-color
{
	background-color: #ED2E24;
	color:White
}


/* popup email subscription */


.pps_slideUp {
    position: fixed;
    bottom: 0;
    display: none;
    padding-left: 25px;
    padding-right: 25px;
    width: 100%;
    color: white;
    border-top: red solid 5px;
    z-index: 2;
}

.pps_close 
{
    right:50%;
    top:10px;
}

.pps_close a
{
    color:#363636;
}



.pps_table 
{
	text-align: center;
	z-index:10000;
}

.pps_table td 
{
    padding-left:10px;
    padding-right:10px;
}


.pps_header_table 
{
    font-size : 30px;
    padding-top :55px;
    line-height: 40px;
}

@media screen and (max-height: 300px) {
   .pps_sub_header 
   {
       visibility:hidden;
       height:0px;
   }
   
   .pps_sub_header label 
     {
        height:0px;
   }
   
   .pps_header_table 
     {	
        font-size : 24px;
        padding-top: 5px;
    }
}



.pps_sub_header
{
    font-size : 20px;
    line-height: 28px;
    margin-top: 30px;
}

.pps_sub_header label
{
    font-weight:normal;
}

.pps_email 
{
    position:absolute;
    border-spacing:0;
    padding :0;
    bottom:0px;
    width:100%;
    
}

.pps_email td
{
    padding-bottom:15px;
    padding-left:5px;
    padding-right:5px;
    text-align:center;
}

.pps_email input[type="text"]
{
    width:100%; 
    padding:0px 5px 0px 5px;
}

.pps_input 
{
    background-color: white; 
    width: 255px;
    font-size : 15px;
    height: 30px;
    padding-left: 3px;
    color: black;
}

.pps_subscribeToEmailButton
{
    border: 1px white solid;
    background-color: black;
	font-size : 15px;
	letter-spacing: 2px;
    color: white;
	width: 170px;
	height: 30px;
	font-family: 'Proxima Nova';
	padding-top:0;
	padding-bottom:0;
}

.blackButtonOnWhiteBack {
    width: 170px;
    height: 30px;
    background-color: black;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
}

.redButton {
    width: 170px;
    height: 30px;
    background-color: #FF0506;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    color: white;
}

.whiteButtonOnWhiteBack {
    border: 1px solid black;
    width: 170px;
    height: 30px;
    font-size: 15px;
    text-align: center;
    padding-top: 6px;
}

.whiteButtonOnWhiteBack3InRow {
    border: 1px solid black;
    width: 110px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
}

.collectionButton {
    border: none;
    max-width: 170px;
    font-size: 10px;
    line-height: 13px;
    color: black;
    background-color: white;
    min-height: 20px;
    max-height: 30px;
    text-transform: uppercase;
    white-space: normal;
    text-align: left;
    cursor: pointer;
}

.noLinkWhite {
    color: #ffffff;
    border-bottom: 0px;
}

.sendOfferMainDiv {
    display: none;
    position: absolute;
    z-index: 9;
    border-top: 3px solid red;
    top: -2000px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
}

.FollowArtistMobileMainDiv {
    display: none;
    position: absolute;
    z-index: 9;
    border-top: 3px solid red;
    top: -2000px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
}

.successfulMessageLayer {
    border-top: 3px solid red;
    display: none;
    color: white;
    text-align: center;
    position: fixed;
    left: 0;
    padding: 30px 25px;
    font-size: 30px;
    line-height: 40px;
    bottom: -1000px;
    z-index: 2;
}

.productPageFollowButton {
    width: 120px;
    height: 20px;
    color: black;
    background-color: white;
    font-size: 10px;
    letter-spacing: 1px;
    border: 1px solid black;
    line-height: 20px;
    text-align: center;
}

.redA a {
    color: #ED2E24;
}

.artistsSortLink a {
    color: black;
    text-decoration: none;
}

.lbRemovedUnderline {
    text-decoration: none !important;
    border: none;
}