﻿@charset "UTF-8";
/* Artist Voice
----------------------------------------------------------------------- */
.wrapOrg div.wrapArtist {
	clear: both;
	display: table;
	overflow: hidden;
	margin: 0 0 60px 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.wrapOrg div.wrapArtist:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.wrapOrg div.wrapArtist div.info {
	padding: 90px 20px;
	color: #333;
	background-color: #fff;
	display: table-cell;
	vertical-align: middle;
}
.wrapOrg div.wrapArtist.mike div.info,
.wrapOrg div.wrapArtist.abraham div.info {
	padding: 110px 20px;
}

.wrapOrg div.wrapArtist.black div.info {
	color: #ffffff;
	background-color: #2d2d2d;
}
.wrapOrg div.wrapArtist {
	padding: 0 435px 0 0;
	min-height: 450px;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 50% auto;
}
.wrapOrg div.wrapArtist.billy, .wrapOrg div.wrapArtist.mike, .wrapOrg div.wrapArtist.john {
	padding: 0 0 0 435px;
	background-position: 0 50%;
	background-color: #2d2d2d;
}

@media screen and (max-width:1200px) {
.wrapOrg div.wrapArtist.billy, .wrapOrg div.wrapArtist.mike, .wrapOrg div.wrapArtist.john {
	padding: 0 0 0 400px;
	min-height: 400px;
}
.wrapOrg div.wrapArtist.nathan, .wrapOrg div.wrapArtist.abraham, .wrapOrg div.wrapArtist.tony {
	padding: 0 400px 0 0;
	min-height: 360px;
}
.wrapOrg div.wrapArtist div.info {
	position: relative;
}
.wrapOrg div.wrapArtist div.info:after {
	content: " ";
	position: absolute;
	top: -30px;
	left: 50%;
	height: 0;
	width: 0;
	background: transparent;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: #fff transparent;
}
.wrapOrg div.wrapArtist.black div.info:after {
	border-color: #2d2d2d transparent;
}
}
@media screen and (max-width:992px) {
.wrapOrg div.wrapArtist div.info {
	display: block;
}
.wrapOrg div.wrapArtist, .wrapOrg div.wrapArtist.billy, .wrapOrg div.wrapArtist.mike, .wrapOrg div.wrapArtist.john{
	background-position:50% 0;
}
.wrapOrg div.wrapArtist.billy, .wrapOrg div.wrapArtist.nathan, .wrapOrg div.wrapArtist.mike, .wrapOrg div.wrapArtist.abraham, .wrapOrg div.wrapArtist.john, .wrapOrg div.wrapArtist.tony {
	padding: 340px 0 10px 0;
	background-size: 100% auto;
}
}

@media screen and (max-width:780px) {
.wrapOrg div.wrapArtist.billy, .wrapOrg div.wrapArtist.nathan, .wrapOrg div.wrapArtist.mike, .wrapOrg div.wrapArtist.abraham, .wrapOrg div.wrapArtist.john, .wrapOrg div.wrapArtist.tony {
	padding: 320px 0 0 0;
}
.wrapOrg div.wrapArtist div.info:after {
	position: absolute;
	top: -20px;
}
}

@media screen and (max-width:640px) {
.wrapOrg div.wrapArtist.billy, .wrapOrg div.wrapArtist.nathan, .wrapOrg div.wrapArtist.mike, .wrapOrg div.wrapArtist.abraham, .wrapOrg div.wrapArtist.john, .wrapOrg div.wrapArtist.tony {
	padding: 300px 0 0 0;
}
}

@media screen and (max-width:600px) {
.wrapOrg div.wrapArtist.billy, .wrapOrg div.wrapArtist.nathan, .wrapOrg div.wrapArtist.mike, .wrapOrg div.wrapArtist.abraham, .wrapOrg div.wrapArtist.john, .wrapOrg div.wrapArtist.tony {
	padding: 260px 0 0 0;
}
.wrapOrg div.wrapArtist div.info:after {
	position: absolute;
	top: -15px;
	border-width: 0 15px 15px 15px;
}
}

@media screen and (max-width:500px) {
.wrapOrg div.wrapArtist.billy, .wrapOrg div.wrapArtist.nathan, .wrapOrg div.wrapArtist.mike, .wrapOrg div.wrapArtist.abraham, .wrapOrg div.wrapArtist.john, .wrapOrg div.wrapArtist.tony {
	padding: 200px 0 0 0;
}
}

@media screen and (max-width:400px) {
.wrapOrg div.wrapArtist.billy, .wrapOrg div.wrapArtist.nathan, .wrapOrg div.wrapArtist.mike, .wrapOrg div.wrapArtist.abraham, .wrapOrg div.wrapArtist.john, .wrapOrg div.wrapArtist.tony {
	padding: 170px 0 0 0;
}
.wrapOrg div.wrapArtist div.info:after {
	position: absolute;
	top: -10px;
	border-width: 0 12px 12px 12px;
}
}
body .wrapOrg div.wrapArtist p.new {
  margin: 0 0 15px;
  color: #ff340e;
  font-size: 160%;
  line-height: 1;
  font-family: 'Oswald';
  font-weight: 700;
  letter-spacing: .02em;
}
body .wrapOrg div.wrapArtist p.intro {
	margin: 0 0 20px;
	font-size: 140%;
	line-height: 140%;
	font-family: 'Oswald';
	letter-spacing: .02em;
}

@media screen and (max-width:1200px) {
body .wrapOrg div.wrapArtist p.intro {
	font-size: 120%;
	line-height: 140%;
}
}
.wrapOrg div.wrapArtist dt {
	margin: 0 0 40px;
	font-weight: 700;
	font-size: 110%;
}
.wrapOrg div.wrapArtist.black dt {
	color: #d4d4d4;
}
.wrapOrg div.wrapArtist dd {
	line-height: 180%;
}
.wrapOrg div.wrapArtist dd a {
	margin: 0 5px;
	padding: 0 0 0 10px;
	color: #333;
	text-decoration: none;
}
.wrapOrg div.wrapArtist dd a:hover {
	text-decoration: underline;
}
.wrapOrg div.wrapArtist dd.page a {
	margin: 0;
}
.wrapOrg div.wrapArtist.black dd a {
	color: #d4d4d4;
}
.wrapOrg div.wrapArtist dd span.linkOff {
	margin: 0 5px;
	padding: 0 0 0 10px;
}
/**/
body .wrapOrg p.btnPlayVideo {
	margin: 30px 0 0;
	width: 230px;
	border: 1px solid #5e5e5e;
	text-align: center;
	font-family: 'Oswald';
	letter-spacing: .02em;
}
.wrapOrg p.btnPlayVideo a {
	display: block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	color: #333;
}
.wrapOrg p.btnPlayVideo a:hover {
	background-color: #333333;
	color: #efefef;
}
.wrapOrg div.wrapArtist.black p.btnPlayVideo a {
	color: #d4d4d4;
}
.wrapOrg div.wrapArtist.black p.btnPlayVideo a:hover {
	background-color: #efefef;
	color: #333;
}
.wrapOrg p.btnPlayVideo a span {
	text-align: center;
	padding: 0 0 0 23px;
}

@media screen and (max-width:992px) {
body .wrapOrg p.btnPlayVideo {
	margin: 30px auto 0;
}
}
/**/
body .wrapOrg .wrapArtistOthers p.intro {
	text-align: center;
	margin: 0 0 40px;
}
.wrapOrg .wrapArtistOthers ul {
	overflow: hidden;
}
.wrapOrg .wrapArtistOthers ul:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.wrapOrg .wrapArtistOthers li {
	float: left;
	width: 20%;
	position: relative;
}
.wrapOrg .wrapArtistOthers li:nth-child(5):before {
	display: block;
	clear: both;
}
.wrapOrg .wrapArtistOthers li img {
	display: block;
	width: 100%;
	height: auto;
}
.wrapOrg .wrapArtistOthers li a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}
.wrapOrg .wrapArtistOthers li span {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	background-color: #000;
	filter: alpha(opacity=50);
	background: rgba(0,0,0,0.5);
}
.wrapOrg .wrapArtistOthers li span span.new {
  position: relative;
  background: none;
  font-family: 'Oswald';
  font-weight: 700;
  letter-spacing: .02em;
  color: #ff340e;
  line-height: 1;
}
.wrapOrg .wrapArtistOthers li span em {
	display: block;
	padding: 10px;
	color: #fff;
	font-style: normal;
	font-stretch: normal;
}
.wrapOrg .wrapArtistOthers li.comingsoon {
	width: 20%;
	height: 20%;
  padding: 20% 0 0;
}
.wrapOrg .wrapArtistOthers li.comingsoon div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 38% 0 0 0;
	text-align: center;
	font-size: 140%;
	color: #000;
	font-family: 'Oswald';
	letter-spacing: 0.01em;
  background-size:contain;
}

@media screen and (max-width:500px) {
.wrapOrg .wrapArtistOthers li.comingsoon {
	width: 50%;
	height: 50%;
  padding: 50% 0 0;
}
.wrapOrg .wrapArtistOthers li.comingsoon div{
  background-attachment:fixed;
}
}

@media screen and (max-width:992px) {
.wrapOrg .wrapArtistOthers li.comingsoon {
	font-size: 90%;
}
}

@media screen and (max-width:500px) {
.wrapOrg .wrapArtistOthers li, .wrapOrg .wrapArtistOthers li.comingsoon {
	width: 50%;
}
}
/**/
#artist-video-modal .modal-dialog {
	margin: 50px 10px 10px;
}
#artist-video-modal .modal-dialog {
	width: 670px;
	margin: 50px auto 30px;
}

@media screen and (max-width:780px) {
#artist-video-modal .modal-dialog {
	width: 100%;
}
}
/*end*/
