/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ==========================================================================
   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: #222;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #222;
    color: #fff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    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;
}

/* ==========================================================================
   DARKSIDE TATTOO custom styles
   ========================================================================== */


html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	width:100%;
	min-height: 100%;
	position:relative;
}

body {
	background:url('../style-images/bg-left.jpg') left top repeat-y, url('../style-images/bg-right.jpg') right top repeat-y #000;
	background-attachment: fixed;
	color: #fff;
	font-family: Times, Times New Roman;
	margin: 0;
	padding: 0 0 45px 0;
	min-height: 100%;
	position: relative;
	text-align: center;
	width:100%;
}

a:focus {outline: none;}

a {
	color: #fff;
	text-decoration: none;
	text-shadow: 2px 2px #990000;
	-webkit-transition: all 450ms ease;
	-moz-transition: all 450ms ease;
	transition: all 450ms ease;
}

a:hover {
	text-shadow: 2px 2px #ff0000;
}

#barmenu {display: none;}

#nav {display: none;}

.container {
	background: #323232;
	margin: 80px auto 0px auto;
	min-height: 1418px;
	padding-bottom: 105px;
	position: relative;
	width: 900px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.logo-title {
	height: 287px;
	margin-bottom: -65px;
	position: relative;
	left: -43px; top: -58px;
	width: 990px;
}

.logo-title a {
	display: block;
	margin-bottom: -110px;
}

.shopInfo {
	font-size: 26px;
	padding-left: 20px;
	position: relative;
	left: 43px;
	text-align: center;
    text-shadow: 2px 2px #000000;
    width: 698px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.shopInfo a {display: inline;}

.shopInfo:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.shopInfo .headerContent1 {padding-bottom: 10px;}

.shopInfo .headerContent2 {
	float: left;
	font-size: 22px;
	padding-left: 20px;
}

.shopInfo .menu-links2 {
	float: right;
	font-size: 22px;
	padding-right: 20px;
}

.menu-links {width: 682px;}

.menu-links a {
	font-size: 30px;
	margin-right: 40px;
}

.menu-links a:last-child {margin-right: 0;}

.main {
	background: url('../style-images/responsiveImages/mainContainerDesign.png') center 130px no-repeat;
	min-height: 810px;
}

.centerContent {
	padding: 10px 20px 0 20px;
}

.contentMainLeft {
	float: left;
	width: 682px;
}

.centerContent h4 {
	font-size: 30px;
	font-weight: bold;
    text-shadow: 2px 2px #000000;
    text-align: left;
}

.recent-tattoos:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.recent-tattoos h4 {
	float: left;
	line-height: 57px;
}
	
.slider-cta {
	display: inline;
    font-size: 13px;
    float: left;
    height: 57px;
    line-height: 57px;
    padding: 0 5px 0 5px;
    text-transform: uppercase;
    text-shadow: 2px 2px #000000;
}

.recent-tattoos .slider-nav {float: right;}

.recent-tattoos .contentSection {
	clear: both;
	padding-top: 20px;
}

.slider-nav:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.slider-nav .left-slider-button,
.slider-nav .right-slider-button {
	cursor: pointer;
    display: block;
    float: left;
    height: 57px;
    text-indent: -9000px;
    width: 57px;
}

.slider-nav .left-slider-button {
	background: url('../style-images/previous-button.png') top left no-repeat;
}

.slider-nav .right-slider-button {
	background: url('../style-images/next-button.png') top left no-repeat;
}

.tattoos-slider-border {
	background: url('../style-images/sliderbg.png');
    height: 156px;
    padding: 16px;
    width: 650px;
}

.tattoos-slider {height: 156px;}

.tattoos-slider .owl-item {height: 156px;}

.tattoos-slider a {
	border: 1px solid #000;
	display: block;
	position: relative;
}

.tattoos-slider a:before {
	background: rgba(255,0,0,.5);
	content: " ";
	display: block;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	-webkit-transition: opacity 450ms ease;
	-moz-transition: opacity 450ms ease;
	transition: opacity 450ms ease;
}

.tattoos-slider .item:hover a:before {
	opacity: 1;
}

.latest-news h4,
.about-us h4 {
	margin: 30px 0;
	text-align: center;
}

.contentSection h5 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}

.news-list,
.news-entry .date,
.news-entry .read-more-link {font-size: 22px;}

.news-entry {overflow: hidden;}

/* .news-entry .news-list {
	word-break: break-all;
} */

.news-entry p a {word-break: break-all;}

.news-entry .read-more-link {display: block; margin-top: 10px;}

img.hr-img {
	display: block;
	margin: 20px auto 10px auto;
}

.intro-text {font-size: 20px;}

.intro-text p {margin-bottom: 15px;}

/* SIDEBAR */

.centerContent:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.asideSection {
	position: absolute;
	right: -20px;
	width: 184px;
}

.asideSection .asideBlock {
	background: #999999;
	margin-bottom: 10px;
	padding: 10px;
	-webkit-box-shadow: 3px 3px 0 0 #000000;
	box-shadow: 3px 3px 0 0 #000000;
}

.asideSection .asideBlock:last-child {margin-bottom: 0;}

.asideSection .asideBlock.footercontent1 {
	font-size: 17px;
	text-shadow: 2px 2px #000000;
}

.asideSection .sidenav-links {
	font-size: 26px;
    text-shadow: 2px 2px #990000;
}

.asideSection .sidenavheader {
	display: block;
	font-size: 26px;
	margin-bottom: 10px;
	text-shadow: 2px 2px #000;
}

.socialBlock a {margin-right: 15px;}

.socialBlock a:last-child {margin-right: 0;}

#instafeed a {
	display: block;
	height: 164px;
	margin-bottom: 10px;
	width: 100% !important;
}

