@charset "utf-8";
/* 
   Author: Ester Wilson
   Date: January, 2014
*/
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
	}
	
/*NORMALIZE CSS*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display:block;
	}
audio,
canvas,
video {
    display:inline-block;
    *display:inline;
    *zoom:1;
	}
audio:not([controls]) {
    display:none;
    height:0;
	}
[hidden] {
    display:none;
	}
html {
    font-size:100%; /* 1 */
    -webkit-text-size-adjust:100%; /* 2 */
    -ms-text-size-adjust:100%; /* 2 */
	}
html,
button,
input,
select,
textarea {
    font-family:sans-serif;
	}
body {
    margin:0;
	font-size:100%;
	}
a {
	text-decoration:none;
	color:#00a6ce;
	}
a:focus {
    outline:none;
	}
a:hover,
a:active {
    outline:0;
	text-decoration:none;
	color:#00a6ce;
	}
h1 {
    font-size:2em;
    margin:0.67em 0;
	}
h2 {
    font-size:1.5em;
    margin:0.5em 0;
	}
h3 {
    font-size:1.17em;
    margin:1em 0;
	}
h4 {
    font-size:1em;
    margin:1.33em 0;
	}
h5 {
    font-size:0.83em;
    margin:1.67em 0;
	}
h6 {
    font-size:0.75em;
    margin:2.33em 0;
	}
abbr[title] {
    border-bottom:1px dotted;
	}
b,
strong {
    font-weight:bold;
	}
blockquote {
    margin:1em 40px;
	}
dfn {
    font-style:italic;
	}
mark {
    background:#ff0;
    color:#000;
	}
p,
pre {
    margin:1em 0;
	}
pre,
code,
kbd,
samp {
    font-family:monospace, serif;
    _font-family:'courier new', monospace;
    font-size:1em;
	}
pre {
    white-space:pre;
    white-space:pre-wrap;
    word-wrap:break-word;
	}
q {
    quotes:none;
	}
q:before,
q:after {
    content:'';
    content:none;
	}
small {
    font-size:75%;
	}
sub,
sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
	}
sup {
    top:-0.5em;
	}
sub {
    bottom:-0.25em;
	}
dl,
menu,
ol,
ul {
    margin:1em 0;
	}
dd {
    margin:0 0 0 40px;
	}
menu,
ol,
ul {
    padding:0 0 0 40px;
	}
nav ul,
nav ol {
    list-style:none;
    list-style-image:none;
	}
img {
    border:0; /* 1 */
    -ms-interpolation-mode:bicubic; /* 2 */
	}
svg:not(:root) {
    overflow:hidden;
	}
figure {
    margin:0;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
	-webkit-margin-start:0;
	-webkit-margin-end:0;
	}
form {
    margin:0;
	}
fieldset {
    border:1px solid #c0c0c0;
    margin:0 2px;
    padding:0.35em 0.625em 0.75em;
	}
legend {
    border:0; /* 1 */
    padding:0;
    white-space:normal; /* 2 */
    *margin-left:-7px; /* 3 */
	}
button,
input,
select,
textarea {
    font-size:100%; /* 1 */
    margin:0; /* 2 */
    vertical-align:baseline; /* 3 */
    *vertical-align:middle; /* 3 */
	}
button,
input {
    line-height:normal; /* 1 */
	}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor:pointer; /* 1 */
    -webkit-appearance:button; /* 2 */
    *overflow:visible;  /* 3 */
	}
button[disabled],
input[disabled] {
    cursor:default;
	}
input[type="checkbox"],
input[type="radio"] {
    box-sizing:border-box; /* 1 */
    padding:0; /* 2 */
    *height:13px; /* 3 */
    *width:13px; /* 3 */
	}
input[type="search"] {
    -webkit-appearance:textfield; /* 1 */
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box; /* 2 */
    box-sizing:content-box;
	}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance:none;
	}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border:0;
    padding:0;
	}
textarea {
    overflow:auto; /* 1 */
    vertical-align:top; /* 2 */
	}
table {
    border-collapse:collapse;
    border-spacing:0;
	}
* { 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	box-sizing:border-box; 
	}




/*TEXT*/
body{
	font-family:"Lato", sans-serif; 
    background-color:#202020;
	}
hr{
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0;
	} 
a{
	color:#EC8D1C;
	}
