@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

@import 'forum.css';

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #88aacd;
   	color: #fff;
    text-shadow: none;
}

::selection {
    background: #88aacd;
  	color: #fff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #b09b93;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   
   BASIC RESPONSIVE TEMPLATE STYLES
   
   ========================================================================== */

html {
	font-size: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	width:100%;
	min-height: 100%;
	position:relative;
}

body {
	background: #fff;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	height: 100%;
	position: relative;
	width: 100%;
	-webkit-animation: bugfix infinite 1s;
}

#plugindetect {visibility: hidden;}

a {
	color: #666;
	text-decoration: none;
	-webkit-transition: color 450ms ease;
	-moz-transition: color 450ms ease;
	-ms-transition: color 450ms ease;
	-o-transition: color 450ms ease;
	transition: color 450ms ease;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:active,
a:focus {outline: none;}

.container {
	font-size: 14px;
	margin: 0 auto 0 auto;
	min-height: 100%;
	position: relative;
	width: 100%;
	z-index: 3;
}

.container .inner-wrapper {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

/* Header */

.header {
	padding-top: 68px;
}

/* Nav Bar */

.nav-wrapper {
	background: rgba(255,255,255,.5);
	padding: 15px 0;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10;
	-webkit-transition: background-color 750ms ease;
	-moz-transition: background-color 750ms ease;
	transition: background-color 750ms ease;
}

.nav-wrapper.hasScrolled {
	background: rgba(0,0,0,.9);
}

.nav-toggle-wrapper {display: none;}

.nav-wrapper .inner-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.nav-wrapper ul,
ul.nav {
	float: left;
	font-size: 0;
	list-style: none;
	margin: 0 auto; padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.nav-wrapper ul li,
ul.nav li {
	display: inline-block;
	font-size: 13px;
	margin: 0 40px 0 0; padding: 0;
}

.nav-wrapper li:last-child,
ul.nav li:last-child {margin-right: 0;}

.nav-wrapper ul a,
.nav a {
	color: #999;
	display: block;
	overflow: hidden;
	outline: none;
	padding: 10px 0;
}

.nav-wrapper ul a:hover,
.nav a:hover {
	color: #555;
}

.nav-wrapper.hasScrolled ul a:hover,
.nav-wrapper.hasScrolled nav a:hover {
	color: #fff;
}

.nav-wrapper .social-media-buttons {
	float: right;
	padding: 10px 0 0 0;
	position: relative;
	text-align: left;
}

.social-media-buttons a.facebook-button {
	background-image: url('../img/facebook-icon.png');
}

.social-media-buttons a.instagram-button {
	background-image: url('../img/instagram-icon.png');
}

.social-media-buttons a.twitter-button {
	background-image: url('../img/twitter-icon.png');
}

.social-media-buttons a.button {
	background-position: center left;
	background-repeat: no-repeat;
	display: inline-block;
	height: 17px;
	margin-left: 20px;
	padding: 0px;
	text-indent: -9000px;
	width: 17px;
}

.social-media-buttons a.button:hover {
	background-position: center right;
}

.nav-wrapper.hasScrolled .social-media-buttons a.button {
	background-position: center right;
}

.nav-wrapper.hasScrolled .social-media-buttons a.button:hover {
	background-position: center left;
}

/* Logo */

.site-title,
h1.site-title {
	cursor: pointer;
	font-weight: bold;
	margin: 45px 0 50px 0;
	padding: 0;
	text-align: center;
}

.site-title p,
h1.site-title p {text-align: center;}

.site-title a {
	display: block;
	overflow: hidden;
	outline: none;
}

.site-title p {margin: 0;}

.site-title .dek,
h1.site-title .dek {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.site-title .dek span,
h1.site-title .dek span {
	font-weight: 400; padding-left: 15px;
}

.header-text {
	font-size: 50px;
	text-transform: uppercase;
}

.header-img img {
	height: auto !important;
	max-width: 100% !important;
}

/* Contact Bar */

.contact-bar {
	border-top: 2px solid #333;
	border-bottom: 4px solid #333;
	font-size: 13px;
	/* font-style: italic; */
	font-weight: bold;
	text-transform: uppercase;
}

.contact-bar .inner-wrapper {
	padding: 15px 0;
}

.contact-bar .inner-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.contact-bar a,
.contact-bar span {display: inline-block; margin-left: 30px;}

.contact-bar span {line-height: 31px;}

.contact-bar .button {
	margin-left: 0;
}

.contact-bar span:first-child {margin-left: 0;}

.contact-left {float: left;}

.shop-hours {clear: both;}

.shop-hours h3 {
	color: #666;
	display: inline-block;
	margin: 0;
}

/* Generic Button Styles */

.button {
	background: url('../img/plus-icon.png') left center no-repeat;
	color: #666;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	height: 32px;
	line-height: 32px;
	padding: 0 0 0 18px;
	-webkit-transition: background-color 350ms ease, color 350ms ease;
	-moz-transition: background-color 350ms ease, color 350ms ease;
	-ms-transition: background-color 350ms ease, color 350ms ease;
	-o-transition: background-color 350ms ease, color 350ms ease;
	transition: background-color 350ms ease, color 350ms ease;
}

.button:hover {
	color: #333;
}

.ilightbox-toolbar.metro-white a.ilightbox-close:hover {
	background-color: #333;
}

.ilightbox-toolbar.metro-white a:hover {
	background-color: #333;
}

/* Main Content Area */

.main {padding-bottom: 50px;}

.main h2,
.section h2 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.main .content-header {margin-bottom: 20px;}

.main .content-header h2 {
	float: left;
	margin: 0;
}

.main .content-header .button {float: right; margin-top: 4px;}

.main .inner-wrapper,
.section .inner-wrapper {padding-top: 30px;}

.main p,
.section p {
	margin: 0 0 15px 0;
}

.main p img {
	height: auto !important;
	max-width: 100% !important;
}

.content-header:after {
	content: "";
	display: table;
	clear: both;
}

/* Homepage Slider */

.thumbnail-slider {
	position: relative;
	width: 100%;
}

.thumbnail-slider:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.thumbnail-slider .item {
	float: left;
	height: 325px !important;
	width: 25%;
}

.thumbnail-slider .owl-item {
	float: left;
	width: 25%;
}

.thumbnail-slider .owl-item .item {
	float: none;
	overflow: hidden;
	width: 100% !important;
}

.thumbnail-slider .owl-item .item img {

}

.thumbnail-slider .owl-controls {
	margin: 0 auto;
	position: absolute;
	top: 0; left: 0; right: 0;
	width: 100%;
}

.thumbnail-slider .owl-controls .owl-nav {

}

.thumbnail-slider .owl-controls .owl-nav div {
	background-color: transparent;
	height: 34px;
	margin: 0;
	opacity: 1;
	padding: 0;
	position: absolute;
	text-indent: -9000px;
	width: 34px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	-webkit-transition: opacity 450ms ease;
	-moz-transition: opacity 450ms ease;
	transition: opacity 450ms ease;
}

.thumbnail-slider .owl-controls .owl-nav div:hover {opacity: .5;}

.thumbnail-slider .owl-controls .owl-nav div.owl-prev {
	background: url('../img/slider-back.png') left top no-repeat;
	left: 20px; top: 146px;
}

.thumbnail-slider .owl-controls .owl-nav div.owl-next {
	background: url('../img/slider-next.png') left top no-repeat;
	right: 20px; top: 146px;
}


/* Homepage Thumbnails */

.dark-section {
	background: rgba(0,0,0,.8);
	color: #fff;
}

.dark-section .section-header h2 {
	color: #fff;
}

.dark-section a,
.dark-section .button {
	color: #999;
}

.dark-section a:hover,
.dark-section .button:hover {
	color: #fff;
}

.home-tattoos {
	padding-bottom: 20px;
}

.artist-tattoos-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.home-main .thumbnail {
	float: left;
	height: 210px !important;
	margin-right: 30px; margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	width: 210px !important;
}

.gallery-main .thumbsThumbnail {position: relative;}

.home-main .thumbnail:last-child {margin-right: 0;}

.home-main .thumbnail:nth-child(3n+3) {margin-right: 0;}

.inner-wrapper .nailthumb-container {
	display: block;
	float: left;
	height: 210px !important;
	position: relative;
	width: 210px !important;
	-webkit-transition: border-color 450ms ease;
	-moz-transition: border-color 450ms ease;
	-ms-transition: border-color 450ms ease;
	-o-transition: border-color 450ms ease;
	transition: border-color 450ms ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.inner-wrapper .nailthumb-container:hover {
	
}

.inner-wrapper .nailthumb-container img {display: block;}

.inner-wrapper .nailthumb-container .img-caption {
	background: rgba(255,255,255,.7);
	color: #333;
	display: block;
	height: 100% !important;
	opacity: 0;
	/*padding: 10px;*/
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 550ms ease;
	-moz-transition: all 550ms ease;
	-o-transition: all 550ms ease;
	-ms-transition: all 550ms ease;
	transition: all 550ms ease;
}

.inner-wrapper .nailthumb-container:hover .img-caption {
  opacity: 1;
}

.img-caption h3 {
	margin: 0;
	margin-bottom: 0 !important;
	padding-bottom: 0;
	text-align: center;
	width: 100%;
	-webkit-margin-before: 0;
  	-webkit-margin-after: 0;
}

.img-caption h3 span {
	display: block;
	padding: 0 10px;
}

.img-caption h3 span.img-title {
	font-size: 14px;
	font-weight: 400;
}

.img-caption h3 span.img-artist {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

.home-main .thumbnail .tattoo-info-link,
.gallery-main .thumbsThumbnail .tattoo-info-link {
	background: url('../img/info-icon.png') left top no-repeat;
	display: block;
	height: 27px;
	opacity: .4;
	position: absolute;
	bottom: 0px;
	text-indent: -9000px;
	right: 0px;
	width: 27px;
	z-index: 5;
	-webkit-transition: opacity 450ms ease;
	-moz-transition: opacity 450ms ease;
	transition: opacity 450ms ease;
}

.home-main .thumbnail .tattoo-info-link:hover,
.gallery-main .thumbsThumbnail .tattoo-info-link:hover {opacity: 1;}

.more-tattoos-link {
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}

.ilightbox-caption a {
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}

.ilightbox-caption a:hover {
	color: #444;
}

.ilightbox-holder.metro-white .ilightbox-container .ilightbox-caption {text-shadow: none;}

/* Studio Site Homepage Thumbnails & Artist List */

.artist-home-row-header {margin-bottom: 10px;}

.artist-home-row-header:after {
	content: "";
	display: table;
	clear: both;
}

.artist-home-row-header h3 {
	float: left;
	line-height: 32px;
	margin: 0;
	text-transform: uppercase;
	width: 40%;
}

.artist-home-row-header .button-wrapper {
	float: right;
	text-align: right;
	width: 60%;
}

.artist-home-row .button-wrapper a {margin-left: 5px;}

.artist-home-row .button-wrapper a:first-child {margin-left: 0;}

.artist-home-row .nailthumb-container {
	margin-right: 20px;
}

.artist-home-row .nailthumb-container:nth-child(3) {margin-right: 0;}

.artist-home-row {margin-bottom: 20px;}


/* Structural Stuff */

.main .inner-wrapper:after,
.section .inner-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.section {padding-bottom: 30px;}

.section-header {
	float: left;
	padding-right: 30px;
	text-align: right;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.section-content {
	background: url('../img/divider.png') left top no-repeat;
	float: right;
	padding-left: 30px;
	width: 75%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dark-section .section-content {
	background: url('../img/dark-divider.png') left top no-repeat;
}

.section-header h2 {
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
	text-align: right;
}

.section ul {
	list-style: square;
	margin-left: 0;
	padding-left: 20px;
}

.section ul li {
	margin-bottom: 5px;
}

/* .section img {
	height: auto;
	max-width: 100%;
} */

/* News on Homepage */

.home-news {
	background: rgba(255,255,255,.5);
	padding-bottom: 30px;
}

.newslist {
	text-align: left;
}

.news-entry {
	margin-top: 30px;
}

.news-entry:first-child {
	margin-top: 0;
}

.news-entry .date {
	color: #666;
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
	text-transform: none;
}

.news-entry h3 {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 0 0;
	text-transform: none;	
}

.news-entry h3 a {
	color: #666;
}

.news-entry h3 a:hover {
	color: #333;
}

.news-entry p {text-align: left !important;}

.news-entry p:last-child {margin-bottom: 0;}

.home-content-wrapper p img,
.content-wrapper #newslist-wrapper p img,
.content-wrapper .news-article-wrapper p img {
	display: block;
	margin: 20px auto 20px auto;
}

.view-more-link {
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
	text-align: right;
	text-transform: uppercase;
}

.news-entry .image-wrapper {
	margin: 0 auto 20px auto;
	text-align: center;
}

.news-entry .image-wrapper a {
	display: block;
	outline: none;
	text-align: center;
}

.news-entry .image-wrapper img {
	display: block;
	height: auto !important;
	margin: 0 auto;
	max-width: 100% !important;
}

.home-news .button-wrapper {padding-top: 30px;}

/* ABOUT SECTION */

.home-about {
	background: rgba(255,255,255,.5);
	padding-bottom: 30px;
}

/* TRAVEL DATES */

.main h4,
.section h4 {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.event-entry {
	font-weight: 400;
	margin-bottom: 30px;
}

/* INFO BLOCK */

.main h3 {
	margin-top: 0;
}

.info-block {
	background: rgba(255,255,255,.5);
	padding-bottom: 30px;
}

/* STORE BLOCK */

#store-section .store-item {
	border-bottom: 1px solid rgba(50,50,50,.2);
	margin: 0 0 30px 0;
	max-width: 450px;
}

#store-section .store-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#store-section .store-item img {
	display: block;
	max-width: 450px;
	margin-bottom: 15px;
}

#store-section .store-item input {margin-bottom: 10px;}

#store-section .store-item h3 {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#store-section .store-item h3 a {
	color: #000;
}

#store-section .store-item h3 a:hover {
	color: #666;
}

#store-section .dynamic-store-items:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

#store-section .store-item.dynamic-store-item h3 {
	margin-bottom: 0;
}

#store-section .store-item a.product-cta {
	background: url('../img/black-plus-icon.png') left center no-repeat;
	color: #333;
	display: inline-block;
	margin-bottom: 10px;
}

#store-section .store-item a.product-cta:hover {
	color: #666;
}

#store-section .store-item .nailthumb-container {float: none;}

#store-section .store-item.dynamic-store-item {
	border-top: 1px solid rgba(50,50,50,.2);
	border-bottom: none;
	float: left;
	margin-right: 30px;
	max-width: 210px;
	padding-top: 20px;
}

#store-section .store-item.dynamic-store-item:nth-child(3n+3) {margin-right: 0;}

#store-section .store-item.dynamic-store-item:nth-child(1),
#store-section .store-item.dynamic-store-item:nth-child(2),
#store-section .store-item.dynamic-store-item:nth-child(3) {
	border-top: 0;
	padding-top: 0;
}

/* INSTAGRAM FEED */

#instafeed:after {
	content: "";
	display: table;
	clear: both;
}