#instafeed a img {
	display: block;
	height: auto !important;
	width: 100% !important;
}

#instafeed a:last-child {margin-bottom: 0;}

/* FOOTER */

/*#footer:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}*/

#footer {
	position: absolute;
	bottom: -45px;
	width: 100%;
}

#footer:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.footer-logo {
	float: left;
	height: auto !important;
	left: -35px;
	position: relative;
	width: 434px !important;
}

.footerContentText {
	float: right;
	position: relative;
	top: 28px; right: 20px;
	text-align: right;
}

.footerContentText .footSubline {
	text-shadow: 2px 2px #000;
}

.footerContent1 {font-size: 17px;}

.footerContent2 {padding-top: 10px;}

.footerContent2 .menu-links3 {padding-left: 10px;}

/* News List */

.insideLeft h1 {
	font-size: 30px;
	font-weight: bold;
	margin: 30px 0;
    text-shadow: 2px 2px #000000;
}

.insideLeft h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	text-shadow: 2px 2px #000000;
}

.news-entry .date {
	color: #999999;
}

.news-article-wrapper .date {display: block; margin-bottom: 10px;}

.insideLeft .news-entry p {font-size: 22px;}

.addthis_toolbox {
	margin: 50px auto 0 auto;
	width: 145px;
}

.addthis_toolbox a {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

/* Artist List */

.tattooArtist:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.tattooArtist {
	border-top: 1px solid #999999;
	margin-top: 20px;
	text-align: left;
}

.tattooArtist .artist-bio-img {
	margin: 0 20px 10px 0;
}

.tattooArtist .entryTitleLine {
	padding-top: 20px;
}

.tattooArtist .entryTitleLine:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.tattooArtist:last-child {padding-bottom: 30px;}

.tattooArtist .entryTitleLine div:nth-child(1) {float: left;}

.tattooArtist .entryTitleLine div:nth-child(2) {float: right;}

.tattooArtist .entryTitleLine .staff-links {font-size: 26px;}

/* Gallery Selection */

.info-header:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.info-header h1,
.info-header h2 {float: left;}

.info-header span.cta {
	color: #999999;
	float: right;
	font-size: 20px;
	font-style: italic;
	line-height: 30px;
}

.insideLeft .info-header {
	padding-top: 30px; margin-bottom: 30px;
}

.insideLeft .info-header h1,
.insideLeft .info-header h2 {
	margin: 0;
}

.gallery-types:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.gallery-thumb {
	float: left;
	margin-right: 10px;
	width: 163px;
}

.gallery-thumb:nth-child(4n+4) {margin-right: 0;}

.gallery-types .img-caption {
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
}

.nailthumb-container {
	border: 2px solid #000;
	display: block;
	height: 163px !important;
	overflow: hidden;
	position: relative;
	width: 163px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color 450ms ease;
	-moz-transition: border-color 450ms ease;
	transition: border-color 450ms ease;
}

.nailthumb-container img {display: block;}

.nailthumb-container .img-caption {
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	z-index: 3;
	-webkit-transition: opacity 450ms ease;
	-moz-transition: opacity 450ms ease;
	transition: opacity 450ms ease;
}

.nailthumb-container .img-caption h4 {
	font-size: 20px;
	padding: 10px 0 0 10px;
}

.nailthumb-container .img-caption h4 span {display: block; font-size: 18px; font-weight: normal;}

.nailthumb-container:hover {
	border: 2px solid #d11714;
}

.nailthumb-container:hover .img-caption {
	background: rgba(255,0,0,.6);
	opacity: 1;
}

.artist-gallery-row:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.artist-gallery-row .thumbnail {
	float: left;
}

.artist-gallery-row h3 {
	text-shadow: 2px 2px #000000;
}

.artist-gallery-row .entryTitleLine:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.artist-gallery-row .entryTitleLine .left-col {float: left;}

.artist-gallery-row .entryTitleLine .right-col {float: right;}

.artist-gallery-row .entryTitleLine {margin-bottom: 10px;}

.artist-gallery-row .entryTitleLine h3 {
	color: #d9d9d9;
	font-size: 22px;
    font-weight: bold;
}

.artist-gallery-row .entryTitleLine .right-col {
	font-size: 22px;

}

.artist-gallery-row {margin-bottom: 20px;}

.artist-gallery-row:last-child {margin-bottom: 0;}

/* THUMBNAIL GALLERY */

#thumbsgallery {padding-top: 30px;}

#thumbsbreadcrumbs {font-size: 26px;}

#thumbsNavTop {padding-top: 20px;}

#thumbsNavBottom {padding-top: 15px;}

#thumbsNavTop {margin-bottom: 30px;}

#thumbsNavBottom {
	clear: both;
}