.face-playfair {
    font-family:'Playfair Display',serif;
	}











/*SKETCHBOOK ICON SLIDER */
.book_wrap {
	position:relative;
	margin:0 auto;
	width:900px;
	}
.list_carousel {
	background-color:transparent;
	margin-top:10px;
	width:960px;
	}
.list_carousel ul {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	}
.list_carousel li {
	font-size:40px;
	color:#999;
	text-align:center;
	width:68px;
	height:90px;
	padding:0 55px;
	*padding:0 35px;
	margin:6px;
	display:block;
	float:left;
	}
.clearfix {
	float:none;
	clear:both;
	}
a.prev, a.next {
	background:url(../images/miscellaneous_sprite2.png) no-repeat transparent;
	width:45px;
	height:50px;
	display:block;
	position:absolute;
	top:10px;
	}
a.prev {			left: -22px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.next {			right: -22px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }

a.prev span, a.next span {
	display:none;
	}
#prev2, #next2 {
	text-indent:999999px;
	}

	

/*TEXT*/
body{
	font-family:"Lato", sans-serif; 
	color:#727272;
	}
hr{
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0;
	} 
a{
	color:#727272;
	}
.face-playfair {
    font-family:'Playfair Display',serif;
	}
/*ENDS TEXT*/

/*STICKY FOOTER*/
html, body {
	height: 100%;
	}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
	}
.footer, .push {
	height:25px; /* .push must be the same height as .footer */
	}
.footer {
	background-color:#373739;
	border-top:#797979 1px solid;
	}
.foot_info {
	width:1000px;
	margin: 0 auto;
	}
.foot_info p {
	margin:0;
	padding:0;
	color:#adadad;
	text-align:center;
	}
/*ENDS FOOTER*/













.divider{
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #CCC;
	display:block;
	margin-bottom:20px;
	}
.logo {
	display:inline-block;
	text-align:center;
    padding:10px 0 5px 0;
	}
.logo img {
    max-width:100%;
    height: auto;
}
.center_content {
	background-color:#363636;
	margin:0 auto 40px auto;
	max-width:960px;
	max-width:68.5714rem;
	padding:10px 20px 18px 20px;
	}
.artfoot_center_content {
	background-color:#000;
	margin:0 auto 40px auto;
	padding:20px 20px 10px;
	}
#art_container {
	background-color:#000;
	padding:15px;
	margin:-68px auto 0 auto;

    text-align:center;
    max-width:1270px;
	}
#art_container a.nyro {
    display:inline-block;
    text-align:left;
	}
.art_cont_buffer {
	max-width:1270px;
	height:20px;
	background-color:#000;
	margin:0 auto;
	}
.art_footer {
	max-width:1270px;
	position:relative;
	margin:-1px auto 40px;
	}
.art_foot_in_white {	
	border-top:1px solid #5a5a5a;
	text-align:center;
	font-size:12px;
	}
.art_item {
	overflow:hidden;
	position:relative;
	margin:10px;
    padding: 11px 0 0 0;
/*    background-color:#000;*/
}
.art_item:hover{
    background-color:#363636;
}
.art_item.extra_info {
    min-height: 425px;
}
.art_item.extra_info a {
    margin:0;
}
.art_item_sold {
    display:inline-block;
    padding:0 0 5px 0;
}
.art_item_text {
/*	background-color:#000;*/
	padding:10px;
    max-width:390px;
	}
.art_item >*:hover, .art_item >*:active, .art_item >*:focus {
/*    color:#727272;*/
    color:#fff;
}
.art_item_text.extra_info {
	background-color:#fff;
	padding:10px;
	position:relative;
	max-width:390px;
    height:auto;
}
.above_line {
    border-top:1px solid #ccc;
}
.art_info {
	font-size:.85em;
	padding:5px 0;
	margin:0;
    text-align:center;
	}
.art_title {
	font-size:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding:0;
	margin:0;
    text-align:center;
	}
.ilightbox-title .art_info, .ilightbox-title .art_title {
    text-align:left;
}
.art_modal_title, .art_modal_info{
	width:300px;
	float:left;
	clear:left;
	}
.art_item.photo {
    width:390px;
    text-align:center;
}
.photo_thumb {
    border: 1px solid #595959;
    box-shadow:0 2px 5px 2px rgba(0, 0, 0, 0.3);
}
.art_for_sale {
	width:195px;
	float:right;
	text-align:right;
	font-size:11px
	}