#instafeed a {
	display: block;
	float: left;
	margin-right: 30px; margin-bottom: 20px;
	height: 210px;
	width: 210px;
}

#instafeed a:nth-child(3n+3) {margin-right: 0;}

#instafeed a:nth-child(7),
#instafeed a:nth-child(8),
#instafeed a:nth-child(9) {
	margin-bottom: 0;
}

#instafeed a img {
	display: block;
	height: auto;
	max-width: 100%;
}

/* CONTACT BLOCK */

.contact-block {
	background: rgba(255,255,255,.5);
}

/* BOTTOM BLOCK */

.bottom-block {padding-bottom: 30px;}

/* FOOTER */

.footer {
	/*border-top: 1px solid #999;*/
	padding: 30px 0 30px 0;
	text-align: right;
}

.footer .inner-wrapper {padding-top: 0;}

ul.footer-nav {
	list-style: none;
	margin: 50px 0 20px 0;
	padding: 0;
	text-align: center;
}

ul.footer-nav li {
	display: inline-block;
	font-style: italic;
	font-weight: bold;
	margin-right: 40px;
	text-transform: uppercase;
}

ul.footer-nav li:last-child {margin-right: 0;}

.mobile-footer-nav {
	display: none;
	font-style: italic;
	font-weight: bold;
	margin: 50px 0 20px 0;
	text-transform: uppercase;
}

.mobile-footer-nav a:first-child {margin-right: 40px;}

