@import url("animate.css");

.Artist_Section {padding-top: 35px;}

.artist-hover-thumbnail {
	width:400px;
	height: 600px;
	text-align:center;
	float: right;
	margin-right: 2%;
}

.artist-hover-thumbnail img{
	max-width: 100%!important;
	width: 90%;
	height: auto;
}


ul.artist-hover-list {
	float: left;
	width: 600px;
	padding-left: 0px;
	margin-left: 0px;
}


ul.artist-hover-list li{
	display: block;
	float: left;
	width: 190px;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

.artistbutton:hover{
	cursor:pointer;
}

.selectArtist {
	width: 170px;
	position: relative;
	background-color: #FFF;
	display: block;
	float: left;
	clear: left;
	top: 0;
	z-index: 5;
	line-height: 1.7em;
	font-size: 15px;
	letter-spacing: .045em;
	color: #666;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-right: 10px;
	}
		
.selectArtist.a-down {
	border: 1px solid #D3D3D3;
	
	}
		
		
.selectArtist.a-up  {
	color: #000;
	z-index: 125;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D3D3D3;
	border-right-color: #D3D3D3;
	border-bottom-color: #D3D3D3;
	border-left-color: #D3D3D3;
	}
		
#select-artist:hover{
	cursor:pointer;
}
#select-artist{
	color: #666;
	display: block;
    width: 100%;
    line-height: 2em;
    z-index: 20;
	}
	
	
.selectArtist.a-down span.arrow {
	width: 23px;
	height: 13px;
	overflow: hidden;
	background-image: url("../images/arrow-menu.png");
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	right: 10px;
	display: inline;
	top: 15px;
	}


.selectArtist.a-up span.arrow {
	width: 23px;
	height: 13px;
	overflow: hidden;
	background-image: url("../images/arrow-menu.png");
	background-repeat: no-repeat;
	background-position: right -15px;
	position: absolute;
	right: 10px;
	top: 11px;
	display: inline;
	}



.artist-list-wrapper {
	position: relative;
	clear: left;
	
}
#artist-list {
	background-color: #FFFFFF;
	height: 230px;
	width: 650px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	position: absolute;
	top: 36px;
	left: 0px;
	z-index:100;
	border: 1px solid #D3D3D3;
	display:none;
	padding-top: 1em;
	padding-right: .25em;
	padding-bottom: 1em;
	padding-left: 1em;
}


.artist-list-inner {
	height: 235px;
	overflow: auto;
}

form#sf-form #artist-list .check-wrapper {
	width: 33%;
	float: left;	
}
form#sf-form #artist-list label {
	display: inline;
    font-weight: normal;
    letter-spacing: .045em;
}

form#sf-form #artist-list input[type="checkbox"] {
	margin-bottom: 15px;
	display: inline;
}

.color-wrapper {
	float: left;
    clear: both;
    margin-top: 25px;
	}

.color-wrapper label{
	display: inline-block;
	text-align: center;
	width: 70px;
	height: 34px;
	float:left;
	font-weight: normal;
	margin-right: 20px;
	 margin-bottom: 25px;
	}

.color-wrapper label > input {
    visibility: hidden;
    position: absolute;
}

form#sf-form .color-wrapper div{
    width: 70px;
    height: 22px;
	background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}


form#sf-form .ss-searchform-colors-blues {
    background-image: url("../images/ss-form-color-blues.png");
}

form#sf-form .ss-searchform-colors-greens {
    background-image: url("../images/ss-form-color-greens.png");
   
}

form#sf-form .ss-searchform-colors-yellows {
    background-image: url("../images/ss-form-color-yellows.png");
}

form#sf-form .ss-searchform-colors-neutrals {
    background-image: url("../images/ss-form-color-grays.png");
}

form#sf-form .ss-searchform-colors-metallics {
    background-image: url("../images/ss-form-color-metallics.png");
}

form#sf-form .ss-searchform-colors-neutrals {
    background-image: url("../images/ss-form-color-neutrals.png");
}

form#sf-form .ss-searchform-colors-oranges {
    background-image: url("../images/ss-form-color-oranges.png");
}

form#sf-form .ss-searchform-colors-purples {
    background-image: url("../images/ss-form-color-purples.png");
}

form#sf-form .ss-searchform-colors-reds {
    background-image: url("../images/ss-form-color-reds.png");
}

form#sf-form .ss-searchform-colors-whites {
    background-image: url("../images/ss-form-color-whites.png");
}

form#sf-form .ss-searchform-colors-bw {
    background-image: url("../images/ss-form-color-bw.png");
}

.button-wrapper {
	float: right;
	width: 170px;
	position: relative;
	margin-top: 16px;
    margin-right: 0px;
	}


.artistbutton {
	display: inline;
	float: left;
	margin-right: 10px;
	font-size: 11px;
	background-image: url(../images/x-close.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #2E7084;
}

.artistbutton:hover {
	color: #0B384B;
}

.artistbutton-wrapper {
	clear: both;
}




@media (max-width: 1161px) {
	
	
#artist-list {
	width: 350px;
	height: 250px;
	
}

.artist-list-inner {
    height: 250px;	
}

form#sf-form #artist-list .check-wrapper {
    width: 85%;
    margin-bottom: 10px;
}

.button-wrapper {
	float: none;
	clear: both;
	margin: 25px auto;
	display: table;
	width: 210px;
	
	}
}



@media (max-width: 830px) {
	
.selectArtist {
	width: 98.25%;
	margin-right: 0px;
	margin-bottom: 5px;
	}
	



}

.ss-searchform-orientation-label > input, .ss-searchform-size-label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}
.ss-searchform-orientation-label > input + div, .ss-searchform-size-label > input + div, .ss-searchform-color-label > input + div{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
.ss-searchform-orientation-label > input:checked + div, .ss-searchform-size-label > input:checked + div, .ss-searchform-color-label > input:checked + div{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid gray;
}

#boxscroll {
  /*  height: 600px; */
    overflow: auto;
    margin-bottom: 0px;
	position: relative;
	padding-right: 15px;
	/* add these if nicescroll is active 
	overflow: hidden; 
	cursor: grab;*/
}

