/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/plugins/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/plugins/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/plugins/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/plugins/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/plugins/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/plugins/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/plugins/bxslider/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/plugins/bxslider/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/plugins/bxslider/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/plugins/bxslider/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/plugins/bxslider/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/* Don't forget to include a CSS reset file otherwise it might look a little bit strange*/
a:active,a:focus {
	outline: expression(hideFocus='true');
}

p {
	margin-bottom: 20px;
}

#wrapper {
	width: 400px;
	margin: 0 auto;
	margin-top: 100px;
	padding: 0;
	margin: 0;
}
#tabs,#tabs2,#tabs3,#tabs4,#tabs5 {
	width: 400px;
	margin: 0 auto;
	margin-bottom: 40px;
}

#tabs li,#tabs2 li,#tabs3 li,#tabs4 li,#tabs5 li {
	float: left;
	margin-right: 2px;
}

#tabs li a,#tabs2 li a,#tabs3 li a,#tabs4 li a,#tabs5 li a {
	display: block;
	padding: 17px 30px;
	text-decoration: none;
	color: #909090;
	border: thin solid #ffffff;
}

#tabs li a:hover,#tabs2 li a:hover,#tabs3 li a:hover,#tabs4 li a:hover,#tabs5 li a:hover {
}

#tabs_container {
	padding: 20px 0;
	overflow: hidden;
	position: relative;
}

#tabs_container div {
	margin-right: 0;
	width: 100%;
}