.selling icon {
	padding-left:5px;
	vertical-align:middle;
	}
.for_sale {
	padding:10px;
	}
#navigation_cont {
	margin:0 auto;
    text-align:center;
	}
.feature_cont {
	width:618px;
	margin:0 auto;
	}
.ew_nav_left, .ew_nav_right {
	width:173px;
	display:inline-block;
	margin:20px 0 0 0;
	padding:0;
	}
.ew_nav_left {
	float:left;
	}
.ew_nav_right, .ew_nav_right li {
	float:right;
	}
ul.ew_nav_left li, ul.ew_nav_right li  {
	list-style-type:none;
	display:inline;
	}
.nav_item {
	display:inline-block;
	margin:4px 10px;
	text-transform:uppercase;
	font-size:14px;
    color:#c0c0c0;
	}
.nav_image_link {
    background-image: url("../images/p_grey.png");
    background-repeat: no-repeat;
    background-position: 0 -24px;
    height: 24px;
    width: 24px;
}
.nav_image_link:hover {
    background-position: 0 0;
}
.feature {
	float:left;
	padding-top:12px;
	display:inline-block;
	}
.feature_01, .feature_02 {
	width:309px;
	height:168px;
	}
.feature_01 {
	background-image:url(../images/feature_01.jpg);
	background-position:0 0;
	}
.feature_02 {
	background-image:url(../images/feature_02.jpg);
	background-position:0 0;
	}
.feature_02:hover, .feature_01:hover {
	background-position:0 -168px;
	}
.nav_in_white {	
	text-align:center;
	margin:0 0 20px 0;
	}
.nav_in_white li {
	list-style-type:none;
	display:inline;
	margin:0 15px 0 0;
	line-height:1.42857;
	}
.foot_in_white {
	padding:10px 0 0 0;
	border-top:1px solid #5a5a5a;
/*	margin-top:20px;*/
	text-align:center;
	font-size:12px;
	}
.foot_img {
	vertical-align:middle;
	padding-right:10px;
	}
.hidden {
	display:none;
	}
.current {
	font-weight:bold;
	cursor:default;
    color:#fff;
	}
.current:hover {
	color:#fff;
	}
.shop_item {
	padding:20px 0;
	border-bottom:1px solid #505050;
	}
.shop_item:last-child {
	border-bottom:none;
	}
.spacer {
	display:inline-block;
	height:1px;
	width:1px;
	padding:0 5px;
	}
.shop_info_left {
	font-weight:bold;
	width:100px;
	float:left;
	clear:left;
	/*font-size:13px;*/
	padding-bottom:5px;
	}
.shop_info_right {
	float:right;
	width:325px;
	/*font-size:13px;*/
	padding-bottom:5px;
	}
.item_title {
	display:block;
	padding-bottom:10px;
	}
.shop_pic_left {
	padding-right:10px;
	}
.item_info {
	float:left;
	width:450px;
	padding-top:10px;
	}
.sale_button {
	float:right;
	width:130px;
	padding-top:10px;
	}
.buy_btn {
	text-align:center;
	}
.buy_text {
	/*font-size:14px;*/
	font-weight:bold;
	text-align:center;
	}
.link {
	color:#00a6ce;
	}
.vertical_spacer {
	padding-top:20px;
	}
.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #727272;
	font-weight:bold;
	background-color: #dedede;
	padding: 1em;
	display: none;
	border-left:4px solid #00a6ce;
}

.back-to-top:hover {	
	background-color: #373634;
	color: #fff;
}
.ie8 .back-to-top {
	background-color:#dfe0de;
	}
.ie8 .back-to-top:hover {
	background-color:#c3c3c2;
	color: #727272;
	}
.scripty_header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	padding-top:10px;
	}
.arrow_img {
	display:inline-block;
	margin:0 0 0 -30px;
	padding:0 10px 0 0;
	}
.ship_info {
	display:none;
	border:1px dashed #00a6ce;
	padding:20px;
	margin:20px 0 0 0;
	font-size:13px;
	}
.shipping_title {
	display:block;
	margin:-43px 0 0 -20px;
	float:left;
	}
.close_shipping {
	display:block;
	float:right;
	margin:-34px -33px 0 0;
	cursor:pointer;
	}