#boxscroll2 {
   /* height: 600px;*/
    overflow: auto;
    margin-bottom: 0px;
	position: relative;
	padding-right: 15px;
	/* add these if nicescroll is active 
	overflow: hidden; 
	cursor: grab;*/
}
.ss-form-wrapper{
	padding: .5em;
	background-color: #F9F9F9;
	color: #666666;
	background-image: url("../images/txt-advanced-artsearch.png");
	background-repeat: no-repeat;
	background-position: 5px 5px;
	margin-bottom: 40px;
}
.ss-form-toggle:hover, .ss-searchform-reset:hover, .ss-searchform-submit:hover{
	cursor: pointer;
}



div.ss-form-toggle {
	width: 100%;
	height: 10px;
	overflow: hidden;
	padding: 5px;
	background-image: url("../images/arrow-lessmore.png");
	background-repeat: no-repeat;
	background-position: right 4px;
	color: #000;
	font-size: 12px;
	/*float: right;
	padding-left: 325px;
	float: left;*/
}


div.ss-form-toggle.inactive {
	background-position: right -15px;
	color: #fa8431;
	
}

div:hover.ss-form-toggle {
	text-decoration: none;
}


form#sf-form { 
	padding: 1em;
	font-size: 14px;
	color: #666666;
	display: none;
}





form#sf-form select{ 
	display: inline-block;
	width: 150px;
    margin-right: 10px;
	float: left;
	background-image: url(../images/arrow-dwn-select.png);
    background-repeat: no-repeat;
    background-position: right 12px;
	line-height: 1.7em;
	font-size: 15px;
	letter-spacing: .045em;
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

form#sf-form input[type="checkbox"]{ 
	display: inline-block;
	width: 15px;
	height: 15px;
	border: solid 1px #666;
    margin-right: 5px;
	float: left;
}

form#sf-form input[type="radio"]{ 
  
}


form#sf-form label.ss-searchform-series-title{ 
	display: inline-block;
	float: left;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 10px
}

form#sf-form label.ss-searchform-orientation-title{ 
	display: inline-block;
	float: left;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 15px
}


form#sf-form  label.ss-searchform-size-title{
	display: inline-block;
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 20px;
}



form#sf-form .ss-searchform-orien-sq label, form#sf-form .ss-searchform-orien-port label, form#sf-form .ss-searchform-orien-land label, form#sf-form .ss-searchform-size-sm label, form#sf-form .ss-searchform-size-md label, form#sf-form .ss-searchform-size-lrg label, form#sf-form .ss-searchform-size-over label {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	width: 100%;
    display: table;
	} 


form#sf-form .ss-searchform-orien-sq {
	background-image: url("../images/orien-sq.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	width: 27px;
	height: 27px;
	float: left;
	
}

form#sf-form .ss-searchform-orien-sq input[type="radio"]{ 
    margin-left: 15px;
}


form#sf-form .ss-searchform-orien-port {
	background-image: url("../images/orien-portrait.png");
	background-repeat: no-repeat;
	background-position: center top;
	width: 23px;
	height: 37px;
	float: left;
	margin-left: 15px;
	
	}
	
form#sf-form .ss-searchform-orien-port input[type="radio"]{ 
    margin-left: 15px;
}

form#sf-form .ss-searchform-orien-land {
	background-image: url("../images/orien-landscape.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	width: 39px;
	height: 23px;
	float: left;
	margin-left: 10px;
}


form#sf-form .ss-searchform-orien-land input[type="radio"]{ 
    margin-left: 15px;
}


form#sf-form .ss-searchform-size-sm {
	background-image: url("../images/size-sm.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	width: 23px;
	height: 23px;
	float: left;
	margin-left: 10px;
}

form#sf-form .ss-searchform-size-md {
	background-image: url("../images/size-md.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	width: 34px;
	height: 34px;
	float: left;
	margin-left: 10px;
}

form#sf-form .ss-searchform-size-lrg {
	background-image: url("../images/size-lrg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	width: 46px;
	height: 46px;
	float: left;
	margin-left: 10px;
}


form#sf-form .ss-searchform-size-over {
	background-image: url("../images/size-xlrg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	width: 51px;
	height: 51px;
	float: left;
	margin-left: 10px;
}


form#sf-form .ss-searchform-size-sm input[type="radio"]{ 
    margin-left: 15px;
}

form#sf-form .ss-searchform-size-md input[type="radio"]{ 
    margin-left: 15px;
}

form#sf-form .ss-searchform-size-lrg input[type="radio"]{ 
    margin-left: 20px;
}

form#sf-form .ss-searchform-size-over input[type="radio"]{ 
    margin-left: 25px;
}


form#sf-form input[type=submit], form#sf-form input[type=submit] .button, form#sf-form input[type=button]#sf-resetbtn{
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.045em;
	margin-top: 10px;
	background-color: #FFF;
	border: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: .75em;
	padding-right: .75em;
	color: #ffffff;
	background-color: #676767;
	text-transform: uppercase;
	min-width: 70px;
	border-radius: 0px;
	box-shadow:  none;
	float:left;	
}

form#sf-form input[type=button]#sf-resetbtn {
	clear: both;
	margin-right: 5px;
	color: #333;
	background-color: transparent;	
	  
}


.selectArtist {
	width: 170px;
	position: relative;
	background-color: #FFF;
	display: block;
	float: left;
	clear: left;
	top: 0;
	z-index: 5;
	line-height: 1.7em;
	font-size: 15px;
	letter-spacing: .045em;
	color: #666;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-right: 10px;
	}

.selectArtist.a-down {
	border: 1px solid #D3D3D3;

	}


.selectArtist.a-up  {
	color: #000;
	z-index: 125;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D3D3D3;
	border-right-color: #D3D3D3;
	border-bottom-color: #D3D3D3;
	border-left-color: #D3D3D3;
	}
		
		