#thumbsNavTop a,
#thumbsNavBottom a {
	margin-left: 10px;
}

#thumbsArea .gallery-thumb {margin-bottom: 10px;}

.navText {
	color: #999999;
	font-style: italic;
}

#thumbsArea:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.thumbsThumbnail {
	float: left;
	height: 163px;
	margin: 0 10px 10px 0;
	width: 163px;
}

.thumbsThumbnail:nth-child(4n+4) {margin-right: 0;}

/* .thumbsThumbnail:nth-last-child(-n+4) {
	margin-bottom: 0;
} */

/* IMAGE DETAIL PAGE */

#gallery:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

#gallerycrumbs:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

#gallerycrumbs ul {display: inline-block;}

#gallerycrumbs li {display: inline;}

#gallerycrumbs ul ul:before {
	content: ">";
	display: inline-block;
	margin: 0 5px;
}

#gallerycrumbs ul ul ul {display: none;}

#gallerycrumbs {padding-top: 10px; text-transform: uppercase;}

.insideLeft h1.galleryimageTitle {margin-top: 10px; margin-bottom: 10px;}

#gallerynowViewingTop:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;	
}

#gallerynowViewingTop {margin-bottom: 30px; text-align: right;}

#gallerynowViewingTop #nowviewing {float: left; line-height: 57px;}

#gallerynowViewingTop #previouslink {
	background: url('../style-images/previous-button.png') top left no-repeat;
	display: inline-block;
	min-height: 57px;
	line-height: 57px;
	margin-right: 40px;
	padding-left: 57px;
	text-transform: uppercase;
}

