/* General */

html, body{
	color: #787878;
	font-family: 'Source Sans Pro', sans-serif;
	height: 100%; 
}

html {
	overflow-y: scroll; 
}

body {
	background: #000;
	display: table;
	width: 100%;
	table-layout: fixed;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-bottom: 0;
}

.page-row {
  display: table-row;
  height: 1px;
} 

.page-row-expanded { 
  height: 100%; 
}

.lb-image {
	max-width: 800px;
}

a {
	color: #707070;
	text-decoration: none !important;	
}

a:hover, a:focus, a:hover span.header-sub-title {
	outline: none;
	color: #d4085d;
}

h1 {
	text-transform:none;
	color: #fff;
	font-size: 1.8em;
	line-height: normal;
	margin-top: 0;
}

h2 {
	text-transform: uppercase;
	color: #fff;
	font-weight:normal;
	line-height:normal;
	font-size: 1.1em;
	margin-top: 0;
	font-weight: 300;
}

input[type="text"], input[type="url"], input[type="number"], input[type="email"], input[type="time"], input[type="date"], input[type="file"], input[type="password"], select, option   {
	height: 20px !important;
}

input[type="text"], input[type="url"], input[type="number"], input[type="email"], input[type="time"], input[type="date"], input[type="file"], input[type="password"], textarea, select, option   {
	border: 1px #e3e3e3 solid !important;
	background-color: #ccc !important;
	color: #000 !important;
	font-size: 0.9em !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.input-group-addon {
	color: #000 !important;
	font-size: 0.9em !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0;
}

input[type]:focus {
	color: #000;
}

.media-object {
	max-width: 200px;
}

.nopadding {
	padding: 0;
}

.form-label {
	text-transform: uppercase;
	color: #575757;
}

.highlight {
	color: #e02b7b;
}

.carousel-control {
	top: 50%;
	bottom: auto;	
}

.carousel-inner, #artist-video-main, .artist-video-container, .artist-gallery-container {
	border: 1px solid #2e2e2e;
}

@media (max-width: 767px) {
    #artist-content-row > .col-sm-9 > .row > .col-sm-12 > div {
        /*display: none;  */
    }
}

.more-info {
	font-size: 10px;
	color: #fff;
}

.container {
	padding-bottom: 10px;
}

.artist-box {
	border: 1px solid #2e2e2e;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.artist-box:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}

.artist-box-name {
	height: 20px;
	margin-bottom: 10px;
}

.artist-box-brand {
	width: 25px;
	position: absolute;
	top: 0;
	left: 0;
}

.artist-box-photo {
	width: 100%;
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.artist-box-title{
	position: absolute;
	bottom: 0;
	padding: 5px 25px 5px 10px;
	color: white;
	font-size: 13px;
	background: rgba(0, 0, 0, 0.5);
	border-left: 4px solid #E02B7B;
}

.btn {
	color: #fff;
	text-transform: uppercase;
	background: #de2374;
	border: none;
	height: 25px;
	padding: 0 5px;
}

.btn:hover, .btn:focus {
	color: #000;
	background: #de2374;
	border: none;
}

.error {
	font-size: 10px;
	color: #cc0000;	
}

.tooltip-inner {
  background-color: #1a1a1a;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #1a1a1a;
}

.register-header {
	max-width: 100%;
}

/* Language */

.lang-code a {
	text-transform:uppercase;
	color: #fff;
}

#lang li.active a {
	color: #d4085d;
}

.lang-code a:hover, .lang-code:focus {
	color: #d4085d;
}

#lang li, #lang ul {
	padding: 0;
}

#lang ul, #lang div {
	display: inline-block;
}

#lang div {
	margin-right: 5px;
}

#lang ul li:last-child .lang-separator {
	display: none;
}

#lang {
	position: absolute;
	top: 0;
	right: 0;
}

/* Menu */

#menu-bg {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 15px;
	padding-right: 15px;
	z-index: -1;
	width: 100%;
}

.navbar {
	min-height: inherit;
	border-radius: 0;
}

@media only screen and (max-width : 767px) {
	.navbar-header {
		border: 1px #333333 solid;
		background: #1a1a1a;
	}
}

.nav {
	border: 1px #2e2e2e solid;
}