.selectArtist a{
	color: #666;
	display: block;
    width: 100%;
    line-height: 2em;
    z-index: 20;
	}
	
	
.selectArtist.a-down span.arrow {
	width: 23px;
	height: 13px;
	overflow: hidden;
	background-image: url("../images/arrow-menu.png");
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	right: 10px;
	display: inline;
	top: 15px;
	}


.selectArtist.a-up span.arrow {
	width: 23px;
	height: 13px;
	overflow: hidden;
	background-image: url("../images/arrow-menu.png");
	background-repeat: no-repeat;
	background-position: right -15px;
	position: absolute;
	right: 10px;
	top: 11px;
	display: inline;
	}



.artist-list-wrapper {
	position: relative;
	clear: left;
	
}
#artist-list {
	background-color: #FFFFFF;
	height: 230px;
	width: 650px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	position: absolute;
	top: 36px;
	left: 0px;
	z-index:100;
	border: 1px solid #D3D3D3;
	display:none;
	padding-top: 1em;
	padding-right: .25em;
	padding-bottom: 1em;
	padding-left: 1em;
}


.artist-list-inner {
	height: 235px;
	overflow: auto;
}

form#sf-form #artist-list .check-wrapper {
	width: 33%;
	float: left;	
}
form#sf-form #artist-list label {
	display: inline;
    font-weight: normal;
    letter-spacing: .045em;
	
}

form#sf-form #artist-list input[type="checkbox"] {
	margin-bottom: 15px;
	display: inline;
}

.color-wrapper {
	float: left;
    clear: both;
    margin-top: 25px;

	}

.color-wrapper label{
	display: inline-block;
	text-align: center;
	width: 70px;
	height: 34px;
	float:left;
	font-weight: normal;
	margin-right: 20px;
	 margin-bottom: 25px;
	}

.color-wrapper label > input {
    visibility: hidden;
    position: absolute;
}

form#sf-form .color-wrapper div{
    width: 70px;
    height: 22px;
	background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;

}


form#sf-form .ss-searchform-colors-blues {
    background-image: url("../images/ss-form-color-blues.png");
  
}

form#sf-form .ss-searchform-colors-greens {
    background-image: url("../images/ss-form-color-greens.png");
   
}

form#sf-form .ss-searchform-colors-yellows {
    background-image: url("../images/ss-form-color-yellows.png");
 
}

form#sf-form .ss-searchform-colors-neutrals {
    background-image: url("../images/ss-form-color-grays.png");
}

form#sf-form .ss-searchform-colors-metallics {
    background-image: url("../images/ss-form-color-metallics.png");
}

form#sf-form .ss-searchform-colors-neutrals {
    background-image: url("../images/ss-form-color-neutrals.png");
}

form#sf-form .ss-searchform-colors-oranges {
    background-image: url("../images/ss-form-color-oranges.png");
}

form#sf-form .ss-searchform-colors-purples {
    background-image: url("../images/ss-form-color-purples.png");
}

form#sf-form .ss-searchform-colors-reds {
    background-image: url("../images/ss-form-color-reds.png");
}

form#sf-form .ss-searchform-colors-whites {
    background-image: url("../images/ss-form-color-whites.png");
}

form#sf-form .ss-searchform-colors-bw {
    background-image: url("../images/ss-form-color-bw.png");
}


.button-wrapper {
	float: right;
	width: 190px;
	position: relative;
	margin-top: 13px;
    margin-right: -7px;
	}



@media (max-width: 1161px) {
	
	
#artist-list {
	width: 350px;
	height: 250px;
	
}

.artist-list-inner {
    height: 250px;	
}

form#sf-form #artist-list .check-wrapper {
    width: 85%;
    margin-bottom: 10px;
}

.button-wrapper {
	float: none;
	clear: both;
	margin: 25px auto;
	display: table;
	width: 210px;
	
	}
}

@media only screen and (max-width: 1150px) {

form#sf-form .size-wrap {
	margin-top: 25px;
	margin-bottom: 25px;
	clear: both;
	float: left;
	}

}

@media only screen and (max-width: 830px) {


/*
div.ss-form-toggle {
	float: right;
	padding-left: 325px;
}
*/


.selectArtist {
	width: 98.25%;
	margin-right: 0px;
	margin-bottom: 5px;
	}
	


form#sf-form .series-wrap{ 
	margin-top: 20px;
	float: left;
	clear: both;
}

form#sf-form .orientation-wrap{ 
	margin-top: 25px;
	margin-bottom: 25px;
	clear: both;
	float: left;
}

form#sf-form select {
    width: 100%;
    margin-right: 0px;
}

}

@media only screen and (max-width: 480px) {


div.ss-form-toggle {
	float: left;
	padding-left: 325px;
}

}

div.ss-hover {
	display: table;
	position: absolute;
	transition: all 500ms ease-in-out 0s;
	background-color: rgba(125, 125, 125, 0.88);
	width: 100%;
	height: 100%;
	z-index: 5;
	left:0px;
	right: 0px;
	top:0px;
	bottom:0px;
opacity: 0;
	}

div.ss-hover span {
	display: table;
	position: absolute;
	font-family: 'Belleza',Arial,Helvetica,sans-serif;
	color: #FFF;
	line-height: 2.15em;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	z-index: 7;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	width:110px;
	left: 50%;
	top: 24%;
	margin-left: -55px;
	padding: 10px 0px;
	}

div.ss-hover:hover {
	opacity: 100;
	}

.thumbbox a {
	/*display: table;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index:10;*/
	}
.artist-intro {    
padding-top: 35px;
}
	
.artist-intro h1.page_title, .search-filter-results h1.page_title {
    text-align: left;
	font-size: 28px;
	padding-bottom: 15px;
	margin-top: 0px;
/*	
	border-bottom: solid 4px #ccc;
	font-weight: 300;
	*/
	width: 100%;
	float: left;
}