.footer-address {
	font-size: 13px;
	font-style: italic;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer-address span {margin-left: 10px;}

.footer-address span:first-child {margin-left: 0;}

.copyright {
	color: #666;
	font-size: 10px;
	margin: 0; padding: 0;
	text-transform: uppercase;
}

.copyright a {color: #000;}

.copyright a:hover {color: #666;}

.copyright span {display: block;}

/* Default Fullscreen Background */

.fullscreen-bg {
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	border: none;
	height: 100% !important;
	opacity: .3;
	position: fixed;
	top: 0px; left: 0px;
	width: 100% !important;
	z-index: 0;
}

.fullscreen-bg .bgitem {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100% !important;
	height: 100% !important;
}

.fullscreen-bg .owl-stage-outer {
	width: 100% !important;
	height: 100% !important;
}

.fullscreen-bg .owl-stage-outer .owl-stage {
	height: 100% !important;
}

.fullscreen-bg .owl-item {
	height: 100% !important;
}

/* OUR ARTISTS - STUDIO SITES */

#artists-section .artist-thumb {
	float: left;
	margin-right: 30px;
	width: 210px;
}

#artists-section .artist-thumb:nth-child(3n+3) {margin-right: 0;}

.home-main #artists-section .thumbnail {
	float: none;
	margin-right: 0;
	margin-bottom: 3px;
}

#artists-section .artist-name-banner {
	background: rgba(0,0,0,.7);
	color: #fff;
	min-height: 38px;
	padding: 7px 0 0 10px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#artists-section .artist-name-banner h3 {
	font-weight: 400;
	margin: 0;
}

#artists-section .artist-name-banner a.email-icon {
	background-image: url('../img/email-icon.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 18px;
	position: absolute;
	top: 10px; right: 10px;
	text-indent: -9000px;
	width: 28px;
}

#artists-section .artist-name-banner a.email-icon:hover {
	background-position: right top;
}

#artists-section .artist-thumb .button-wrapper a {
	margin-left: 3px;
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#artists-section .artist-thumb .button-wrapper a:first-child {margin-left: 0;}

/* LOADED CONTACT FORM */

fieldset#contact .input-wrapper {margin-bottom: 20px;}

/* INNER PAGES */

.inside-main {
	/*background: rgba(255,255,255,.5); */
}

/* News List Page */

.news-main {
	border-bottom: 5px solid rgba(0,0,0,.7);
	padding-bottom: 0;
}

.news-main h1 {text-transform: uppercase;}

#newslist-wrapper h2 {
	font-size: 22px;
	text-transform: none;
}

#newslist-wrapper .news-entry {border-top: 1px solid rgba(50,50,50,.2); margin-top: 30px; padding-top: 30px;}

#newslist-wrapper .news-entry:first-child {border-top: none; margin-top: 0; padding-top: 0;}

#newslist-wrapper .news-entry p {text-align: left !important;}

#newslist-wrapper .news-entry img,
#newslist-wrapper .news-entry p img,
.news-article-wrapper .news-entry img,
.news-article-wrapper .news-entry p img {
	display: block;
	height: auto !important;
	margin: 0 auto 20px auto;
	max-width: 100% !important;
}

/* News Articles */

.inside-main .news-entry .date {
	margin-bottom: 0;
}

.inside-main #newslist-wrapper .news-entry .date {text-align: left;}

.news-entry h1 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-transform: none;
}

.news-article-wrapper .news-entry {margin-bottom: 50px;}

.addthis_toolbox {
	position: relative;
	text-align: center;
}

.addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at4-icon, .addthis_default_style .at300bo, .addthis_default_style .at300m, .addthis_default_style .at300bs {
  display: inline-block;
  float: none !important;
}

.addthis_default_style .addthis_counter {float: none !important; position: relative; top: -4px;}

/* About Page / Artist List / Biography */

.bio-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.tattooArtistPic {
	float: right;
	max-width: 30%;
}

.tattooArtistPic a {
	border: 5px solid #fff;
	display: block;
	outline: none;
	overflow: hidden;
	-webkit-transition: border-color 450ms ease;
	-moz-transition: border-color 450ms ease;
	-ms-transition: border-color 450ms ease;
	-o-transition: border-color 450ms ease;
	transition: border-color 450ms ease;
}

.tattooArtistPic a:hover {
	border: 5px solid #ffa70f;
}

.tattooArtistPic img {
	display: block;
	height: auto !important;
	max-width: 100% !important;
}

.bio-content {
	float: left;
	width: 65%;
}

.artist-bio-actions {
	margin-bottom: 20px;
}

.artist-bio-actions .emailartistlink {margin-right: 16px;}

.tattooArtistWrapper {
	border-top: 1px solid #fff;
	margin-top: 20px;
	padding-top: 20px;
}

.tattooArtistWrapper:first-child {border-top: none; margin-top: 0; padding-top: 0;}

h2.piercers-label {
	background: #fff;
	color: #000;
	margin-top: 25px;
	padding: 5px 10px;
}

/* PRODUCT SYNDICATION ON IMAGE DETAIL PAGE */

.gallery-artist-info-wrapper {
	border-top: 1px solid #333;
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
}

.gallery-artist-info-wrapper h3 {
	font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.gallery-image-artist-products .artist-keywords-wrapper a {
	display: block;
	height: auto;
	position: relative;
	width: 210px;
}

.gallery-artist-info-wrapper .nailthumb-container {
	float: none;
	height: 250px !important;
	width: 210px !important; 
}

.gallery-image-artist-products .artist-keywords-wrapper .keyword-title {
	background: rgba(255,255,255,.9);
    color: #333;
	display: block;
	font-size: 15px;
	bottom: 0px; left: 0px;
	padding: 10px;
	position: absolute;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color 450ms ease, color 450ms ease;
	-moz-transition: background-color 450ms ease, color 450ms ease;
	transition: background-color 450ms ease, color 450ms ease;
}

.gallery-image-artist-products .artist-keywords-wrapper .keyword-title .product-cat {display: none;}

.gallery-image-artist-products .artist-keywords-wrapper .keyword-title .product-cta {
	background: url('../img/plus-icon.png') left center no-repeat;
	display: block;
	font-size: 13px;
    padding: 0 0 0 18px;
}

.gallery-image-artist-products .artist-keywords-wrapper a:hover .keyword-title {
	background: rgba(255,255,255,1);
	color: #000;
}


/* Thumbnail Galleries */

.gallery-main {padding-bottom: 0;}

#thumbnailgallery {
	position: relative;
}

#thumbnailgallery {
	background: url('../img/preloader.gif') center 150px no-repeat;
}

.no-js #thumbnailgallery {
	background: none;
}

/* .thumbnails-wrapper:after {
	content: "";
	display: table;
	clear: both;
} */

.thumbnails-wrapper {
	opacity: 0;
}

.no-js .thumbnails-wrapper {
	opacity: 1;
}

.thumbnail-nav-bar {
	margin-bottom: 20px;
}

#crumb-nav {
	color: #4d4d4d;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

#crumb-nav:after {
	content: "";
	display: table;
	clear: both;
}

#crumb-nav .navText {
	color: #fff;
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
}

#crumb-nav .nav-buttons-wrapper {
	border-bottom: 1px solid #333;
	font-size: 13px;
	padding-bottom: 20px;
}

#crumb-nav .nav-buttons-wrapper a {
	background-color: #c4c4c4;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin-right: 6px;
	padding: 0 10px;
	text-transform: uppercase;
	-webkit-transition: background-color 350ms ease, color 350ms ease;
	-moz-transition: background-color 350ms ease, color 350ms ease;
	-ms-transition: background-color 350ms ease, color 350ms ease;
	-o-transition: background-color 350ms ease, color 350ms ease;
	transition: background-color 350ms ease, color 350ms ease;
}

#crumb-nav .nav-buttons-wrapper a:last-child {margin-right: 0;}

#crumb-nav .nav-buttons-wrapper a:hover {
	color: #000;
	background-color: #fff;
}

.guest-artist-note {
	font-size: 12px;
	font-style: italic;
	padding-top: 20px;
	text-transform: uppercase;
}


.thumbsThumbnail {
	float: left;
	height: 232px;
	margin: 0 10px 10px 0;
	width: 232px;
}

.thumbnails-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.thumbsThumbnail:nth-child(4n+4) {margin-right: 0;}

.thumbsThumbnail:nth-last-child(-n+4) {margin-bottom: 0;}

.thumbsThumbnail .nailthumb-container {
	display: block;
	height: 232px !important;
	width: 232px !important;
}

.thumbsThumbnail .nailthumb-container img {
	display: block;
}

/* Image Detail Page */

#gallerycrumbs {
	color: #4d4d4d;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#bread ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#bread ul li {display: inline;}

#bread ul a {margin-right: 6px;}

.gallery-image-nav-bar h1 {
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.gallery-actions {
	border-bottom: 1px solid #333;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: right;
	text-transform: uppercase;
}

.gallery-actions #nowviewing {
	float: left;
	line-height: 32px;
}