.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.make_transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideleft {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showleft {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hidescaleup {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscaleup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transform: rotatey(-90deg) scale(1.1);
	-moz-transform: rotatey(-90deg) scale(1.1);
	-o-transform: rotatey(-90deg) scale(1.1);
	-ms-transform: rotatey(-90deg) scale(1.1);
	transform: rotatey(-90deg) scale(1.1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.showflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;

	-webkit-transform: rotatey(0deg) scale(1);
	-moz-transform: rotatey(0deg) scale(1);
	-o-transform: rotatey(0deg) scale(1);
	-ms-transform: rotatey(0deg) scale(1);
	transform: rotatey(0deg) scale(1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.tabulous_active {
	border: thin dotted #cccccc !important;
}

.tabulousclear {
	display: block;
	clear: both;
}
@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Raleway';
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #909090;
	margin-top: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 1;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
h1 {
	display: block;
}
h2 {
	text-transform: uppercase;
	display: block;
}
h3 {
	display: block;
}
p {
	font-family: 'Open Sans';
	padding: 2px 0;
	line-height: normal;
}
p span {
	font-weight: bold;
	color:#000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
li {
/* list-style: none; */
  /* padding: 0; */
  /* margin: 0; */
}
header, section, footer {
/* width: 100%; */
  /* margin: 20px auto; */
  /* border-top:thin solid #000; */
  /* border-bottom:thin solid #000; */
}
section {
	border: thin dotted #cccccc;
	padding: 20px 60px;
	margin: 40px 0;
}
.clear {
	clear: both;
}
#full-container {
	width: 970px;
	margin: auto;
	padding: 10px 0;
}
/*=================================================*/
/*HEADER===========================================*/
/*=================================================*/
header {
}
header .logo {
	display: inline-block;
	float: left;
}
header .logo a {
	display: block;
}
header .logo a img {
	margin: 30px 0px;
}
header .main-info {
	display: inline-block;
	float: right;
	margin-top: 10px;
}
header .main-info p {
	text-align: right;
}
/*=================================================*/
/*NAVIGATION=======================================*/
/*=================================================*/
nav {
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 0;
	margin: 20px 0;
	border-top: thin dotted #cccccc;
	border-bottom: thin dotted #cccccc;
}
nav ul {
	display: block;
	text-align: center;
}
nav ul li {
	display: inline-block;
	margin: 0 20px;
}
nav ul li a {
	transition: all 0.3s ease;
	color: #909090;
}
nav ul li a:hover {
	color: #333333;
}
/*=================================================*/
/*HOME ARTISTS=====================================*/
/*=================================================*/
#home-promo {
   padding: 20px !important;
}
#home-artists {
}
#home-artists ul {
	display: block;
	text-align: center;
}
#home-artists ul li {
	display: inline-block;
	margin: 0 10px 20px 10px;
}
#home-artists ul li a {
	display: block;
	position: relative;
}
#home-artists ul li a .mask {
	position: absolute;
	width: 160px;
	height: 160px;
	background: rgba(0,0,0,0);
	transition: all 0.3s ease;
	display: block;
	border-radius: 200px;
	margin: 6px;
}
#home-artists ul li a:hover .mask {
	background: rgba(0,0,0,0.5);
	border-radius: 0;
	width: 160px;
	height: 160px;
	opacity: 1;
	left: 0;
	top: 0;
}
/*#home-artists ul li a .mask {
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(0,0,0,0);
  transition: all 0.3s ease;
  display: block;
  border-radius: 200px;
  margin: 6px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}
#home-artists ul li a:hover .mask {
  background: rgba(0,0,0,0.5);
  border-radius: 0;
  width: 160px;
  height: 160px;
  opacity: 1;
  left: 0;
  top: 0;
  margin: 7px;
}*/
#home-artists ul li a .mask h3 {
	color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease;
	margin-top: 45%;
	opacity: 0;
}
#home-artists ul li a:hover .mask h3 {
	opacity: 1;
}
#home-artists ul li a img {
	border: solid thin #cccccc;
	padding: 5px;
}
#home-artists ul li h4 {
	margin-top: 10px;
	text-transform: capitalize;
	font-size: 14px;
	color: #909090;
}
/*=================================================*/
/*FOOTER===========================================*/
/*=================================================*/
footer {
	text-align: center;
	padding: 10px 0;
	margin: 20px 0;
	border-top: thin dotted #cccccc;
	border-bottom: thin dotted #cccccc;
}
footer small {
}
footer small p {
}
/*=================================================*/
/*SLIDER GALLERY===================================*/
/*=================================================*/
#slider-gallery {
	padding: 20px;
}
#slider-gallery p {
	margin: auto;
	text-align: center;
	padding: 0 150px;
}
#slider-gallery .bx-wrapper {
}
#slider-gallery .bx-wrapper .bx-viewport {
	/*border: solid thin #cccccc;
	padding: 5px;*/
	border: none;
	box-shadow: none;
	left: 0;
}
#slider-gallery ul.bxslider {
}
#slider-gallery ul.bxslider li {
	background: #909072;
}
#slider-gallery ul.bxslider li img {
	margin: auto;
}
#slider-gallery .bx-wrapper .bx-controls-direction a {
	height: auto;
	width: auto;
	text-indent: 0;
	font-size: 40px;
	color: #333333;
	margin-top: -20px;
	line-height: 1;
}
#slider-gallery .bx-wrapper .bx-prev, #slider-gallery .bx-wrapper .bx-next {
	background: none;
}
#slider-gallery .bx-wrapper .bx-pager.bx-default-pager a:hover, #slider-gallery .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #666666;
}
#slider-gallery .bx-wrapper .bx-pager.bx-default-pager a {
	background: #909090;
	width: 6px;
	height: 6px;
}
/*=================================================*/
/*ARTISTS==========================================*/
/*=================================================*/
#complete-artists {
	text-align: center;
	padding: 90px 20px;
}
#complete-artists a {
	display: block;
	color: #909090;
	transition: all 0.3s ease;
}
#complete-artists a:hover {
	color: #333333;
}
#complete-artists ul {
	display: inline-block;
	list-style: inherit;
	padding: 0 10px;
	margin: 10px 30px;
	vertical-align: top;/* text-transform: capitalize; */
}
#complete-artists ul li {
	margin: 20px 0;
	text-align: left;
}
#complete-artists ul li h2 {
	text-transform: capitalize;
	font-size: 16px;
}
/*=================================================*/
/*PRESS============================================*/
/*=================================================*/
#press-section {
}
#press-section .images-container {
}
#press-section .images-container img {
}
#press-section .text-container {
}
#press-section .text-container h2 {
	margin-bottom: 20px;
	font-size: 26px;      /* text-transform: capitalize; */
	font-weight: 400;
}
#press-section .text-container h3 {
	margin-bottom: 20px;
}
#press-section .text-container p {
}
#press-section .press-images-container {
}
#press-section .press-images-container .press-images {
	display: block;
	text-align: center;
}
#press-section .press-images-container .press-images li {
	display: inline-block;
	margin: 20px 10px;
}
#press-section .press-images-container .press-images li img {
}
/*=================================================*/
/*CONTACT==========================================*/
/*=================================================*/
#main-contact {
	padding: 20px 20px 60px 20px;
	text-align: center;
}
#main-contact iframe {
	margin-bottom: 20px;
}
#main-contact h3 {
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 16px;
	text-transform: uppercase;
}
#main-contact p {
}
#main-contact a {
	display: block;
	margin: 10px 0;
	color: #909090;
	text-decoration: underline;
    font-family: 'Open Sans';
}
#main-contact hr {
	border: none;
	border-top: thin dotted #cccccc;
	width: 300px;
	margin: 20px auto;
}
/*=================================================*/
/*ARTIST==========================================*/
/*=================================================*/
#single-artist {
}
#single-artist .artist-info {
	width: 400px;
	margin: 0 10px;
	float: left;
}
#single-artist .artist-info h2 {
	margin-bottom: 20px;
	font-size: 26px;
	/* text-transform: capitalize; */
	font-weight: 400;
}
#single-artist .artist-info h3 {
	border-bottom: thin dotted #cccccc;
	padding-bottom: 10px;
}
#single-artist .artist-info h4 {
	display: block;
	font-weight: 600 !important;
}
#single-artist .artist-info p {
}
#single-artist .artist-info table {
	text-align: left;
	margin-bottom: 30px;
	font-family: 'Open Sans';
	margin-top: 10px;
}
#single-artist .artist-info table tr {
}
#single-artist .artist-info table tr td {
	vertical-align: top;
	padding: 3px 10px 3px 0;
}
#single-artist .artist-images {
	width: 400px;
	margin: 0 10px;
	float: right;
	border-left: thin dotted #cccccc;
}
#single-artist .artist-images ul {
	text-align: center;
}
#single-artist .artist-images ul li {
	display: inline-block;
}
#single-artist .artist-images ul li a {
	display: block;
	position: relative;
}
#single-artist .artist-images ul li a img {
	border: 1px solid #cccccc;
	padding: 5px;
	margin: 2px;
}
#single-artist .artist-images ul li a .mask {
	position: absolute;
	width: 20px;
	height: 20px;
	background: rgba(0,0,0,0);
	transition: all 0.2s ease;
	margin: auto;
	display: block;
	margin: 7px;
	border-radius: 200px;
	opacity: 0;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
}
#single-artist .artist-images ul li a:hover .mask {
	background: rgba(255,255,255,0.3);
	border-radius: 0;
	width: 111px;
	height: 111px;
	opacity: 1;
	left: 0;
	top: 0;
	margin: 7px;
}
.fancybox-overlay {
	background-image: none;
	background-color: rgba(255,255,255,0.9);
}
.fancybox-opened .fancybox-skin {
	background: #fff;
	border-radius: 0;
	/*box-shadow: 0 0 5px rgba(0,0,0,0.1);*/
	box-shadow: none;
}
.fancybox-close {
	background-image: url('../images/plugins/fancybox/img-close.png');
	background-position: center center;
	background-repeat: no-repeat;
	right: -50px;
	top: -40px;
}
.fancybox-prev {
	left: -50px;
}
.fancybox-next {
	right: -50px;
}
.fancybox-prev span {
	width: 40px;
	height: 40px;
	background-image: url('../images/plugins/fancybox/img-prev.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.fancybox-next span {
	width: 40px;
	height: 40px;
	background-image: url('../images/plugins/fancybox/img-next.png');
	background-position: center center;
	background-repeat: no-repeat;
}