/*
.artist-intro h1.page_title span, .search-filter-results h1.page_title span{
    font-weight: 700;
	color: #000;
}*/
.artist-intro-bio { 
	font-size: 15px;
    line-height: 1.9em;
    padding-right: 7%;
	
}	
	
.intro-one-third { 
	width: 36%;
	margin-right: 2%;
	float: left;
}	
.intro-two-thirds { 
	width: 62%;
	margin-right: 0%;
	float: left;
}	



img.artist-bio-photo {
	width: 100%!important;
	height: auto;
	max-width: 400px;
	clear: both;
	margin-bottom: 25px;
	}

.artist-intro .imageholder, .search-filter-results .imageholder {
	margin-top: 0px;
	padding-bottom: .5em;
	margin-left: 4%;
    margin-bottom: 4%;
    margin-right: 0;
	clear: none;
    height: 370px;
	}

.search-filter-results .imageholder {
	margin-left: 30px;
    margin-bottom: 20px;
	}

.artist-intro .thumbbox, .artist-intro .thumbbox-nojs, .search-filter-results .thumbbox, .search-filter-results .thumbbox-nojs {
    overflow: hidden;
    width: auto;
    height: auto;
	margin-bottom: 10px;
}

.artist-intro .thumbbox img, .search-filter-results .thumbbox img {
    padding: 1em;
    height: auto!important;
	left: auto;
    min-width: 0%!important;
    min-height: 0px;
	max-height: 272px;
}


.imagetext {
	padding: 0em 1em 0em 1em;
}



.artist-intro .imagetext, .search-filter-results .imagetext {
	font-size: 13px;
	line-height: 1.2em;
	text-align: left;
	vertical-align: bottom;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	color: #707070;
	padding: 0em 1em 0em 1em;
}


.artist-intro .imagetext div, .search-filter-results .imagetext div{
	display: inline;
	margin-right:10px;
	margin-bottom: 5px;
	float:left;
}
.artist-intro .imagetext div.artisttitle::after, .search-filter-results .imagetext div.artisttitle::after{
	content: '|';
	padding-left:10px;
	
}

.artist-intro .artisttitle, .artTitle, .search-filter-results .artisttitle{
	color: #000;
	
}


.artist-intro .imagetext div.artMedium, .search-filter-results .imagetext div.artMedium{
	clear: both;
	text-transform: lowercase;
	
}







@media only screen and (max-width: 1220px) {

.artist-intro .imageholder, .search-filter-results .imageholder {
    max-width: 47%;
}

.artist-intro .thumbbox img, .search-filter-results .thumbbox img {
    width: 85%!important;
}


}
@media only screen and (max-width: 850px) {

.artist-intro .imagetext, .search-filter-results .imagetext {
    font-size: 13px!important;
}
}
@media only screen and (max-width: 768px) {
	
	
.intro-one-third { 
	width: 100%;
	margin-right: 0%;
	
}	
.intro-two-thirds { 
	width: 100%;
	margin-right: 0%;
	clear: left;
}	
	
	
img.artist-bio-photo {
    margin: 0 auto 25px auto;
}	

.artist-intro .imageholder, .search-filter-results .imageholder {
    height: auto;
	}

.artist-intro .thumbbox img, .search-filter-results .thumbbox img {
    width: 85%!important;
}	
	
}
.spdb-settings-th-light{
	font-weight: normal;
}
.initial-minicart-display{
	display:none !important;
}
a:-webkit-any-link {
    text-decoration: none;
}
#spdb_form #spdb_Artworks_Ecommerce_Cart_Value, #spdb_form #spdb_ArtDetail_Ecommerce_Cart_Value{
	vertical-align: middle;
}
.spdb-update-gif{
	width:25px;
	height:25px;
    display: inline-block;
    right: 36px;
    top: 5px;
    position: absolute;
}
.spdb-submit-section input.spdb-submit-button{
    position: absolute;
    left:0;
    padding: 4px;
    margin: 4px;
    line-height: normal;
}
.spdb-submit-section input.spdb-update-button{
	position: absolute;
	right:0;
    padding: 4px;
    margin: 4px;
    line-height: normal;
}
.spdb-submit-section-wrapper{
	position: relative;
    width: 100%;
    height: 100%;
}
.spdb-submit-section{
	height: 36px;
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #EEE;
    z-index: 1;
    border-top: solid 1px #BBB;
    padding-left: 160px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.spdb-settings-path-textbox{
	width: 325px;
}
.spdb-settings-td{
	width: 225px;
}
.spdb-settings-th{
	width: 230px;
    text-align: right;
    padding-right: 10px;
    vertical-align: middle;
}
.spdb-vertical-divider{
    display: inline-block;
    height: 90%;
    border: 1px solid #EEE;
    border-left: 1px solid #ddd;
    border-right: 1px solid #fafafa;
    vertical-align: top;
    position: absolute;
}
.spdb-pagestyle-container {
    display: inline-block;
    width: 49%;
    min-width: 455px;
    vertical-align: top;
    margin-right: 5px;
}
.spdb-form-table-container{
	display: inline-block;
    width: 49%;
    min-width: 455px;
    margin-left: 5px;
}
.spdb-pagestyle-header{
    font-size: 17px;
    vertical-align: middle;
    font-style:italic;
    font-weight: 600;
    display: inline-block;
    padding-right: 10px;
}
.spdb-option-header{
	font-size: 17px;
    margin: 0px;
    font-style: italic;
	cursor: pointer;
	display: inline-block;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#spdb_form input[type="text"]{
	width: 225px;
}
#spdb_form input[type="number"]{
	width: 225px;
}
#spdb_form select{
	width: 225px;
}
.spdb-form-table{
	width: 100%;
}
.spdb-settings-div{
	width: 100%;
}