.gallery-actions a {
	text-align: center;
	width: 75px;
}

.gallery-actions a,
a.back-link {
	background-color: #c4c4c4;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-right: 6px;
    padding: 0 10px;
    text-transform: uppercase;
    -webkit-transition: background-color 350ms ease, color 350ms ease;
    -moz-transition: background-color 350ms ease, color 350ms ease;
    -ms-transition: background-color 350ms ease, color 350ms ease;
    -o-transition: background-color 350ms ease, color 350ms ease;
    transition: background-color 350ms ease, color 350ms ease;
}

.gallery-actions a:hover,
a.back-link:hover {
	color: #000;
    background-color: #fff;
}

.gallery-content-wrapper {
	content: "";
	display: table;
	clear: both;
}

.gallery-image-wrapper {
	position: relative;
}

.gallery-image-nav-bar {
	margin-bottom: 20px;
}

.gallery-image {
	float: left;
	margin: 0 0 34px 0;
	width: 49%;
}

.gallery-image a {
	display: inline-block;
	-webkit-transition: border-color 450ms ease;
	-moz-transition: border-color 450ms ease;
	-ms-transition: border-color 450ms ease;
	-o-transition: border-color 450ms ease;
	transition: border-color 450ms ease;
}

.gallery-image img {
	display: block;
	height: auto !important;
	max-width: 400px !important;
}

.gallery-image a img {
	height: auto !important;
	max-width: 390px !important;
}

.gallery-image-info-wrapper {
	float: right;
	width: 49%;
}

.gallery-image-buttons {font-style: italic;}

.gallery-image-buttons:after {
	content: "";
	display: table;
	clear: both;
}

.gallery-image-buttons div:first-child {float: left;}

.gallery-image-buttons div:last-child {float: right;}

.gallery-image-info-wrapper .large-image-link,
.gallery-image-info-wrapper .detail-image-link {
	display: block;
}

.gallery-image-info-wrapper .back-link {margin: 20px 0 20px 0;}

.gallery-image-info {margin-bottom: 25px;}

.email-artist-wrapper {margin-bottom: 10px;}

.email-artist-wrapper a,
a.large-image-link {
	font-weight: bold;
	text-transform: uppercase;
}

#galleryimageInfo {margin-top: 20px;}

#gallerykeywords {margin-top: 20px; margin-bottom: 20px;}

.placement strong,
#gallerykeywords strong,
#galleryTravelDates h3 {
	display: block;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

#galleryTravelDates p strong {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 -15px 0;
	text-transform: uppercase;
}

.back-link-wrapper {display: none;}



/* INFO PAGES */

/* .inside-content-wrapper h1 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
} */

.article-entry {
	margin-bottom: 20px;
}

.inside-content-wrapper h1.info-header {
	padding: 0;
	margin-bottom: 10px;
}

/* LINKS PAGE */

.links-wrapper {
	position: relative;
}

.links-wrapper .content-header {
	border-bottom: 1px solid #333;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	
}

.links-wrapper h1 {
	float: left;
	margin: 0;
	text-transform: uppercase; 
}

.links-wrapper h2 {
	font-size: 22px;
}

.links-wrapper label {
	display: block;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.links-wrapper .button,
.links-wrapper .button:hover {
	border: none;
	width: auto;
}

#linktousbanner {
	border-bottom: 1px solid #333;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#linktousbanner div {margin-top: 20px;}

#linktousbanner div:first-child {margin-top: 0;}

.banner-section {
	border-top: 1px solid #333;
	margin: 30px 0 0 0;
	padding-top: 30px;
}

a.link-name {
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

p.link-description {margin: 0;}

.banner-row .link-img {margin-bottom: 5px;}

.links-wrapper img,
.banner-row .link-img img {
	display: block;
	height: auto !important;
	max-width: 100% !important;
}

.banner-section .banner-row {margin-bottom: 20px;}

.banner-section .banner-row:last-child {margin-bottom: 0;}

.links-wrapper #captcha:after {
	content: "";
	display: table;
	clear: both;
}

.links-wrapper #captcha img {
	float: left;
}

.add-link-wrapper select {display: block; margin-bottom: 20px;}

/* CONTACT PAGE */

fieldset { border: none;}
fieldset label { float: left; text-align: right; padding-right: 5px; font-size: 1.2em; }

fieldset#post { width: 600px; margin: 0 auto; }
fieldset#post textarea { width: 400px; height: 200px; }

form#contact {
	height: auto;
	margin: 15px 0 0 0;
}

form input,
form textarea,
form#contact input,
form#contact textarea,
#mailinglistform input,
#mailinglistform textarea {
	background-color: rgba(255,255,255,.8);
	border: 1px solid #999;
	margin: 0 0 20px 0;
	width: 450px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

form input:focus,
form textarea:focus,
form#contact input:focus,
form#contact textarea:focus,
#mailinglistform input:focus,
#mailinglistform textarea:focus {
	background-color: rgba(255,255,255,1);
	border: 1px solid #000;
}

form label,
fieldset#contact label,
fieldset#contact label.referrer-label,
fieldset#contact label.captcha-label {
	display: block; float: none; margin: 0 0 5px 0;
}

form label .form-note,
fieldset#contact label .form-note {
	display: block;
	font-weight: normal;
	font-size: 13px;
	opacity: .7;
	text-transform: none;
}

form#contact .referrer-input,
form#contact input.captcha-entry {
	display: block;
	
}

input {
	-webkit-appearance: none;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	display: block;
	margin-bottom: 20px;
	min-height: 20px;
	background-color: #fff;
	color: #616161;
	padding: 7px 5px;
	/* border-width: 2px;
	border-style: solid;
	border-color: #fff; */
	border: none;
	width: auto;
	-webkit-transition: background-color 450ms ease, border-color 450ms ease;
	-moz-transition: background-color 450ms ease, border-color 450ms ease;
	-ms-transition: background-color 450ms ease, border-color 450ms ease;
	transition: background-color 450ms ease, border-color 450ms ease;
}

input.captcha-entry {
	margin-bottom: 20px;
	width: 250px;
}

input:focus  {
	/* border-color: #ff371c; */
	background-color: #fff;
	color: #616161;
	outline: none;
} 

textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	display: block;
	width: auto;
	height: 100px;
	background-color: #fff;
	color: #616161;
	/* border-width: 2px;
	border-style: solid;
	border-color: #fff; */
	border: none;
	padding: 5px;
	resize:vertical;
	-webkit-transition: background-color 450ms ease, border-color 450ms ease;
	-moz-transition: background-color 450ms ease, border-color 450ms ease;
	-ms-transition: background-color 450ms ease, border-color 450ms ease;
	transition: background-color 450ms ease, border-color 450ms ease;
}

textarea:focus {
	/* border-color: #ff371c; */
	background-color: #fff;
	outline: none;
}

textarea.referrer-input {
	height: 50px;
}

#captcha { margin:15px 0;}

#mailinglistform {
	text-align: left;
	font-size: 14px;
}

#contact input.submit,
#mailinglistform input.submit {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: inline-block;
    font-family: 'Montserrat', sans-serif;
    width: auto;
	text-transform: uppercase;
	color: #666;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	height: 32px;
	line-height: 32px;
	padding: 0 0 0 18px;
	text-transform: none;
	-webkit-transition: background-color 350ms ease, color 350ms ease;
	-moz-transition: background-color 350ms ease, color 350ms ease;
	-ms-transition: background-color 350ms ease, color 350ms ease;
	-o-transition: background-color 350ms ease, color 350ms ease;
	transition: background-color 350ms ease, color 350ms ease;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#contact input.submit:hover,
#mailinglistform input.submit:hover {
	color: #333;
}

#contact input.submit:focus,
#mailinglistform input.submit:focus {
	background-color: transparent;
	border: none;
}

#contact label {
	font-weight: bold;
	text-transform: uppercase;
}

.content-wrapper .mailing-list-intro {margin-bottom: 20px;}

legend {
	color: #bc66d9;
	font-size: 44px;
	font-weight: normal;
	letter-spacing: 1px;
}

form label,
fieldset#contact label {
	font-size: 15px;
	text-transform:uppercase;
}

.mailing-list-intro {margin-bottom: 20px;}

fieldset label {
	float: none;
	text-align: left;
	margin-bottom: 12px;
}

.contact-form-wrapper h1 {
	text-align: center;
	text-transform: uppercase;
}