#gallerynowViewingTop #nextlink {
	background: url('../style-images/next-button.png') top right no-repeat;
	display: inline-block;
	min-height: 57px;
	line-height: 57px;
	padding-right: 57px;
	text-transform: uppercase;
}

#galleryimagewrapper {float: left; width: 45%}

#galleryimagewrapper #large-image-link {max-width: 100%;}

#galleryimagewrapper img {
	display: block;
	height: auto !important;
	width: 100% !important;
}

#galleryinfowrapper {
	float: right;
	text-align: left;
	width: 45%;
}

#galleryArtistName,
.view-large-image {
	display: block;
	font-size: 20px;
}

#galleryArtistName {margin-top: 30px;}

.view-large-image {margin-bottom: 10px;}

#galleryimageInfo,
#gallerykeywords {font-size: 18px;}

#galleryimageInfo strong,
#gallerykeywords strong {font-weight: bold;} 
	
#galleryimage .large-image-link {
	border: 2px solid #000;
	display: inline-block;
	-webkit-transition: border-color 450ms ease;
	-moz-transition: border-color 450ms ease;
	transition: border-color 450ms ease;
}

#galleryimage .large-image-link:hover {
	border: 2px solid #d11714;
}

.ilightbox-toolbar a {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
	
/* Contact Form */

.contact-form-wrapper p {
	line-height: normal;
	margin: 0 auto 20px auto;
	text-align: left;
	width: 460px;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea {
	background: #f7f7f7;
	border: 2px solid #000;
	display: block;
	font-size: 14px;
	margin: 0 auto 10px auto;
	padding: 10px;
	width: 460px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-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;
	-o-transition: background-color 450ms ease, border-color 450ms ease;
	transition: background-color 450ms ease, border-color 450ms ease;
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;    
  	box-sizing: border-box;
  	 -webkit-appearance: none;
  	 -webkit-border-radius: 0;
  	 -moz-border-radius: 0;
  	 border-radius: 0;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
	background: #fff;
	border: 2px solid #d11714;
	outline: none;
}

#captcha {
	background: #000;
	display: inline-block;
	margin-bottom: 10px;
	padding: 10px;
}

.contact-form-wrapper label {
	color: #999;
	display: block;
	font-style: italic;
	margin-bottom: 5px;
	/* text-transform: uppercase; */
}

.contact-form-wrapper input.submit {
	background: none;
	border: none;
	color: #fff;
	font-family: Times, Times New Roman;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 2px 2px #990000;
	-webkit-transition: text-shadow 450ms ease;
	-moz-transition: text-shadow 450ms ease;
	transition: text-shadow 450ms ease;
}

.contact-form-wrapper input.submit:hover {
	text-shadow: 2px 2px #ff0000;
}



	
/* SCREEN SIZE LESS THAN 1010px WIDE */

@media all and (max-width : 1009px) {

	body {padding-bottom: 0;}

	.container {
		min-height: 1417px;
		width: 760px;
	}
	
	.logo-title {
		height: 220px;
		left: 0px;
		width: 760px;
	}
	
	.logo-title img {
		display: block;
		height: auto !important;
		max-width: 100% !important;
	}
	
	.shopInfo {
		font-size: 21px;
		left: 0;
		padding-top: 25px;
		width: 569px;
	}
	
	.shopInfo .headerContent2 {
		font-size: 18px;
		padding-left: 0;
	}
	
	.shopInfo .menu-links2 {
		font-size: 18px;
		padding-right: 0;
	}
	
	.menu-links {
		/*padding-top: 10px;
		width: 760px;*/
	}
	
	.main {
		background-position: center 100px;
	}
	
	.centerContent {
    	padding: 30px 20px 0 20px;
	}
	
	.contentMainLeft {
		width: 546px;
	}
	
	.tattoos-slider-border {
		background: url('../style-images/sliderbg_760.png');
		height: 129px;
		width: 514px;
	}
	
	.tattoos-slider {height: 129px;}
	
	.tattoos-slider .owl-item {height: 129px;}
	
	#footer {
		bottom: -65px;  
		padding-top: 20px; padding-bottom: 20px;
	}
	
	.footer-logo {
		left: 8px;
		width: 380px !important;	
	}
	
	.footerContentText {
		top: 0px;
		width: 342px;
	}
	
	.footerContent1 .remove {display: none;}
	
	.footerContent1 .footSubline:last-child {display: block;}
	
	.footerContent2 .menu-links3 {display: block;}

	.gallery-thumb {
		margin-bottom: 20px;	
		width: 268px;
	}

	.gallery-thumb:nth-child(4n+4) {margin-right: 10px;}
	
	.gallery-thumb:nth-child(2n+2) {margin-right: 0px;}
	
	.nailthumb-container {
		height: 268px !important;
		width: 268px !important;
	}
	
	#thumbsNavBottom {padding-bottom: 30px;}

	#thumbsNavTop {padding-top: 10px;}

	.navText {
		display: block;
		margin-bottom: 10px;
	}
	
	/* Thumbnail Gallery */
	
	.thumbsThumbnail {
		height: 175px;
		width: 175px;
	}
	
	.thumbsThumbnail:nth-child(4n+4) {
		margin-right: 10px;
	}
	
	.thumbsThumbnail:nth-child(3n+3) {
		margin-right: 0;
	}
	
	.thumbsThumbnail .nailthumb-container {
		height: 175px !important;
		overflow: hidden;
		width: 175px !important;
	}
	
	/* .thumbsThumbnail:nth-last-child(-n+4) {
    	margin-bottom: 10px;
	}
	
	.thumbsThumbnail:nth-last-child(-n+3) {
		margin-bottom: 0px;
	} */
	
	.info-header h1,
	.info-header h2,
	.info-header span.cta {
		float: none;
	}
	
	.info-header span.cta {display: block;}
	
	.artist-gallery-row-images .gallery-thumb:nth-child(3),
	.artist-gallery-row-images .gallery-thumb:nth-child(4) {display: none;}

	#gallerynowViewingTop #previouslink {margin-right: 30px;}

}