.arrow-right{
	width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid black;
    display: inline-block;
    margin-right: 5px;
}
.arrow-down{
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    display: inline-block;
    margin-right: 5px;
    vertical-align: super;
}
span.artisttitle {
	font-size: 115%;
	padding-bottom: 5px;
	display: inline-block;
	padding-top: 5px;
}
a span.artisttitle {
	color: #000;
}
.artistslist {
	height: 100%;
	vertical-align: top;
	display: inline-block;
	border: 0px solid #e5e5e5;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 8px;
}
.artistsearch-header{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px 0px;
	margin: 10px -20px;
}
.imageholder {
    border: solid 0px #adadad;
    /*margin: 0px;/*0.22%;*/
    padding: 0px;/*0.9%;*/
	text-align: center;
	vertical-align: top;
	display: inline-block;
	overflow: hidden;
	margin-top: 1.25%;
    margin-right: 1.25%;
    margin-bottom: 2.25%;
    margin-left: 1.25%;
}
.imageholder:last-child {
	margin-right: 0%;
}
.green {
	color:#66CC33 !important;
	margin-bottom:18px;
}
#statusmessage {
	margin-bottom:20px;
}
.thumbcontainer {
	/*height: 134px;*/
			 margin: auto;
	padding: 0px;
	border: 0px none #e1e1e1;
	text-align: center;
	vertical-align: top;
	/*	overflow: hidden;*/
			min-height: 0px;
}
.thumbbox, .thumbbox-nojs {
	/*height: 132px;*/
	margin: auto;
	padding: 0px;
	border: 0px dashed #e1e1e1;
	text-align: center;
	vertical-align: top;
	position: relative;
}
.clearimageholder {
	clear:both;
	float:left;
}

span#artist_dates{
font-size: 75%;
}

h3.art-title {
}

h1.page_title {text-align: center;}

h2.page_title {
	text-align: center;
	}

h3.page_title {}


#printsperpage {
	margin-right: 5%;
	position: absolute;
	top: 0px;
	right: 0px;
}

span.prints-per-page-label {
	font-size: 12px;
	color: rgba(255,255,255, 0.4);
	display:inline-block;
	padding-right:5px;
}

select#sc_dropdown {
    position: absolute;
    top: 0px;
    right: 230px;
}

.clearfix {
    display: block;
    clear: both;
}

.art-header {
	display: block;
	position:relative;
	clear: both;
}
.artist_details {
	font-size: .95em;
	line-height: 1.3em;
}
.backtogallery {
	
}

.backtogallery a {
	font-size: 12px;
	padding: 0.5em 1.5em;
	color: #999;
	text-transform: uppercase;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	/*-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.19);
	-moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.19);
	box-shadow: inset 0 1px 4px rgba(0,0,0,.19);*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	letter-spacing: .045em;
	text-align: center;
	float: right;
	position: absolute;
	right: 15px;
	top: 0px;
	border: solid 1px #ccc;
}

.backtogallery a:hover {
	/*background-color: #FFFFFF;
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.30);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.30);*/
	text-decoration: none;
	border: solid 1px #333;
	color: #333;
}
.backtogallery a:active {
	color: #000;
	background-color: #FFF;
	text-decoration:none;
}
a.vidbutton {
	color: #333333;
	text-transform: uppercase;
	transition: all 0.1s ease 0s;
	/*-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.19);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.19);*/
	border-radius: 0px;
	letter-spacing: 0em;
	background-color: #EEE;
	margin-top: 15px;
	display: block;
	text-align: center;
	font-weight: normal;
	float: right;
	font-size: 12px;
	line-height: 2em;
	width: 135px;
	border: solid 1px #ccc;
}
a.vidbutton:hover {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	border: solid 1px #333;
}
a.vidbutton:active {
	color: #000000;
	background-color: #FFF;
	text-decoration:none;
	border: solid 1px #000;
}


/* LARGE ART SEARCH FIELD */
.entry-content #searchdiv input[type="text"] {
   width: 50%;
   line-height: 2.4em;
   font-size: 1.5em;
   margin-bottom: 15px;
   text-indent: .75em;
   min-height:	64px;
}


.entry-content #searchdiv input[type="submit"] {
   display: inline-block;
    font-size: 1.2em;
    line-height: 3em;
    letter-spacing: 0.045em;
    margin-left: 10px;
    margin-top: 0px;
    border: medium none;
    padding: 6px 1em;
    text-transform: uppercase;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.19) inset;
    border-radius: 4px;
    top: -2px;
    position: relative;
}

select#ssdbthumbnails {
    padding: 1.6em 1em;
    font-size: 1em;
    text-align: center;
    top: -3px;
    position: relative;
    margin-left: 10px;
	border-radius: 4px;

}


/* this is because the button is weird in ipad requires the plugin awebsome-browser-selector*/
.ipad .entry-content #searchdiv input[type="text"] {
   width: 65%;
   line-height: 1.5em;
   font-size: 1.3em;
   margin-bottom: 15px;
   text-indent: .75em;
}

.ipad .entry-content #searchdiv input[type="submit"] {
	display: inline-block;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0.045em;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 0px;
	color: #47443F;
	border: medium none;
	text-transform: uppercase;
	min-width: 70px;
	border-radius: 4px;
	top: -2px;
	position:relative;
	padding-top: 15px;
	padding-right: 1em;
	padding-bottom: 15px;
	padding-left: 1em;
}


form.shopform {
	position: relative;
	z-index: 100;
	}


	
form.shopform select{
	margin-top: 9px;
    margin-right: auto;
    margin-bottom: 9px;
    margin-left: 0px;
    background-color: #EEE;
    border: 1px none #999;
    float: right;
    margin-right: 7%;
    color: #333333;
    font-size: 12px;
	text-transform: uppercase;
    line-height: 1em;
    width: 135px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.19) inset;
    padding: .5em 0 .5em 1em;
	}


form.shopform select:hover{
	color: #333333;
	background-color: #FFF;
	}
	
.addtoCartBlock {
	clear: both;
	margin-top: -15px;
}


.addtoCartBlock input[type=submit].cartbutton{
	display: table;
}