.ship_details {
	text-decoration:underline;
	color:#00a6ce;
	}
.ship_info_a {
	display:block;
	text-align:center;
	padding-top:10px;
	font-size:13px;
	}

.bio_image_left{
    float:left;
    max-width:48%;
    border-right:1px solid #5a5a5a;
    padding:0 15px 0 0;
}
.profile_img {
    max-width:100%;
}
.bio_news{
    color:#c0c0c0;
    float:right;
    background-color:#fff;
    max-width: 48%;
    padding:10px;
}
.bio_news img {
    max-width: 100%;
}
.bio_text  {
    color:#c0c0c0;
}
/*
.border_bottom_text {
    border-bottom:1px solid #5a5a5a;
}
*/
#hello_world {
	margin:0 auto;
	text-align:center;
}
#hello_world h2{
	color:#707070;
	/*background-color:#f7941d;*/
	padding:1em;
	font-family:"Rufina", "Times New Roman", "Georgia", Times, serif;
}
.handwriting {

/*
    display:inline-block;
    margin: 0 0 -5px 0;
*/

    max-width: 100%;
    height: auto;
    padding-bottom:10px;
    
}
.video_container iframe {
    max-width: 100%;
}
.slider-wrapper.theme-default.texture_bg.texture_bg {
    background: url("../images/texture_bg.png") no-repeat top left;
    margin:0 auto;
    padding:0 14em;
    width: 100%;
}
/* for anything smaller than 750px...*/
@media (max-width: 750px) {
    
    .bio_news, .bio_image_left {
        max-width: 100%;
        float:left;
        border-right:none;
    }

    .slider-wrapper.theme-default.texture_bg.texture_bg {
        background-image: none;
        padding:0;
    }
    
    .sketch_title {
        display:none;
    }
    
    .art_title, .art_info {
        font-size:.75em;
    }
}
.nav_icons {
    font-size:18px;
}
.footer_list li {
    display:inline-block;
}
.info_center_image {
    display:block;
    margin:0 auto;
    max-width:100%;
}
.info_block {
    margin:0 auto;
/*    max-width: 880px;*/
}
#sketch_nav {
    margin:0;
    padding:0;
}
#sketch_nav li {
    list-style-type: none;
    margin:0;
    padding:2px;
    display:inline-block;
    border: solid 6px #fff;
}
#sketch_nav li img{
    padding:2px;
}
#sketch_nav li:hover {
    border: solid 6px #b8eef2;
}
#sketch_nav li.active {
    border: solid 6px #60dfea;
}
#sketchbooks_left {
    width: 30%;
    float:left;
    border-right: 6px solid #60dfea;
}
#sketchbooks_right {
    width: 70%;
    float:right;
}
#book_display {
    margin-left:1em;
/*    border-left: 6px solid #60dfea;*/
}
.sketchbook_item {
    text-align: left;
    display: inline-block;
/*	box-shadow:0 2px 6px rgba(100, 100, 100, 0.3);*/
	overflow:hidden;
	position:relative;
}
#sketchbook_title_bar {
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0 0 5px 5px;
}
#sketchbook_title_bar img {
    vertical-align: middle;
    display:inline-block;
    padding:0 1em;
}





































































/* Reset Styles */
.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder, .ilightbox-holder .ilightbox-container, .ilightbox-holder .ilightbox-container img.ilightbox-image, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-toolbar *, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social, .ilightbox-holder .ilightbox-container .ilightbox-social * {
    float:none;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    line-height:100%;
    vertical-align:baseline;
    background:transparent;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	   -moz-user-select: -moz-none;
	 -khtml-user-select: none;
	     -o-user-select: none;
	        user-select: none;
}
.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
}

/* Disable & Hide Scrollbar */
.ilightbox-noscroll {
	overflow: hidden;
}


.ilightbox-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}

.ilightbox-loader {
	position: fixed;
	z-index: 100005;
	top: 45%;
	left: -192px;
	padding-left: 30px;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
			
	-webkit-border-radius: 0 100px 100px 0;
	        border-radius: 0 100px 100px 0;
}

.ilightbox-loader div {
	width: 72px;
	height: 72px;
	
	-webkit-border-radius: 0 100px 100px 0;
	        border-radius: 0 100px 100px 0;
}