/* SCREEN SIZE LESS THAN 820px WIDE */

@media all and (max-width : 819px) {

	{}

	body {background-image: none;}

	.container {margin-top: 60px;}

	.contentMainLeft {
    	width: 522px;
	}
	
	.tattoos-slider-border {
		background: url('../style-images/sliderbg_760_small.png');
		height: 123px;
		width: 490px;
	}
	
	.tattoos-slider {height: 123px;}
	
	.tattoos-slider .owl-item {height: 123px;}
	
	/* Sidebar */

	.asideSection {
		float: right;
		position: relative;
		right: auto;
		width: 178px;
	}
	
	.socialBlock a {margin-right: 10px;}

	.socialBlock a:last-child {margin-right: 0;}
	
	.gallery-thumb {
		width: 256px;
	}
	
	.nailthumb-container {
		height: 256px !important;
		width: 256px !important;
	}
	
	#galleryimagewrapper {
    	float: none;
    	margin-bottom: 20px;
    	width: 100%;
	}
	
	#galleryinfowrapper {
		float: none;
		width: 100%;
	}

	/* Thumbnail Gallery */
	
	.thumbsThumbnail {
		height: 167px;
		width: 167px;
	}
	
	.thumbsThumbnail .nailthumb-container {
		height: 167px !important;
		overflow: hidden;
		width: 167px !important;
	}
	

}

/* SCREEN SIZE LESS THAN 760px */