.shopform input[type=submit].cartbutton {
	clear: both;
	letter-spacing: .045em;
	margin-top: 10px;
	background-image: none;
	background-color: #EEE;
	color: #333;
	border: none;
	text-transform: uppercase;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.19) inset;
	border-radius: 4px;
	font-weight: normal;
	margin-right: 7%;
	float: left;
	font-size: 12px;
	line-height: 2em;
	width: 135px;
	padding: 0px;
	
}

#pswp__ecommerce .shopform input[type=submit].cartbutton:hover{
	cursor: pointer;
}

#pswp__ecommerce .shopform input[type=submit].cartbutton {
	white-space: normal;
	font-size: 16px;
	color: rgba(255,255,255,0.8);
	font-family: 'Open Sans', Arial, sans-serif;
	position: relative;
	width: 100%;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.5);
	background-color: rgba(20,110,100,0.5);
	padding: 5px 0px;
	margin: 20px 0 0 0;
	line-height: normal;
	letter-spacing: normal;
	-webkit-transition: background-color 250ms ease, color 250ms ease;
	-moz-transition: background-color 250ms ease, color 250ms ease;
	-ms-transition: background-color 250ms ease, color 250ms ease;
	-o-transition: background-color 250ms ease, color 250ms ease;
	transition: background-color 250ms ease, color 250ms ease;
}


.imageholder .shopform input[type=submit].cartbutton {
	float: none;
	margin-left: auto;
	margin-right: auto;
	
}

.shopform input[type=submit].cartbutton:hover {
	color: #333333;
	background-color: #FFF;
	
}

.detail-area {
	width: 100%;
	display: block;
}
.gal-nav {
	padding: 7px;
}
div.ss-prev-arrow, div.ss-line, div.ss-next-arrow {
	display: inline-block;
}
div.ss-line {
	padding-left: 25px;
	border-left: none 1px rgba(0,0,0, 0.25);
	float: left;
}
/* ======== NEW better for responsive arrows ==========*/

div.ss-prev-arrow, a.ss-prev-arrow {
	padding-left: 0px;
	float: left;
	margin-right: 25px;
	color: #A7A7A7;
}
div.ss-next-arrow, a.ss-next-arrow {
	float: right;
	padding-right: 0px;
	text-align: right;
	color: #A7A7A7;	
}
div.ss-prev-arrow:hover, a.ss-prev-arrow:hover {
	color: #333;
	
}
div.ss-next-arrow:hover, a.ss-next-arrow:hover {
	color: #333;
	
}

div.ss-next-arrow:active, a.ss-next-arrow:active, div.ss-prev-arrow:active, a.ss-prev-arrow:active {
	color: #000000;
}


a.ss-prev-arrow::after {
  	content: 'PREV';
	font-size: inherit;
	position: relative;
	top: auto;
	left:  auto;
}

a.ss-prev-arrow::before {
  	content: '\276C';
	font-family: Arial, Zapf Dingbats, sans-serif;	
	font-size: 45px;
	position: relative;
	top: 10px;
	left: -15px;
}



a.ss-next-arrow::before {
  	content: 'NEXT';
	font-size: inherit;
	position: relative;
	top: auto;
	right: auto;
}

a.ss-next-arrow::after {
  	content: '\276D';
	font-family: Arial, Zapf Dingbats, sans-serif;	
	font-size: 45px;
	position: relative;
	top: 10px;
	right: -15px;
}


/* old arrows 

div.ss-prev-arrow, div.ss-line, div.ss-next-arrow {
	display: inline-block;
}

div.ss-prev-arrow, a.ss-prev-arrow {
	background-image: url("../images/prev.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30% auto;
	padding-left: 35px;
	float: left;
	margin-right: 25px;
	display:inline-block;
}
div.ss-next-arrow, a.ss-next-arrow {
	background-image: url("../images/next.png");
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	background-size: 30% auto;
	padding-right: 35px;
	text-align: right;
	display:inline-block;
}
div.ss-prev-arrow:hover, a.ss-prev-arrow:hover {
	color: #333;
	background-image: url("../images/prev-hover.png");
}
div.ss-next-arrow:hover, a.ss-next-arrow:hover {
	color: #333;
	background-image: url("../images/next-hover.png");
}
div.ss-next-arrow:active, a.ss-next-arrow:active, div.ss-prev-arrow:active, a.ss-prev-arrow:active {
	color: #6896CC;
}

*/

.ss-controls {
	padding-top: 5px;
	padding-bottom: 15px;
	width: 100%;
	margin: 0px auto;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}
.clearall {
	clear: both;
}
a.art-bio-link {
	text-decoration:none;
	text-align: center;
	width: 100%;
	display: table;
	clear: both;
}
/*======================   START OF LAYOUT OPTIONS 
 CENTERED LAYOUT OR 3 COLUMN LAYOUT        ====================== 
 
 THESE STYLES HAVE BEEN MOVED TO THE INDIVIDUAL PAGE TEMPLATES
 
 
 */

/* three columns detail pages 


.detail-right {
    float: left;
    width: 68%;
    padding-right: 2%;
}
.detail-left {
    float: left;
    width: 30%
}

.add-details {
    padding: 7px;
    float: left;
    clear: both;
    min-height: 30px;
    width: 100%;
    font-size: .85em;
    line-height: 1.3em;
}
.add-details .col {
    float: left;
    width: 65%;
    padding-right: 2%;
	min-height: 0px;
}
.add-details .col:first-child {
    width: 30%;
    padding-right: 2%;
}

*/


/* one columns detail pages 


.detail-right {
	float: none;
	width: 525px;
	padding-right: 0%;
	margin: 0 auto;
}
.detail-right img {
	width: 100%;
}
.detail-left {
	float: none;
	width: 100%;
	padding-top: 15px;
}
.add-details {
	padding: 0px;
	float: none;
	clear: both;
	text-align: center;
	width: 100%;
	font-size: 15px;
	line-height: 1.4em;
	color: #3D2714;
}
*/