.email-thanks {
	border-top: 1px solid rgba(50,50,50,.2);
	font-weight: 700;
	padding-top: 20px;
	text-transform: uppercase;
}

#formerrors {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 20px;
}



/* Video Resizing */

.video-wrapper {
	padding-bottom: 56.25%;
	padding-top: 25px;
	position: relative;
	height: 0;
}

.video-wrapper iframe {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

/* Artist Profile Pages */

.artist-bio-module {margin-bottom: 20px;}

.artist-bio-header:after {
	content: "";
	display: table;
	clear: both;
}

.artist-bio-header h1 {
	float: left;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 30px 0;
	text-transform: uppercase;
	width: 65%;
}

.artist-bio-header .header-button-wrapper {
	float: right;
	text-align: right;
	width: 30%;
}

.artist-bio-photo {
	float: right;
	border: 5px solid #fff;
  display: inline-block;
  outline: none;
  overflow: hidden;
  height: auto !important;
  max-width: 30% !important;
  -webkit-transition: border-color 450ms ease;
  -moz-transition: border-color 450ms ease;
  -ms-transition: border-color 450ms ease;
  -o-transition: border-color 450ms ease;
  transition: border-color 450ms ease;
}

.artist-bio-info {
	  float: left;
	  width: 420px;
}

.inside-main .content-module h3 {
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.artist-bio-info,
.artist-bio-info-section,
.artist-bio-dates-module {margin-bottom: 40px;}

.inside-main .content-module h4 {
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.date-entry {margin-bottom: 20px;}

.date-entry:last-child {margin-bottom: 0;}

.travel-date {display: block; font-style: italic;}

.venue-name {font-weight: bold; margin-right: 20px;}

.inside-content-wrapper h3 {text-transform: uppercase;}

.gallery-image-text-header:after {
	content: "";
	display: table;
	clear: both;
}

.gallery-image-text-header h3 {
	float: left;
	width: 70%;
}

.gallery-image-text-header .content-module-nav {
	float: right;
	text-align: right;
	width: 30%;
}

.bio-thumbs:after {
	content: "";
	display: table;
	clear: both;
}

.bio-thumbs a {
	float: left;
	display: block;
	height: 235px;
	overflow: hidden;
	margin-right: 20px;
	width: 235px;
}

.bio-thumbs a:nth-child(4) {margin-right: 0;}

.bio-thumbs a .nailthumb-container {float: none;}

.bio-thumbs .keyword-title {display: none;}

.artist-bio-tattoos-module {margin-bottom: 20px;}

/* GALLERIES PAGE */

.info-wrapper.galleries-wrapper h1 {text-transform: uppercase;}

.info-wrapper.galleries-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.info-wrapper.galleries-wrapper ul li {
	display: block;
    float: left;
    height: 232px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 232px;
}

.info-wrapper.galleries-wrapper ul li:nth-child(4n+4) {margin-right: 0;}

.info-wrapper.galleries-wrapper ul li span {
	background: #fff;
	color: #000;
	display: block;
	opacity: .6;
	padding: 5px;
	position: absolute;
	bottom: 10px; left: 10px;
	-webkit-transition: opacity 450ms ease;
	-moz-transition: opacity 450ms ease;
	-ms-transition: opacity 450ms ease;
	-o-transition: opacity 450ms ease;
	transition: opacity 450ms ease;
}

.info-wrapper.galleries-wrapper ul li a:hover span {
	opacity: 1;
}

.info-wrapper.galleries-wrapper ul li img {
	display: block;
	height: auto;
	max-width: 100%;
}

/* Extra Nav */

.extranav {
	background: #ccc;
	border-bottom: 1px solid #a8a8a8;
	height: 30px;
	position: absolute;
	top: 0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.extranav .inner-wrapper {
	padding-top: 6px;
}

.extranav .inner-wrapper:after {
	display: table;
	content:"";
	clear: both;
}

.nav-wrapper.extranavenabled {
	top: 30px;
	-webkit-transition: top 300ms ease;
	-moz-transition: top 300ms ease;
	transition: top 300ms ease;
}

.nav-wrapper.extranavenabled.hasScrolled {
	top: 0px;
}

.header.extranavenabled {
    padding-top: 110px;
}

.translate-wrapper input {
	height: 17px; min-height: 17px;
}

.translate-wrapper {float: right;}

.social-media-buttons a.button:first-child {margin-left: 7px}

.social-media-buttons a.youtube-button {
	background-image: url(../img/youtube-icon.png);
}

.social-media-buttons a.pinterest-button {
	background-image: url(../img/pinterest-icon.png);
}

.social-media-buttons a.google-button {
	background-image: url(../img/google-icon.png);
}

.banner-wrapper {
	clear: both;
	margin: 0 auto 30px auto;
	max-width: 728px;
    max-height: 90px;
    min-height: 90px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.custom-banner,
.custom-banner2 {
   	display: none;
   	margin: 0 auto 0px auto;
   	position: absolute;
   	top: 0px; left: 0px;
    text-align: center;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   
   RESPONSIVE STYLES
   
   ========================================================================== */

/* SCREEN SIZE LESS THAN 1010px WIDE */

@media all and (max-width : 1010px) {


	.container .inner-wrapper {width: 840px;}
	
	.nav-wrapper ul,
	ul.nav {width: 840px;}

	.shop-hours {padding-top: 10px;}

	.shop-hours h3 {display: block;}
	
	.container.sidebar .shop-hours span {
		margin-left: 0; margin-right: 30px;
	}
	
	.container.sidebar .shop-hours span:last-child {margin-right: 0;}

	.nav-wrapper {border-bottom: none;}
	
	.nav-toggle-wrapper {
		display: block;
		float: left;
		position: relative;
		text-align: center;
		z-index: 5;
	}
	
	a.nav-toggle.button {
		background-image: url('../img/menu-icon.png');
		background-position: left top;
		background-repeat: no-repeat;
		color: #999;
		font-size: 13px;
		height: 32px;
		line-height: 32px;
		padding-left: 40px;
		text-transform: uppercase;
	}
	
	.nav-wrapper.hasScrolled a.nav-toggle.button {
		background-image: url('../img/menu-icon-black.png');
	}
	
	a.nav-toggle.button:hover {
		color: #555;
	}
	
	.nav-wrapper.active a.nav-toggle.button {
		background-image: url('../img/close-icon.png');
	}
	
	.nav-wrapper.hasScrolled a.nav-toggle.button {
		color: #999;
	}
	
	.nav-wrapper.active a.nav-toggle.button:hover,
	.nav-wrapper.hasScrolled a.nav-toggle.button:hover {
		color: #fff;
	}
	
	.nav-wrapper a.nav-toggle .active-text {display: none;}
	
	.nav-wrapper.active a.nav-toggle .default-text {display: none;}
	
	.nav-wrapper.active a.nav-toggle .active-text {display: inline;}
	
	.nav-wrapper ul,
	ul.nav {
		background: #000;
		display: none;
		padding-top: 51px;
		position: absolute;
		top: 0px;
		width: 320px;
	}
	
	.nav-wrapper.active ul,
	.nav-wrapper.active ul.nav {
		display: block;
		font-size: 22px;
		padding-bottom: 20px;
		z-index: 4;
	}
	
	.nav-wrapper.active ul li,
	.nav-wrapper.active ul.nav li {
		display: block;
		font-size: 17px;
		font-weight: 700;
		margin-right: 0;
		padding-left: 40px;
		text-align: left;
	}
	
	.nav-wrapper.active ul li a,
	.nav-wrapper.active ul.nav li a {
		color: #b3b3b3;
	}
	
	.nav-wrapper.active ul li a:hover,
	.nav-wrapper.active ul.nav li a:hover {
		color: #fff;
	}
	
	.nav-wrapper.active ul li:first-child a,
	.nav-wrapper.active ul.nav li:first-child a {
		padding-top: 0;
	}
	
	.section-header {
		padding-left: 40px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.section-header,
	.section-header h2 {
		text-align: left;
	}
	
	.home-main .nailthumb-container {
		height: 285px !important;
		width: 285px !important;
	}
	
	.home-main .thumbnail {
		height: 285px !important;
		width: 285px !important;
	}
	
	.home-main .thumbnail:nth-child(3n+3) {margin-right: 30px;}
	
	.home-main .thumbnail:nth-child(2n+2) {margin-right: 0px;}

	.home-main .thumbnail:nth-child(9) {display: none;}

	#instafeed a {
		height: 285px;
		width: 285px;
	}
	
	#instafeed a:nth-child(3n+3) {margin-right: 30px;}
	
	#instafeed a:nth-child(2n+2) {margin-right: 0px;}

	#instafeed a:nth-child(9) {display: none;}

	/* THUMBNAIL GALLERY */
	
	.thumbsThumbnail {
		height: 270px;
		margin: 0 15px 15px 0;
		width: 270px;
	}
	
	.thumbsThumbnail .nailthumb-container {
    	height: 270px !important;
    	width: 270px !important;
	}
	
	.thumbsThumbnail:nth-child(4n+4) {
		margin-right: 15px;
	}
	
	.thumbsThumbnail:nth-child(3n+3) {
		margin-right: 0px;
	}
	
	#store-section .store-item.dynamic-store-item {
		max-width: 285px;
	}
	
	#store-section .store-item.dynamic-store-item:nth-child(3n+3) {margin-right: 30px;}
	
	#store-section .store-item.dynamic-store-item:nth-child(2n+2) {margin-right: 0px;}
	
	#store-section .store-item.dynamic-store-item:nth-child(3) {
		border-top: 1px solid rgba(50,50,50,.2);
		padding-top: 20px;
	}

	.info-wrapper.galleries-wrapper ul li {
    	height: 195px;
    	margin: 0 20px 20px 0;
    	width: 195px;
	}

	.info-wrapper.galleries-wrapper ul li:nth-child(3n+3) {margin-right: 20px;}

	.info-wrapper.galleries-wrapper ul li:nth-child(4n+4) {margin-right: 0px;}
	
	


}

   

/* SCREEN SIZE LESS THAN 900px WIDE */

@media all and (max-width : 900px) {
	
	.container .inner-wrapper {width: 680px;}
	
	.nav-wrapper ul li,
	ul.nav li {
		margin: 0 22px 0 0;
	}
	
	.nav-wrapper ul li:last-child,
	ul.nav li:last-child {margin-right: 0;}
	
	.inner-wrapper .nailthumb-container {
		height: 225px !important;
		width: 225px !important;
	}
	
	.artist-tattoos-wrapper .thumbnail {
		height: 225px !important;
		width: 225px !important;
	}
	
	.home-main .thumbnail {
    	height: 225px !important;
    	width: 225px !important;
	}
	
	#instafeed a {
    	height: 225px;
    	width: 225px;
	}
	
	#store-section .store-item {width: 100%;}
	
	form#contact input, form#contact textarea {width: 100%;}
	
	h2.about-header {text-align: center;}
	
	.tattooArtistPic {
		float: none;
		margin: 0 auto 20px auto;
		max-width: 500px;
		width: 500px;
	}
	
	.bio-content {
		float: none;
		width: auto;
	}
	
	.bio-content p {text-align: center;}
	
	.artist-bio-actions {
		margin: 0 auto 20px auto;
		width: 500px;
	}
	
	.artist-bio-actions:after {
		content: "";
		display: table;
		clear: both;
	}
	
	.artist-bio-actions a {text-align: center; width: 170px;}
	
	.artist-bio-actions .emailartistlink {float: left; margin-right: 0;}
	
	.artist-bio-actions .viewgallerylink {float: right;}
	
	.bio-thumbs a {
		height: 212px;
		margin-right: 22px;
		width: 212px;
	}
	
	.bio-thumbs a:nth-child(3) {margin-right: 0;}
	
	.bio-thumbs a:nth-child(4) {display: none;}
	
	.gallery-image {
		float: none;
		margin: 0 auto 30px auto;
		text-align: center;
		width: 400px;
	}

	.gallery-image a {
		display: inline-block;
		-webkit-transition: border-color 450ms ease;
		-moz-transition: border-color 450ms ease;
		-ms-transition: border-color 450ms ease;
		-o-transition: border-color 450ms ease;
		transition: border-color 450ms ease;
	}

	.gallery-image a:hover {	
	}

	.gallery-image img {
		display: block;
		height: auto;
		max-width: 420px !important;
	}

	.gallery-image a img {
		max-width: 410px !important;
	}

	.gallery-image-info-wrapper {
		float: none;
		width: 100%;
	}
	
	.gallery-image-buttons:after {
		content: "";
	display: table;
	clear: both;
	}
	
	.gallery-image-buttons .email-artist-wrapper {float: left;}
	
	.gallery-image-buttons .large-image-link {float: right;}
	
	/* .gallery-info-column {text-align: center;} */
	
	.gallery-info-column {
		padding: 0 40px;
		-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
	}
	
	.gallery-image-buttons div:first-child,
	.gallery-image-buttons div:last-child {
  		float: none;
  		display: inline-block;
	}
	
	.gallery-image-buttons .email-artist-wrapper {margin-right: 30px;}
	
	.gallery-image-buttons .large-image-link {float: none;}
	
	.gallery-artist-info-wrapper {
		padding-left: 40px; padding-right: 40px;
	}
	
	.gallery-image-artist-products .artist-keywords-wrapper a {width: 212px;}
	
	.gallery-artist-info-wrapper .nailthumb-container {
		height: 250px !important;
		width: 212px !important;
	}
	
	/*input {
		width: 410px;	
	}
	
	textarea {
		width: 410px;
	}*/
	
	/* Studio Site Homepage Thumbnails & Artist List */
	
	.artist-home-row h3 {
		float: none;
		line-height: normal;
		margin: 0 0 5px 0;
		width: 100%;
	}

	.artist-home-row .button-wrapper {
		float: none;
		text-align: left;
		width: 100%;
	}

	.artist-home-row .nailthumb-container:nth-child(2) {
		margin-right: 0
	}
	
	.artist-home-row .nailthumb-container:nth-child(3) {display: none;}

	/*.content-module-header {}

	.artist-bio-header h1 {
		float: none;
		margin: 0 0 5px 0;
		width: 100%;
	}

	.artist-bio-header .header-button-wrapper {
		float: none;
		margin-bottom: 20px;
		text-align: left;
		width: 100%;
	}*/

	.artist-bio-photo {
		display: block;
		float: none;
		margin: 0 auto 20px auto;
  		max-width: 500px !important;
  		width: 500px !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.artist-bio-info,
	.artist-bio-dates-module {
		text-align: center;
	}
	
	.inside-main .artist-bio-info h3,
	.inside-main .artist-bio-dates-module h3 {
		margin-bottom: 10px;
	}
	
	.artist-bio-info ul {
		padding: 0;
		list-style: none;
	}
	
	.gallery-image-text-header h3 {width: 40%;}
	
	.gallery-image-text-header .content-module-nav {width: 60%;}
	
	.bio-thumbs a {
		margin-bottom: 20px;
	}
		
	.artist-bio-info {
		float: none;
		width: auto;
	}
	
	.thumbsThumbnail {
		height: 212px;
		margin-bottom: 22px;
		margin-right: 22px;
		width: 212px;
	}
	
	.thumbsThumbnail:nth-child(2) {margin-right: 22px;}
	
	.thumbsThumbnail:nth-child(4n+4) {margin-right: 22px;} 
	
	.thumbsThumbnail:nth-child(3n+3) {margin-right: 0px;} 
	
	.thumbsThumbnail .nailthumb-container {
		height: 212px !important;
  		width: 212px !important;
	}
	
	.thumbsThumbnail:nth-last-child(-n+4) {margin-bottom: 22px;}
	
	.thumbsThumbnail:nth-last-child(-n+3) {margin-bottom: 0px;}
	
	.copyright span {
    	display: inline;
	}
	
	#store-section .store-item.dynamic-store-item {
		max-width: 225px;
	}

	
	.info-wrapper.galleries-wrapper ul li {
    	height: 155px;
    	margin: 0 20px 20px 0;
    	width: 155px;
	}

	.info-wrapper.galleries-wrapper ul li:nth-child(3n+3) {margin-right: 20px;}

	.info-wrapper.galleries-wrapper ul li:nth-child(4n+4) {margin-right: 0px;}
	
	
	
}


/* SCREEN SIZE LESS THAN 792px WIDE */

@media all and (max-width : 791px) {
	
	.thumbnail-nav-bar {height: auto;}
	
	.thumbnail-nav-bar #crumb-nav {float: none;}
		
}

/* SCREEN SIZE LESS THAN 720px WIDE */

@media all and (max-width : 719px) {
	
	.container .inner-wrapper {
		width: 440px;
	}
	
	.header {position: relative;}
	
		
	.site-title,
	h1.site-title {
		margin: 35px 0 40px 0;
	}
	
	.header-text {font-size: 38px;}
	
	.site-title .dek span,
	h1.site-title .dek span {
		display: block;
	}
	
	.contact-bar .inner-wrapper {
		content: "";
		display: table;
		clear: both;
	}
	
	.contact-bar span {
		display: block;
		line-height: normal;
		margin-left: 0;
	}
	
	.contact-bar a.tel-link {margin-left: 0;}
	
	.contact-bar .contact-left {float: left;}
	
	.contact-bar .social-media-buttons {float: right;}
		
	.main .content-header {text-align: center;}
		
	.main .content-header h2 {
		float: none;
		text-align: center;
	}
	
	.main .content-header .button {
		float: none;
		margin-top: 7px;
	}
	
	.section-header {
		float: none;
		margin-bottom: 20px;
		padding-left: 0;
		width: 100%;
	}
	
	.section-content {
		background: none;
		padding-left: 0;
		float: none;
		width: 100%;
	}
	
	.dark-section .section-content {
    	background: none;
	}
		
	.inner-wrapper .nailthumb-container {
		height: 210px !important;
		width: 210px !important;
	}
	
	.home-main .thumbnail {
		height: 210px !important;
		margin-right: 20px; margin-bottom: 20px;
		width: 210px !important;
	}
	
	.home-main .thumbnail:nth-child(3) {margin-right: 20px;}
	
	.artist-tattoos-wrapper .thumbnail:nth-child(2n+2) {margin-right: 0;}
	
	.artist-tattoos-wrapper .thumbnail:nth-child(3) {margin-right: 20px;}
	
	.artist-tattoos-wrapper .thumbnail:nth-child(4) {display: block;}

	#instafeed a {
    	height: 210px;
    	margin-right: 20px;
    	width: 210px;
	}
	
	#instafeed a:nth-child(3) {margin-right: 20px;}

	.mobile-footer-nav {
		font-style: normal;
		margin-top: 0;
	}

	.footer-nav {display: none;}
	
	.mobile-footer-nav {
		display: block;
	}
	
	.copyright span {display: inline;}

	.copyright span:last-child {padding-top: 15px; display: block;}
	
	.tattooArtistPic {
		max-width: 100%;
		width: 100%;
	}
	
	.artist-bio-actions {width: 100%;}

	.thumbsThumbnail {
		height: 210px;
		margin-right: 20px; margin-bottom: 20px;
		width: 210px;
	}
	
	.thumbsThumbnail:nth-child(3) {margin-right: 20px;}
	
	.thumbsThumbnail:nth-child(3n+3) {margin-right: 20px;}
	
	.thumbsThumbnail:nth-child(2n+2) {margin-right: 0;}
	
	.thumbsThumbnail .nailthumb-container {
		height: 210px !important;
		width: 210px !important;
	}
	
	#crumb-nav .nav-buttons-wrapper {float: none; font-size: 13px;}
	
	#crumb-nav .nav-buttons-wrapper a {display: none;}
	
	#crumb-nav .nav-buttons-wrapper a.previous-link,
	#crumb-nav .nav-buttons-wrapper a.next-link {display: inline-block; text-align: center; width: 75px;}
	
	#bread ul ul ul {
		display: none;
	}
	
	#gallery-image-wrapper h1 {
		margin-bottom: 10px;
	}
	
	.gallery-actions {
		text-align: left;
	}
	
	.gallery-actions #nowviewing {
		display: none;
		/* margin-bottom: 20px; */
	}
	
	#gallerynowViewingTop:after {
		content: "."; 
   		visibility: hidden; 
   		display: block; 
   		height: 0; 
   		clear: both;
	}
	
	.gallery-actions #previouslink {float: left;}
	
	.gallery-actions #nextlink {float: right;}
	
	.gallery-image {
		width: 440px;
	}

	.gallery-image a {
		
		display: inline-block;
		-webkit-transition: border-color 450ms ease;
		-moz-transition: border-color 450ms ease;
		-ms-transition: border-color 450ms ease;
		-o-transition: border-color 450ms ease;
		transition: border-color 450ms ease;
	}

	.gallery-image a:hover {

	}

	.gallery-image img {
		display: block;
		height: auto !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.gallery-image a img {
		max-width: 100% !important;
	}
	
	.gallery-image-buttons:after {
		content: "";
	display: table;
	clear: both;
	}
	
	.gallery-image-buttons .email-artist-wrapper {float: none;}
	
	.gallery-image-buttons .large-image-link {float: none;}
	
	#previouslink {margin-left: 0;}
	
	.artist-home-row .button-wrapper a {
		width: 200px;
		margin: 0 0 5px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.artist-home-row .nailthumb-container {
		margin: 0 0 20px 0;
	}
	
	.artist-home-row .nailthumb-container:nth-child(2) {margin: 0;}
	
	.gallery-image-text-header h3 {width: 100%; float: none;}
	
	.gallery-image-text-header .content-module-nav {width: 100%; float: none; text-align: left; margin-bottom: 10px;}
	
	.gallery-image-text-header .content-module-nav a {width: 200px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
	
	.bio-thumbs a {
		height: 210px;
		margin-right: 20px;
		width: 210px;
	}
	
	.bio-thumbs a:nth-child(2) {margin-right: 0;}
	
	.bio-thumbs a:nth-child(3) {margin-right: 20px;}
	
	.bio-thumbs a:nth-child(4) {display: block; margin-right: 0;}
	
	.inside-main .artist-bio-tattoos-module h3,
	.inside-main .artist-bio-art-module h3 {
		margin-bottom: 10px;
		text-align: center;
	}
	
	.artist-bio-tattoos-module .gallery-image-text-header .content-module-nav,
	.artist-bio-art-module .gallery-image-text-header .content-module-nav {
		margin-bottom: 20px;
		text-align: center;
	}
	
	.artist-bio-tattoos-module .gallery-image-text-header .content-module-nav a,
	.artist-bio-art-module .gallery-image-text-header .content-module-nav a {
		width: auto;
	}
	
	.artist-bio-header h1 {
		width: 50%; float: left;
	}
	
	.artist-bio-header .header-button-wrapper {
		width: 50%; float: right; text-align: right;
	}
	
	.artist-bio-photo {
		max-width: 100% !important;
		width: 100% !important;
	}
	
	.links-wrapper .content-header h1 {
		float: none;
		text-align: center;
	}
	
	.links-wrapper h2 {text-align: center;}
	
	.links-wrapper .banner-row {text-align: center;}
	
	.links-wrapper img {
		display: block;
		margin: 0 auto 10px auto;
	}
	
	.add-link-wrapper label {text-align: center;}

	.add-link-wrapper input,
	.add-link-wrapper textarea,
	.add-link-wrapper select {
		display: block;
		margin: 0 auto 20px auto;
	}
	
	.links-wrapper #captcha {text-align: center;}
	
	.links-wrapper #captcha img {display: inline-block; float: none;}

	/* Image Detail Page */
	
	.gallery-info-column {padding: 0;}
	
	.gallery-artist-info-wrapper {
		padding-left: 0; padding-right: 0;
	}
	
	.gallery-image-artist-products .artist-keywords-wrapper a {width: 210px;}
	
	.gallery-artist-info-wrapper .nailthumb-container {
		height: 250px !important;
	}
	
	#store-section .store-item.dynamic-store-item {
		margin-right: 20px;
		max-width: 210px;
	}
	
	#store-section .store-item.dynamic-store-item:nth-child(3n+3) {margin-right: 20px;}
	
	#store-section .store-item.dynamic-store-item:nth-child(2n+2) {margin-right: 0px;}

	.info-wrapper.galleries-wrapper ul li {
    	height: 210px;
    	margin-right: 20px; margin-bottom: 20px;
    	width: 210px;
	}
	
	.info-wrapper.galleries-wrapper ul li:nth-child(4n+4) {margin-right: 20px;}
	
	.info-wrapper.galleries-wrapper ul li:nth-child(3n+3) {margin-right: 20px;}
	
	.info-wrapper.galleries-wrapper ul li:nth-child(2n+2) {margin-right: 0;}
	
}

/* SCREEN SIZE LESS THAN 560px */

@media all and (max-width : 560px) {
	
	.thumbnail-nav-bar {
		text-align: center;
	}
	
	.gallery-image-wrapper {
		top: 0px;
	}
	
	.gallery-image-nav-bar {
		margin-bottom: 34px;
		width: auto;
	}
	
	.gallery-image {
		margin: 0 auto 34px auto;
	}
	
	.gallery-image img {
		height: auto;
		max-width: 360px !important;
	}
	
	.gallery-image {
		text-align: center;
		width: 360px;
	}
	
	.gallery-image-info-wrapper {width: auto;}
	
	.image-navigation {text-align: right;}
	
	.thumbnail-nav-bar .helper-link p {text-align: center !important;}
	
	#thumbnailgallery {
		background: url('../img/preloader.gif') center 75px no-repeat;
	}
	
	.tattooArtistPic img {
		max-width: 430px !important;
	}
	
	.artist-bio-actions a.button {
		display: inline-block;
		width: auto;
	}
	
	.artist-bio-actions a.emailartistlink {margin-bottom: 0;}
	
	#crumb-nav {font-size: 22px;}
	
	#crumb-nav .navText {font-size: 14px;}
	
	#crumb-nav .nav-buttons-wrapper {float: none; font-size: 13px;}

	#gallery-image-wrapper h1 {
		margin-bottom: 10px;
	}	
	
	.gallery-actions {text-align: right;}
	
	.gallery-actions #nowviewing {float: left;}
	
	#bread ul ul ul {
		display: inline;
	}
	
	#gallery-image-wrapper {
		position: relative;
	}
	
	.back-link-wrapper {text-align: center;}
	
	.gallery-image {
		float: none;
		margin: 0 0 34px 0;
		width: 440px;
	}

	.gallery-image img {
		display: block;
		height: auto;
		max-width: 440px !important;
	}

	.gallery-image a img {
		max-width: 430px !important;
	}

	.gallery-image-info-wrapper {
		float: none;
		width: 440px;
	}
	
	.gallery-image-buttons .email-artist-wrapper {float: left;}
	
	.gallery-image-buttons .large-image-link {float: right;}
	
	input {
		width: 290px;	
	}
	
	textarea {
		width: 290px;
	}
	
	input.captcha-entry {width: 190px;}
	
	.small-header-img img {
		max-width: 440px !important;
	}
	
	.artist-home-row .button-wrapper a {
		width: auto;
		margin: 0 0 0 5px;
	}
	
	.artist-home-row .button-wrapper a:first-child {margin-left: 0;}
	
	.artist-home-row .nailthumb-container {
		margin: 0 20px 0px 0;
	}
	
	.artist-home-row .nailthumb-container:nth-child(2) {margin: 0;}
		
	.artist-bio-photo {
		display: block;
	}
	
	.bio-thumbs a {margin-right: 20px;}
	
	.bio-thumbs a:nth-child(2),
	.bio-thumbs a:nth-child(4) {margin-right: 0;}
	
}