@media all and (max-width : 774px) {

	body {
		background: url('../style-images/bg-left.jpg') left top repeat-y, url('../style-images/bg-right.jpg') right top repeat-y #000;
	}

	.container {
		min-height: 0;
		padding-bottom: 0;
		width: 480px;
	}
	
	.logo-title {
		height: 139px;
		left: 0px;
		width: 480px;
	}
	
	.logo-title a {margin-bottom: -75px;}
	
	.headerContent1 {margin-bottom: 10px;}
	
	.logo-title .headerContent1 a {margin-bottom: 0;}
	
	.logo-title .menu-links2 a {margin-bottom: 0;}
	
	.shopInfo {
		font-size: 18px;
		width: 360px;
	}
	
	.shopInfo .headerContent2 {float: none;}
	
	.shopInfo .menu-links2 {float: none;}
	
	.menu-links {
		padding-top: 70px;
		width: 480px;
	}
	
	.menu-links a {
		font-size: 10px;
		margin-right: 10px;
	}
	
	.menu-links a:last-child {margin-right: 0;}
	
	.main {
		background-position: center 80px;
		background-size: 75%;
	}
	
	.contentMainLeft {
   		float: none;
   		width: 100%;
	}
	
	.tattoos-slider-border {
		background: url('../style-images/sliderbg_480.jpg');
		height: 136px;
		width: 408px;
	}

	.tattoos-slider .owl-item {
		height: 134px;
	}
	
	/* Sidebar */
	
	.asideSection {
		float: none;
		width: 100%;
	}
	
	.asideSection .asideBlock {
		float: left;
		margin-right: 10px;
		min-height: 70px;
		width: 215px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.asideSection .asideBlock:nth-child(2n+2) {margin-right: 0}
	
	.asideSection .asideBlock.instagramBlock {
		clear: both;
		float: none;
		margin-right: 0;
		width: 100%;
	}
	
	.asideSection .asideBlock.footercontent1,
	.asideSection .asideBlock.testimonialBlock {line-height: 50px;}
	
	/* Footer */
	
	#footer {
		padding-bottom: 30px;
		position: relative;
	}
	
	.footer-logo {
		float: none;
		left: 0;
    	width: 440px !important;
	}
	
	.footerContentText {
		float: none;
		margin: 0 auto;
		padding-top: 20px;
		right: auto;
		text-align: center;
		width: 440px;
	}
	
	.footerContent1 .footSubline:last-child {
    	display: inline;
    	padding-left: 10px;
	}
	
	.news-article-wrapper {padding-bottom: 40px;}
	
	.tattooArtist .entryTitleLine div:nth-child(1),
	.tattooArtist .entryTitleLine div:nth-child(2) {
    	float: none;
    	text-align: left;
	}
	
	.insideLeft .tattooArtist h2 {margin-bottom: 5px;}
	
	.tattooArtist .entryTitleLine .staff-links {
    	font-size: 22px;
    	text-align: left;
	}
	
	.tattooArtist .entryTitleLine {margin-bottom: 20px;}
	
	.gallery-thumb {
		width: 215px;
	}
	
	.nailthumb-container {
		height: 215px !important;
		width: 215px !important;
	}
	
	.insideLeft .info-header h1,
	.insideLeft .info-header h2 {float: none; text-align: center;}
	
	.info-header span.cta {float: none; display: block; text-align: center;}

	#thumbsNavTop a, #thumbsNavBottom a {
    	margin-left: 5px;
	}
	
	.contact-form-wrapper p {width: 100%;}
	
	.contact-form-wrapper input, .contact-form-wrapper textarea {
		width: 100%;	
	}
	
	/* Thumbnail Gallery */
	
	.thumbsThumbnail {
		height: 215px;
		width: 215px;
	}
	
	.thumbsThumbnail:nth-child(4n+4) {
		margin-right: 10px;
	}
	
	.thumbsThumbnail:nth-child(3n+3) {
		margin-right: 10px;
	}
	
	.thumbsThumbnail:nth-child(2n+2) {
		margin-right: 0px;
	}
	
	.thumbsThumbnail .nailthumb-container {
		height: 215px !important;
		overflow: hidden;
		width: 215px !important;
	}
	
	.thumbsThumbnail:nth-last-child(-n+3) {
		margin-bottom: 10px;
	}
	
	.thumbsThumbnail:nth-last-child(-n+2) {
		margin-bottom: 0px;
	}
	
	#gallerynowViewingTop {text-align: center;}
	
	#gallerynowViewingTop #nowviewing {
		float: none;
		display: block;
		line-height: normal;
	}

	#gallerynowViewingTop #previouslink {
    	float: left;
    	margin-right: 0px;
	}
	
	#gallerynowViewingTop #nextlink {
		float: right;
	}
	
	#instafeed:after {
		display: table;
		content: "";
		clear: both;
	}
	
	#instafeed a {
		float: left;
		margin-bottom: 0;
		width: 33% !important;
	}

}