/*======================   END OF LAYOUT OPTIONS ====================== */


.add-details h5 {
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 0.045em;
	font-weight: normal;
	padding-top: 3px;
}
.add-details strong {
	font-weight: normal;
	padding-right: 4px;
}
.add-details .arttitle {
	font-size: 119%;
}

span.artworktext {
}

/* these will display the labels on gallery view
uncomment to activate

a .artisttitle::before {
	content: 'Artist: ';
	font-size: 11px;
	text-transform: uppercase;
}

a .artTitle::before {
    content: 'Title: ';
	font-size: 11px;
	text-transform: uppercase;
}

a .artDate {
    content: 'Date:';
	font-size: 11px;
	text-transform: uppercase;
}


a .artSize {
    content: 'Size: ';
	font-size: 11px;
	text-transform: uppercase;
}


a .artMedium::before {
    content: 'Medium: ';
	font-size: 11px;
	text-transform: uppercase;
}


a .artSigned::before {
    content: 'Signed: ';
	font-size: 11px;
	text-transform: uppercase;
}



a .artInv::before {
    content: 'Inventory #:';
	font-size: 11px;
	text-transform: uppercase;
}


a .artEdition::before {
    content: 'Edition: ';
	font-size: 11px;
	text-transform: uppercase;
}
*/

span.artcount {
	font-weight: normal;
	padding-top: 5px;
	display: block;
	text-transform: uppercase;
	font-size: 90%;
	letter-spacing: .045em;
}

.txtSold {
	color:#FF0000;
}
.txtFeatured {
	color:#FF0000;
}
.txtNew {
	color:#FF0000;
}
.txtSpecial {
	color:#FF0000;
}
h5.txtPrice {
}
.txtPrice {
}
.txtPrice:before {
	content: '\0024';
	padding-right: 5px;
}
span.artworktext.txtPrice::before{
    content: "\0024";
    padding-right: 5px;
}
span.arttitle::before {
	content: "\201c ";
}
span.arttitle::after {
	content: "\201d ";
}
.txtNotes {
	text-transform: none;
}
.pagination {
	text-align:right;
}
.pagination_block {
	display: inline-block;
	padding: 0px 9px;
	margin-right: 4px;
	border-radius: 3px;
	border: solid 1px #c0c0c0;
	background: transparent;
	box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
	font-size: .75em;
	font-weight: normal;
	text-decoration: none;
	color: #717171;
	text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}
.pagination_block:hover, .pagination_block.gradient:hover {
	background: #fefefe;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
	background: -moz-linear-gradient(0% 0% 270deg, #FEFEFE, #f0f0f0);
}
.pagination_block.active {
	border: none;
	background: #616161;
	background: rgba(0,0,0, .5);
	box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
	color: #f0f0f0;
	text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}
.pagination_block.gradient {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
	background: -moz-linear-gradient(0% 0% 270deg, #f8f8f8, #e9e9e9);
}
.pagination.dark {
	background: #414449;
	color: #feffff;
}
.pagination_block.dark {
	border: solid 1px #32373b;
	background: #3e4347;
	box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
	color: #feffff;
	text-shadow: 0px 1px 0px rgba(0,0,0, .5);
}
.pagination_block.dark:hover, .pagination_block.dark.gradient:hover {
	background: #3d4f5d;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
	background: -moz-linear-gradient(0% 0% 270deg, #547085, #3d4f5d);
}
.pagination_block.dark.active {
	border: none;
	background: #2f3237;
	box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .1);
}
.artist_link {
	color:#46443e;
	font-size: 18px;
	line-height: 1.3em;
	font-weight:500;
	text-decoration:none;
}
.event-area {
	width: 100%;
	padding:1em;
}
.event-block {
	width: 100%;
	clear: both;
	min-height:350px;
	float: left;
	margin-bottom: 45px;
	border-bottom: solid 1px #e1e1e1;
	padding-bottom: 45px;
}
.eventimagebox {
	width: 50%;
}
.event_image_box img {
	width: 94%;
	padding: 3%;
}
.eventcontentbox {
	width: 45%;
}
.event_title_box {
}
.eventtextlink {
	font-size:.92em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.event_date_box {
	margin-bottom: 15px;
}
h3.event_title {
	font-size: 28px;
}
.event_date {
	font-size: .98em;
	color: #999;
}
.eventtext {
	font-size: 1em;
}
.rightside {
	float: right;
}
.leftside {
	float: left;
}
.clearit {
	clear: both;
}
.thumbnail {
	margin: 0px;
	padding: 0px;
	border: 0px solid #e5e5e5;
}
.imageholderrbox {
	width: 100%;
	margin: 10px auto 10px auto;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}
table.mcfluidtab {
	border-collapse: separate;
	border-spacing: 0px;
	width: 100%;
}
table .mcfluidtab {
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}
.mcfluidthumbs {
	text-align: left;
	vertical-align: top;
	display: inline-block;
	border: 0px solid #f1f1f1;
	margin: 0px;
	padding: 0px;
	width: 100%
}
.imageholder:last-child {
	margin-right: 0%;
}
.imagetext {
	font-size: 14px;
	line-height: 1.2em;
	margin: 10px auto 2px;
	padding: 0px;
	text-align: center;
	vertical-align: bottom;
}

.thumbtext a img {
	display:none;
}


/* Artist Bio */

a.bio-back {
	font-size:14px; 
	font-weight:normal;
	float:right;
	text-transform: uppercase;
}

td.artistName h1.entry-title {margin-bottom: 20px;}



/* sold inventory css*/
     .si_head {
	padding: 35px 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0,0,0, .1);
}
.si_artistname {
	width: 33.3%;
	display: block;
	float: left;
}
.blockname {
	clear: both;
	padding-top: 34px;
}
.si_tags {
	clear: both;
	text-align: center;
	padding-top: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 5px;
}
.si_tags a {
	margin: 5px;
	font-weight: bold;
}

#pleasewait img {
    width: 100%;
    height: 100%;
}
a.toTop {
	font-size: 12px;
	line-height: 1.5em;
	text-transform: uppercase;
	text-align: right;
	float: right;
	border: 1px solid rgba(0,0,0, 0.1);
	margin-top: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}



.ss-desktop {display: block; visibility: visible;}
.ss-mobile {display: none; visibility: hidden;}


@media screen and (max-width: 1250px) {
	
.artist-hover-thumbnail {
	width:50%;
	position: fixed;
	right: 0px;
}


ul.artist-hover-list {
	width: 42%;
}
	
}

@media (max-width: 980px) {
.thumbcontainer, .thumbbox {
	width: auto!important;
	}
}
@media screen and (max-width: 960px){
	.spdb-vertical-divider{
    	display: none;
	}
	.spdb-submit-section{
    	padding-left: 36px;
	}
}
 @media (max-width: 850px) {
 .ss-desktop {display: none!important; visibility: hidden!important; margin:0px;}
.ss-mobile {display: block; visibility: visible;}

h1.page_title {
    margin-bottom: 10px;
	text-align: center;
}	

.detail-area {
    width: 100%;
}

.detail-right, .detail-left, .add-details .col {	float: none!important;
	clear: both!important;
	width: 84%!important;
	padding-right: 0%!important;
	text-align: center;
	margin: auto;
}
.add-details .col:first-child {
	text-align: center!important;
}
.add-details {
	font-size: 1em!important;
}
.add-details h5 {
	font-size: 12px!important;
}
a.art-bio-link {
	text-decoration:none!important;
	text-align: center!important;
	width: 100%;
	display: table;
	margin-top: 8px;
}

img.detail-left-main {
    z-index: 999;
    position: relative;
	margin: auto;
}

a.vidbutton {
	margin: 15px auto;
	float: none;
}

.addtoCartBlock {
	margin: 5px auto;
	
}
.shopform input[type=submit].cartbutton {
	margin: 10px auto;
    float: none;
    clear: none;
		
}

.ShipformArea input[type=submit].cartbutton, input[type=button] {
    font-size: 13px!important;
	padding: 4px 12px;
    
}

form.shopform select{
	float: none;
    margin: 10px 0;
	clear: both;
	}
	

h3.page_title {
	text-align: center;
}
.backtogallery {
	margin-bottom: 15px;
}

.backtogallery a {
	font-size: 12px;
	padding: .5em;
	float: none!important;
    display: block;
    margin: 35px auto 25px auto;
    clear: both;
    width: 165px;
    position: relative!important;
    right: 0px!important;
    top: 0px!important;
}
.gal-nav {
    padding: 0px;
}
.ss-controls {
	width: 100%;
    top: 10px;
    right: 0%;
    clear: both;
    position: absolute;
    z-index: 10;
	}
	
a.ss-prev-arrow::before, a.ss-next-arrow::after {
    font-size: 65px;
    top: 0px;
}	
	
div.ss-prev-arrow, a.ss-prev-arrow, div.ss-next-arrow, a.ss-next-arrow {
   color: #CCC;
}		 

div.ss-prev-arrow, a.ss-prev-arrow {
    padding-left: 0px;
    float: left;
    margin-right: 0px;
}


a.ss-prev-arrow::after {
  	content: '';
}

a.ss-next-arrow::before {
  	content: '';
}
	
	
#printsperpage {
	margin-right: 5%;
	position: relative;
	float: right;
}

select#sc_dropdown {
    position: relative;
    top: 0px;
    right: 0px;
	float: left;
	clear: both;
}