@media only screen and (max-width : 767px) {
	.navbar-collapse {
		border:0;
	}
	
	#main-menu {
		margin-top: 10px;
	}
}

#main-menu li a {
	color: #fff;
}

#main-menu li a:hover, #main-menu li a:focus {
	color: #d4085d;
	background: inherit;
}

#categories-menu li a {
	color: #fff;
}

#categories-menu li {
	padding-right: 0;
}

#categories-menu li:not(:first-child) {
	padding-left: 0;
}

#categories-menu li a {
	display: inline;
}

.category-separator {
	margin: 0 7px;
}

#categories-menu li:last-child span.category-separator {
	display:none;
}

#categories-menu li a:hover, #categories-menu li a:focus {
	color: #d4085d;
	background: inherit;
}

#user-menu li a {
	color: #eee;
}

#user-menu li a:hover, #user-menu li a:focus {
	color: #000;
	background: inherit;
}

#main-menu.nav, #categories-menu.nav {
	background: #1a1a1a;
}

#user-menu.nav {
	background: #e02d7b;
}

.nav li, .nav li + li{
	padding: 0 10px 0 10px;
}

.nav li > a {
	padding: 0;
}

.nav li.active {
	color:#fff;
}

#main-menu li.active, #main-menu li.active a {
	color: #d4085d;
	background: #000;
}

#categories-menu li.active a {
	color: #d4085d;
	background: #1a1a1a;
}

#user-menu li.active, #user-menu li.active a {
	color: #000;
	background: #d4085d;
}

#main-menu li:not(:last-of-type) a {
	border-bottom: 1px #2e2e2e solid;	
}

#main-menu li > a {
    position: relative;
    display: block;
}

#user-menu > li:not(:last-child) a {
	border-bottom: 1px #e34489 solid;	
}

.menu-plus {
	color: #595959;
	float: right;
}

#user-menu {
	margin-top: 15px;
}

#categories-menu {
	text-transform:uppercase;
	margin-bottom: 15px;
}

.navbar-inverse {
	background-color: inherit;
	border-color: transparent;
}

.submenu-item {
	padding-left: 20px !important;
}

div.in + li > a {
	border-top: 1px #2e2e2e solid;
}

/* Header */

#header-container {
	position: relative;
}

#header-logo {
	background-position: 80%;
	background-repeat: no-repeat;
}

@media only screen and (min-width : 768px) {
	#header-logo {
		background-image: url("/images/header_bg.png");
	}
	
	#header-logo img {
		padding: 0 50px 0 25px;
	}
}

#header-logo img{
	max-width: 591px;
	width: 100%;
}

.header-sub-title {
	color: #fff;
}

#header-artist {
	padding: 1px 5px 1px 5px;
	text-align: right;
	color: #fff;
	background: #e34489;
}

#header-artist a {
	color: #fff;
}

#header-artist a:hover, #header-artist a:focus {
	color: #000;
}

.header-sub {
	margin-bottom: 10px;
}

#header-sub-search {
	height: 61px;
	padding: 5px;
	border-color: #2e2e2e;
	border-width: 1px;
	border-style: solid;
	background: #171717; /* Old browsers */
	background: -moz-linear-gradient(top,  #171717 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#171717), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #171717 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #171717 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #171717 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #171717 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.header-sub-first {
	border-color: #2e2e2e;
	border-width: 1px;
	border-style: solid;
}

.header-sub-first, .menu-header {
	padding: 5px 5px 5px 5px;
	background: #171717; /* Old browsers */
	background: -moz-linear-gradient(top,  #171717 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#171717), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #171717 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #171717 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #171717 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #171717 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.header-sub-second {
	font-size: 0.9em;
	padding: 5px 5px 5px 5px;
	border-color: #2e2e2e;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	background: #1a1a1a;
}

#header-search-text {
	margin-top: 5px;
	text-align: right;
}

#header-search-text button {
	padding-left: 5px;
	padding-right: 5px;
}

#header-search-text a:hover, #header-search-text a:focus {
	color: #d4085d;
}

.search-btn, .search-btn:hover, .search-btn:active, .search-btn:focus {
	color: #fff;
	background-color: transparent;
}