.ilightbox-loader.horizontal {
	left: 45%;
	top: -192px;
	padding: 0;
	padding-top: 30px;
			
	-webkit-border-radius: 0 0 100px 100px;
	        border-radius: 0 0 100px 100px;
}

.ilightbox-loader.horizontal  div {
	-webkit-border-radius: 0 0 100px 100px;
	        border-radius: 0 0 100px 100px;
}

.ilightbox-toolbar {
	display: none;
	position: fixed;
	z-index: 100010;
}

.ilightbox-toolbar a {
	float: left;
	cursor: pointer;
}

.ilightbox-toolbar .ilightbox-prev-button,
.ilightbox-toolbar .ilightbox-next-button {
	display: none;
}

.ilightbox-thumbnails {
	display: block;
	position: fixed;
	z-index: 100009;
}

.ilightbox-thumbnails.ilightbox-horizontal {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical {
	top: 0;
	right: 0;
	width: 140px;
	height: 100%;
	overflow: hidden;
}

.ilightbox-thumbnails .ilightbox-thumbnails-container {
	display: block;
	position: relative;
}

.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
	width: 100%;
	height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
	width: 140px;
	height: 100%;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid {
	display: block;
	position: absolute;

	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
	display: block;
	cursor: pointer;
	padding: 10px;
	position: relative;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
	width: 100%;
	height: 100%;
	
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	
	-ms-interpolation-mode: bicubic;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .7;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
	opacity: 1;
}

.ilightbox-holder {
	display: none;
	position: fixed;
	z-index: 100003;

	-webkit-transform: none;
	   -moz-transform: none;
}

.ilightbox-holder.ilightbox-next, .ilightbox-holder.ilightbox-prev {
	cursor: pointer;
}

.ilightbox-holder div.ilightbox-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.ilightbox-holder.supportTouch div.ilightbox-container {
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

.ilightbox-holder img.ilightbox-image {
	width: 100%;
	height: 100%;
}

.ilightbox-holder .ilightbox-container .ilightbox-caption {
	display: none;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	max-width: 100%;
	padding: 5px 10px;
	margin: 0 auto;
	font-size: 12px;
    line-height: 150%;
	word-wrap: break-word;
	z-index: 20003;
	
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	
	-webkit-border-radius: 3px 3px 0 0;
	        border-radius: 3px 3px 0 0;
}

.ilightbox-holder .ilightbox-container .ilightbox-social {
	display: none;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 5px;
	padding-left: 0;
	z-index: 20003;
	height: 16px;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul {
	float: left;
	list-style: none;
	height: 16px;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li {
	display: inline;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li a {
	float: left;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 50%;
}


.ilightbox-holder .ilightbox-alert {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	padding-top: 100px;
	margin: auto;
	width: 300px;
	height: 50px;
}

.ilightbox-holder .ilightbox-wrapper {
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.ilightbox-holder .ilightbox-inner-toolbar {
	position: relative;
	z-index: 100;
}

.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
	position: absolute;
}

/* Style arrow buttons */
.ilightbox-button {
	position: fixed;
	z-index: 100008;
	cursor: pointer;
}

/* Style mobile devices */
.isMobile .ilightbox-button,
.isMobile .ilightbox-thumbnails {
	display: none !important;
}

.isMobile .ilightbox-toolbar .ilightbox-prev-button,
.isMobile .ilightbox-toolbar .ilightbox-next-button {
	display: block;
}






.ilightbox-thumbnail.ilightbox-active {
    border-top:1px solid red;
    border-bottom:1px solid red;
}
.art_item {
    text-align: left;
    display: inline-block;
}
.ilightbox-title .sold, .ilightbox-title .available {
    font-size:11px;
    padding:5px 0;
    margin:0;
}
.ilightbox-title .sold img, .ilightbox-title .available img {
    display:inline-block;
    padding-right:10px;
}
.ilightbox-title .available a {
    color: pink;
    letter-spacing: 1px;
}
.ilightbox-title .available a:hover {
    text-decoration: underline;
}
.thumbnail {
/*    margin:0 0 57px 0;*/
    display:block;
}
.thumbnail.sketch {
    margin:0;
    line-height: 0.7;
    border:2px solid #fff;
    padding:3px 0;
    border-bottom:6px solid #fff;
}
.thumbnail.sketch:hover {
    border-bottom:6px solid #60dfea;
}
.thumbnail img {
    max-width: 100%;
    height:auto;
}