.imageholder {
	width: 45% !important;
	margin-bottom: 3%;
}
.thumbbox {
	width: 100% !important;
	margin: 0 auto;
}

.thumbbox img:hover{
	-webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
	
}

.thumbbox img{
   position: relative;
	width: 100%;
	max-width: none;/* */
	 -webkit-transition: none;
    -o-transition: none;
    transition: none;
	margin: auto;
}



.imagetext {
	font-size: 16px !important;
	line-height: 1.4em;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.eventcontentbox, .eventimagebox {
	clear: left;
	width: 100%;
	padding-right: 0%;
}
.eventcontentbox {
	font-size: 1em;
}
.event-area {
	width: 90%;
	padding: .75em;
}
.event_image_box img {
	width: auto;
}
.si_artistname {
	width: 49.3%;
	}
}

@media screen and (max-width: 768px) {


a.bio-back {
	float: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
}

.entry-content img.detail-right-thumbnail {
    display: inline-block;
}	
	

.spdb-submit-section{
    	padding-left: 0px;
	}
	.spdb-form-table{
		width: 100%;
	}
	#spdb_form select{
		width: 100%;
	}
	#spdb_form input[type="text"]{
		width: 100%;
	}
	#spdb_form input[type="number"]{
		width: 100%;
	}
	.spdb-settings-path-textbox{
	    width: 100%;
	}
	.spdb-settings-th{
		font-size: 11px;
		width: 30%;
	}
	.spdb-settings-td{
		width: 70%;
	}
	.spdb-form-table-container{
		width:100%;
		min-width: 0;
	}
	.spdb-pagestyle-container {
	    width: 100%;
	    min-width: 0;
	}
}


@media screen and (max-width: 767px) {
	
.artist-hover-thumbnail {
	display: none;
}

ul.artist-hover-list {
	width: 90%;
}	
}

@media (max-width: 480px) {
.imageholder {
	width: 100% !important;
}

.si_artistname {
	width: 89.3%;
}
}


/* =Print - simplify for printing the page
----------------------------------------------- */

@media print {
	.backtogallery a, a.art-bio-link, .ss-controls {
		display: none!important;
	}

.imageholder {
    width: 150px!important;
    clear: none !important;
	min-height: 0px!important;
}

.thumbcontainer {
    min-height: 0px !important;
}



.detial-area .thumbbox img {
    width: auto !important;
	max-height: 420px;
	margin-bottom: 20px!important;
}

}