#advanced-search-container {
	font-size: 1.2em;
    border-width: 1px 1px 0 1px;
    border-color: #e02b7b;
    border-style: solid;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    margin-bottom: 10px;
    background: #e03a82;
    background: -moz-linear-gradient(top, #e03a82 0%, #b31b5d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e03a82), color-stop(100%,#b31b5d));
    background: -webkit-linear-gradient(top, #e03a82 0%,#b31b5d 100%);
    background: -o-linear-gradient(top, #e03a82 0%,#b31b5d 100%);
    background: -ms-linear-gradient(top, #e03a82 0%,#b31b5d 100%);
    background: linear-gradient(to bottom, #e03a82 0%,#b31b5d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e03a82', endColorstr='#b31b5d',GradientType=0 );
}

#advanced-search-container a {
	color: #fff;
	text-transform: uppercase;
}

/* Footer */

#footer-menu {
	background: #171717; /* Old browsers */
	background: -moz-linear-gradient(top,  #171717 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#171717), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #171717 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #171717 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #171717 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #171717 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#footer-menu ul {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer-menu ul li a {
	color: #fff;
}

#footer-menu ul li a:hover, #footer-menu ul li a:focus {
	color: #d4085d;
}

#footer-menu ul li:last-child {
	padding-right: 0;	
}

#footer-menu > div {
	padding: 0;
}

#footer-newsletter-container {
	padding: 0px;
	line-height: 35px;
}

#footer-newsletter-container a {
	color: #fff;
}

#footer-newsletter-container a:hover {
	color: #d4085d;
}

#footer-budget-first {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4em;
}

#footer-budget-second {
	color: #d4085d;
	text-transform: uppercase;
	font-size: 1.4em;
}

#footer-igac {
	padding-right: 0;
	margin-top: 5px;
	margin-bottom: 5px;	
}

#footer-arrow-container {
	margin-top: 10px;
	padding: 0;
}

#footer-arrow-container li {
	border: 1px #2e2e2e solid;	
	background: #171717; /* Old browsers */
	background: -moz-linear-gradient(top,  #171717 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#171717), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #171717 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #171717 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #171717 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #171717 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	padding: 0;
}

.footer-arrow div {
	padding-top: 1px;
	height: 20px;
	width: 20px;
}

#news-ticker {
	margin-bottom: 10px;
}

#news-ticker ul {
	width: 100%;
	text-align: center;
}


/* Newsletter */

#newsletter-success {
	color: #33cc00;
}

#newsletter-error {
	color: #cc0000;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
	padding-right: 0 !important;
}

.modal-content {
    position: relative;
    background-color: #1a1a1a;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #2e2e2e;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #2e2e2e;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #2e2e2e;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* Index */

@media only screen and (min-width : 992px) {
	#index-banner {
		position: relative;
	}
}

#index-banner-image {
	width: 100%;
}

@media only screen and (min-width : 992px) {
	#index-banner-content {
		position: absolute;
		bottom: 0;	
		right: 0;
	}
}

#index-banner-title {
	text-transform: uppercase;
	font-weight:bold;
	font-size: 1.1em;
	color: #d4085d;
}

#index-banner-list {
	text-transform: uppercase;
	font-weight:bold;
	color: #fff;
}

#index-banner-list ol {
	padding-left: 20px;
}

.index-artist-title {
	text-transform:uppercase;
	margin-top: 10px;
}

/* Artist */

.artist-category {
	font-size: 1.2em;
	text-transform: uppercase;
}

.artist-title {
	color: #fff;
	font-size: 1.2em;	
}

.artist-video-title {
	margin-top: 10px;
	color: #fff;
}

#artistBudgetHeader {
	color: #fff;
	height: 50px;
}

#artistBudgetHeader div {
	min-height: 25px;
}

#artistBudgetContent {
	display: none;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background: #1a1a1a;
	border-width: 0 1px 1px 1px;
	border-color: #e02b7b;
	border-style: solid;
}

#artist-budget-row {
	margin-bottom: 10px;
}