/* SCREEN SIZE LESS THAN 480px */

@media all and (max-width : 494px) {

	/* Responsive Nav / Nav Overlay */

	#barmenu {
		background: url('../style-images/menufade.jpg') left top repeat-x #323232;
		display: block;
		height: 40px;
		line-height: 40px;
	}
	
	#barmenu .menu {
		background: url('../style-images/menu-icon.png') left center no-repeat;
		display: inline-block;
		letter-spacing: 2px;
		min-height: 12px;
		opacity: .5;
		padding-left: 27px;
		text-transform: uppercase;
		-webkit-transition: opacity 450ms ease;
		-moz-transition: opacity 450ms ease;
		transition: opacity 450ms ease;
	}
	
	#barmenu a {text-shadow: none;}
	
	#barmenu a:hover .menu {
		opacity: 1;
	}
	
	#nav {
		background: rgba(0,0,0,.9);
		display: block;
		min-height: 100%;
		left: -500px;
		overflow: hidden;
		position: absolute;
		top: 0px;
		width: 100%;
		z-index: 100;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: left 550ms ease;
		-moz-transition: left 550ms ease;
		transition: left 550ms ease;
	}
	
	#nav.active {
		left: 0px;
	}
	
	#nav .menu-link.close {
		background: url('../style-images/close-icon.png') left center no-repeat;
		cursor: pointer;
		height: 28px;
		opacity: .5;
		position: absolute;
		text-indent: -9000px;
		top: 20px;
		right: 20px;
		width: 30px;
		-webkit-transition: opacity 450ms ease;
		-moz-transition: opacity 450ms ease;
		transition: opacity 450ms ease;
	}
	
	#nav .menu-link.close:hover {
		opacity: 1;
	}
	
	#nav ul:after {
		content: "."; 
   	visibility: hidden; 
   	display: block; 
   	height: 0; 
   	clear: both;
	}
	
	#nav li {
		float: left;
		font-size: 26px;
		height: 50px;
		letter-spacing: normal;
		line-height: 50px;
		padding-left: 20px;
		text-align: left;
		text-transform: uppercase;
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#nav .shopInfo {text-align: left;}
	
	#nav .menu-links2 {font-size: 24px;}

	#nav .headerContent1 {padding-top: 20px;}

	#nav .headerContent2 {font-size: 16px; font-style: italic;}

	.container {
		margin-top: 45px;
		width: 320px;
	}

	.logo-title {
		height: 70px;
		top: -35px;
		width: 320px;
	}

	.logo-title a {
		background: url('../style-images/responsiveImages/studioName_small.png') center center no-repeat;
		background-size: 100%;
		height: 70px;
		margin-bottom: 0;
		text-indent: -9000px;
		width: 320px;
	}

	.logo-title a img {display: none;}

	.main .shopInfo {display: none;}
	
	.defaultNavRow {display: none;}
	
	.contentMainLeft {padding-top: 20px;}
	
	.recent-tattoos h4 {
		float: none;
		line-height: normal;
		text-align: center;
	}
	
	.recent-tattoos .slider-nav {
    	float: none;
    	margin: 0 auto;
    	/* width: 227px; */
    	text-align: center;
    	width: 100%;
	}
	
	/* .slider-nav .left-slider-button,
	.slider-nav .right-slider-button {
		display: inline-block;
		float: none;
	} */
	
	.slider-nav .right-slider-button {float: right;}
	
	.slider-cta {display: inline-block; float: none; line-height: 57px;}
	
	.tattoos-slider-border {
		background: url('../style-images/sliderbg_320.png');
		height: 125px;
		width: 248px;
	}
	
	.asideSection .asideBlock  {
		padding: 0;
		width: 135px;
	}
	
	.asideSection .asideBlock.footercontent1 {line-height: normal;}
	
	.asideSection .asideBlock.footercontent1 {padding-top: 18px;}
	
	.asideSection .socialBlock {padding-top: 15px; padding-left: 10px;}
	
	.asideSection .asideBlock.testimonialBlock {line-height: 70px;}
	
	.socialBlock:after {
		content: "."; 
   	visibility: hidden; 
   	display: block; 
   	height: 0; 
   	clear: both;
	}
	
	.socialBlock a {
		display: block;
		float: left;
		padding-top: 5px;
		width: 30%;
	}
	
	.socialBlock a:first-child {padding-top: 0; width: 17%;}
	
	.socialBlock a img {
		display: block;
		height: auto !important;
		width: 100% !important;
	}
	
	.asideSection .sidenav-links {font-size: 20px;}
	
	.asideSection .asideBlock:nth-child(3),
	.asideSection .asideBlock:nth-child(4),
	.asideSection .asideBlock:nth-child(6) {padding-top: 15px;}
	
	.footer-logo {
		left: 0px;
		width: 280px !important;
	}
	
	.footerContentText {
		width: 100%;
	}
	
	.footerContent1 .footSubline:last-child {
		display: block;
		padding-left: 0;
	}
	
	.tattooArtist .entryTitleLine .staff-links {
    	font-size: 20px;
    }
    
    .gallery-thumb {
		float: none;
		margin-right: 0;
		width: 280px;
	}
	
	.gallery-thumb:nth-child(4n+4) {margin-right: 0;}
	
	.nailthumb-container {
		height: 280px !important;
		width: 280px !important;
	}
	
	#thumbsNavTop a,
	#thumbsNavBottom a {display: none}
	
	#thumbsNavTop a.back-button,
	#thumbsNavBottom a.back-button,
	#thumbsNavTop a.next-button,
	#thumbsNavBottom a.next-button {
		display: inline;
	}
	
	#thumbsNavTop a.back-button,
	#thumbsNavBottom a.back-button {margin-left: 0;}
	
	#thumbsNavTop a.next-button,
	#thumbsNavBottom a.next-button {margin-left: 20px;}

	/* Thumbnail Gallery */
	
	.thumbsThumbnail {
		height: 280px;
		width: 280px;
	}
	
	.thumbsThumbnail:nth-child(4n+4) {
		margin-right: 0px;
	}
	
	.thumbsThumbnail:nth-child(3n+3) {
		margin-right: 0px;
	}
	
	.thumbsThumbnail:nth-child(2n+2) {
		margin-right: 0px;
	}
	
	.thumbsThumbnail .nailthumb-container {
		height: 280px !important;
		overflow: hidden;
		width: 280px !important;
	}
	
	.thumbsThumbnail:nth-last-child(-n+3) {
		margin-bottom: 10px;
	}
	
	.thumbsThumbnail:nth-last-child(-n+2) {
		margin-bottom: 10px;
	}
	
	.thumbsThumbnail:last-child {margin-bottom: 0;}

	.artist-gallery-row-images .gallery-thumb:nth-child(2) {display: none;}
	
	.artist-gallery-row .entryTitleLine .left-col,
	.artist-gallery-row .entryTitleLine .right-col {
		float: none;
	}
	
	.news-entry img {
		float: none !important;
		height: auto !important;
		display: block;
		margin: 0 auto 20px auto !important;
		max-width: 100% !important;
	}
	
	#instafeed {padding-bottom: 20px;}
	
	#instafeed a {
		float: none;
		height: 260px;
		margin: 0 auto;
		width: 260px !important;
	}
	
	#instafeed a:nth-child(2),
	#instafeed a:nth-child(3) {display: none;}
	
	

}


/* @end */