/* SCREEN SIZE LESS THAN 480px */

@media all and (max-width : 479px) {

	.container .inner-wrapper {
		max-width: 280px;
	}
	
	.nav-wrapper ul, ul.nav {
		max-width: 280px;
	}
	
	.site-title p img,
	h1.site-title p img {
		height: auto !important;
		max-width: 280px !important;
	}
	
	.contact-bar span {
		margin-bottom: 15px;
	}
	
	.contact-bar .social-media-buttons .button {
		display: block;
		margin-left: 0; margin-bottom: 15px;
	}
	
	.contact-bar .social-media-buttons .button:last-child {margin-bottom: 0;}
	
	.home-main .thumbnail,
	.artist-tattoos-wrapper .thumbnail {
		float: none;
		height: 280px !important;
		margin: 0 auto 20px auto;
		width: 280px !important;
	}
	
	.artist-tattoos-wrapper .thumbnail:nth-child(2n+2),
	.artist-tattoos-wrapper .thumbnail:nth-child(3) {margin: 0 auto 20px auto;}
		
	.inner-wrapper .nailthumb-container {
		height: 280px !important;
		width: 280px !important;	
	}
	
	#instafeed a {
    	height: 280px;
    	margin: 0 0 20px 0;
    	width: 280px;
	}
	
	#instafeed a:nth-child(7) {margin-bottom: 20px;}
	
	.main p a {
		word-break: break-all;
	}
	
	.mobile-footer-nav a:first-child {margin-right: 30px;}
	
	.footer-address span {display: block;}
	
	
	
	.tattooArtistPic img {
		max-width: 270px !important;
	}
	
	.artist-bio-actions a.button {
		display: block;
		width: 260px;
	}
	
	.artist-bio-actions a.emailartistlink {margin-bottom: 20px;}

	.thumbsThumbnail  {
		float: none;
		height: 235px;
		margin: 0 auto 20px auto;
		width: 235px;
	}
	
	.thumbsThumbnail:nth-child(2n+2) {margin-right: auto;}
	
	.thumbsThumbnail:nth-last-child(-n+3) {margin-bottom: 20px;}
	
	.thumbsThumbnail:last-child {margin-bottom: 0;}
	
	.thumbsThumbnail .nailthumb-container {
		height: 235px !important;
		width: 235px !important;
	}
	
	.gallery-actions {text-align: left;}
	
	.gallery-actions #nowviewing {
		float: none;
	}
	
	.gallery-actions a {
		width: 37%;
	}
	
	#crumb-nav .nav-buttons-wrapper a {display: none;}
	
	#crumb-nav .nav-buttons-wrapper a.previous-link,
	#crumb-nav .nav-buttons-wrapper a.next-link {display: inline-block;}
	
	#bread ul ul ul {
		display: none;
	}
	
	.back-link-wrapper {text-align: center;}
	
	.gallery-image {
		width: 280px;
	}

	.gallery-image img {
		display: block;
		height: auto;
		max-width: 280px !important;
	}

	.gallery-image a img {
		max-width: 270px !important;
	}

	.gallery-image-info-wrapper {
		float: none;
		width: 280px;
	}
	
	.gallery-image-buttons .email-artist-wrapper {float: none;}
	
	.gallery-image-buttons .large-image-link {float: none;}
	
	.gallery-image-artist-products .artist-keywords-wrapper a {width: 280px;}
	
	
	input {
		width: 270px;	
	}
	
	textarea {
		width: 270px;
	}
	
	input.captcha-entry {width: 270px;}
	
	.artist-home-row .button-wrapper a {
		width: 100%;
		margin: 0 0 5px 0px;
	}
	
	.artist-home-row .button-wrapper a:last-child {margin-bottom: 0;}
	
	.artist-home-row .nailthumb-container {
		margin: 0 0px 20px 0;
	}
	
	.artist-home-row .nailthumb-container:nth-child(2) {margin: 0;}

	.bio-thumbs a {
		height: 280px;
		margin: 0 0 20px 0;
		width: 280px;
	}
	
	.bio-thumbs a:nth-child(4) {display: none;}
	
	.gallery-image-text-header h3 {
		width: 100%; float: none;
		margin: 20px 0 10px 0;
	}
	
	.gallery-image-text-header .content-module-nav {
		width: 100%; float: none; text-align: left;
	}
	
	.gallery-image-text-header .content-module-nav a {width: 100%; text-align: left;}

	.artist-bio-header h1 {
		margin-bottom: 10px;
  		width: 100%;
  		float: none;
  		text-align: center;
	}
	
	.artist-bio-header .header-button-wrapper {
		width: 100%; float: none; text-align: center;
		margin-bottom: 20px;
	}
	
	.artist-bio-header .header-button-wrapper a {
		width: auto; text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.venue-name {display: block; margin-right: 0;}

	.bio-thumbs a {
		float: none;
		height: 235px;
		margin: 0 auto 20px auto;
		width: 235px;
	}
	
	.bio-thumbs a:nth-child(2), .bio-thumbs a:nth-child(4) {margin: 0 auto 20px auto;}

	.gallery-image-buttons .email-artist-wrapper {margin-right: 0}

	#store-section .store-item.dynamic-store-item {
		margin-right: 0px;
		max-width: 280px;
	}
	
	#store-section .store-item.dynamic-store-item:nth-child(3n+3) {margin-right: 0px;}
	
	#store-section .store-item.dynamic-store-item:nth-child(2) {
		border-top: 1px solid rgba(50,50,50,.2);
		padding-top: 20px;
	}
	
	.info-wrapper.galleries-wrapper h1 {text-align: center;}
	
	.info-wrapper.galleries-wrapper ul li {
    	float: none;
    	height: 235px;
    	margin-right: auto; margin-left: auto; margin-bottom: 20px;
    	width: 235px;
	}
	
	.info-wrapper.galleries-wrapper ul li:nth-child(4n+4) {margin-right: auto;}
	
	.info-wrapper.galleries-wrapper ul li:nth-child(3n+3) {margin-right: auto;}

	.info-wrapper.galleries-wrapper ul li:nth-child(2n+2) {margin-right: auto;}

}


/* Android Fix */
@-webkit-keyframes bugfix { 
  from {padding:0;} 
  to {padding:0;} 
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