#artistBudgetHeader #artistBudgetHeaderFirst {
	font-size: 1.2em;
	border-width: 1px 1px 0 1px;
	border-color: #e02b7b;
	border-style: solid;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	background: #e03a82; /* Old browsers */
	background: -moz-linear-gradient(top,  #e03a82 0%, #b31b5d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e03a82), color-stop(100%,#b31b5d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e03a82 0%,#b31b5d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e03a82 0%,#b31b5d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e03a82 0%,#b31b5d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e03a82 0%,#b31b5d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e03a82', endColorstr='#b31b5d',GradientType=0 ); /* IE6-9 */	
}

#artistBudgetHeader #artistBudgetHeaderSecond {
	border-width: 0 1px 1px 1px;
	border-color: #e02b7b;
	border-style: solid;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	background: #e03a82;
}

#artistBudgetBadge {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 15px;
}

.artist-dark-area {
	color: #787878;
}

.artist-video-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.artist-video-container:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}

.artist-video-photo {
	width: 100%;
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.artist-gallery-container {
	margin-top: 10px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.artist-gallery-container:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}

.artist-gallery-photo {
	width: 100%;
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* User Gallery */

.user-photo-box {
	margin-top: 10px;
	display: inline-block;
	height: 100px;
	position: relative;
}

.user-gallery-photo {
	height: 100%;
}

.user-photo-delete-btn {
	position:absolute;
	bottom: 0;
	left: 0;
	margin-left: 5px;
	margin-bottom: 5px;
}

.user-gallery-photo-buttons {
	position:absolute;
	bottom: 5px;
	left: 5px;
}

/* User Videos */

.user-video-delete-btn {
	position:absolute;
	bottom: 0;
	left: 0;
	margin-left: 5px;
	margin-bottom: 5px;
}

button.active {
    background-color: #de2374 !important;
}

.thumbnail {
	background-color: #e3e3e3;
}

/* Budget */

.budget-form-row div {
	margin-top: 5px;
}

.unread {
	font-weight: bold;
}

.table {
	display:table;
}

.table-row {
	display:table-row;
    border: 1px solid #de2374;
    background: #1a1a1a;
}

.table-header {
	display:table-cell;
	padding: 5px 5px 5px 5px;
	border: 1px solid #2e2e2e;
}

.table-cell {
	display:table-cell;
	padding: 5px 5px 5px 5px;
	border: 1px solid #2e2e2e;
}

#budget-message-client {
    padding: 5px 5px 5px 5px;
    border: 1px solid #2e2e2e;
    background: #1a1a1a;
    margin-bottom: 15px;
}

#budget-message-artist {
    padding: 5px 5px 5px 5px;
    border: 1px solid #de2374;
    background: #1a1a1a;
    margin-bottom: 15px;
}

.budget-message-artist {
    padding: 5px 5px 5px 5px;
    border: 1px solid #2e2e2e;
    background: #1a1a1a;
}

/* About */

#about-img {
	width: 100%;
}

#about-text {
	color: #fff;
}

/* Services */

.service-image {
	padding-top: 10px;
}

.service-title {
	padding-top: 10px;
	color: #fff;
}

.service-description > p {
	color: #fff;
	padding-bottom: 10px;
}

#services div.row:not(:last-child) > div.service-description > p {
	border-bottom: 1px #777 solid;
}

/* Clippings & News */

.article-title a, .article-description a {
	color: #fff;
}

.article-title a:hover, .article-description a:hover {
	color: #d4085d;
}

.article-title {
	padding-top: 10px;
}

.article-description > p {
	padding-bottom: 10px;
}

#articles div.row:not(:last-child) > div.article-description > p {
	border-bottom: 1px #777 solid;
}

.article-image-box {
	margin-top: 10px;
	position: relative;
	width: 100%;
	overflow: hidden;
	border: 1px solid #2e2e2e;
}

.media-object {
	border: 1px solid #2e2e2e;
}

.article-image-box:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}

.article-image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Ads */

.ad-square-container {
	margin: auto;
	max-width: 200px;
}

.ad-square-container img {
	width: 100%;
}

/* Form Validation Fallback */

.invalid input:required:invalid {
    background: #BE4C54;
}

.invalid input:required:valid {
    background: #17D654 ;
}

/* bxSlider */

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: none;
    border: 0;
    left: 0;
    background: #fff;
}

/* Github */

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
    
    
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}