/*********Utilities***************/
.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.padding-l-40 {
	padding-left: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

/**********Fonts*****************/
@font-face {
  font-family: 'Roboto-Thin';
  src: url('../fonts/Roboto-Thin-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/Roboto-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Gothic';
  src: url('../fonts/gothic.ttf') format('truetype');
}

@font-face {
  font-family: 'RobotoCondensed';
  src: url('../fonts/RobotoCondensed-Regular-webfont.woff') format('woff');
}

/************Media Queries********************/
@media (min-width: 1290px) and (max-width: 3000px) {
	div.header ul.nav li {
	  margin: 13px 0 13px 7%;
	  text-align: center;
	}
}

@media (min-width: 986px) and (max-width: 1289px) {
	div.header ul.nav li {
	  margin: 13px 0 13px 2%;
	  text-align: center;
	}
}

@media (min-width: 320px) and (max-width: 420px) {
	div.helper {
		text-align: center;  /* align the inline(-block) elements horizontally */
		font: 0/0 a; 
	  height: 160px !important;
	  background-color: #000000;
	  border: 2px solid #383838;
	  border-radius: 7px;
	  margin-bottom: 40px;
	}
}

@media (min-width: 421px) and (max-width: 520px) {
	div.helper {
		text-align: center;  /* align the inline(-block) elements horizontally */
		font: 0/0 a; 
	  height: 200px !important;
	  background-color: #000000;
	  border: 2px solid #383838;
	  border-radius: 7px;
	  margin-bottom: 40px;
	}
}

@media (min-width: 521px) and (max-width: 767px) {
	div.helper {
		text-align: center;  /* align the inline(-block) elements horizontally */
		font: 0/0 a; 
	  height: 250px !important;
	  background-color: #000000;
	  border: 2px solid #383838;
	  border-radius: 7px;
	  margin-bottom: 40px;
	}
}

@media (min-width: 320px) and (max-width: 985px) {
	div.header ul.nav li {
	  margin: 13px 0;
	  text-align: center;
	}
}

@media (min-width: 320px) and (max-width: 1080px) {
	div.header div.logo {
		padding: 8px 0 8px 5%;
	}
}

@media (min-width: 1081px) and (max-width: 3000px) {
	div.header div.logo {
		padding: 8px 0 8px 80px;
	}
}

/*********************************************/
div.page-content {
	width: 100%
}

div.header {
	background-image: url('../images/pleca.jpg');
	width: 100%;
	height: 71px;
	background-repeat: repeat-x;
	top: 0;
}

div.header div.logo {
	height: 71px;
	min-width: 207px;
}

div.header header {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}

div.header ul.nav {
	height: 71px;
	width: 100%;
	text-align: center;
}

div.header ul.nav li a, .sidr ul li a, .sidr ul li span {
	color: #FFFFFF;
	padding: 6px 0;
	margin: 7px;
	font-size: 18px;
	font-family: 'Gothic';
	width: 100%;
}

.sidr ul {
	overflow: hidden;
}



.sidr ul li a, .sidr ul li span {
	width: 100%;
}

ul.nav li.active > a, ul.nav li > a:hover, ul.nav li > a:active, ul.nav li > a:focus, ul.nav li > a:visited {
	background-color: transparent;
	border-bottom: 1px solid #FFB9B9;
}

div.header div.follow {
	height: 71px;
	padding: 11px 0;
	width: 100%;
	text-align: center;
}

div.header div.follow span {
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'Roboto-Medium';
	position: relative;
	top: -4px;
}

div.header div.follow a {
	color: #FFFFFF;
	font-size: 30px;
	margin: 5px;
	display: inline-block;
}

div.follow > a:hover, div.follow > a:focus, div.follow > a:visited {
	text-decoration: none;
}

/**********MAIN CONTENT**************/

div.main-content {
	background-color: #000000;
	background-image: url('../images/nico.jpg');
	background-repeat: no-repeat;
	background-position:50% 100%;
	min-height: 1030px;
}

/*************Player***********************/

div.trackplayer {
	margin-top: 80px;
	width: 100%;
}

.ttw-music-player {
	max-width: 100%;
}

div.albumcover {
	width: 100%;
}

div.playlist label {
	width: 100%;
}

div.playlist label {
	font-family: 'Gothic';
	font-size: 20px;
	color: #FFFFFF;
}

div.playlist label.title {
	font-family: 'Gothic';
	font-size: 16px;
	color: #FFFFFF;
}

div.tracklist {
	padding: 0 !important;
}

ol.tracks li.track.playing {
	background-color: #888888 !important;
	opacity: 0.95;
	background: url("../images/player/player-play.png") no-repeat 5px 6px;
	list-style: none;
}

ol.tracks li.track {
	background-color: #848484 !important;
	margin: 5px;
	border: 1px solid #c6c6c6;
	border-radius: 3px;
	color: #FFFFFF;
	padding: 4px 5px;
	opacity: 0.7;
	background-image: none;
}

.ttw-music-player .tracklist .rating {
	top: 6.5px;
}

.ttw-music-player .elapsed {
	background-image: none;
	background-color: #3C3C3C;
}

div.biography {
	background-image: url('../images/lineas.png');
	background-position: center;
	width: 100%;
	padding: 10px 0;
	border: 1px solid #86341c;
	-moz-box-shadow: inset 0 0 120px 24px #000000;
	-webkit-box-shadow: inset 0 0 120px 24px #000000;
	box-shadow: inset 0 0 120px 24px #000000;
}

div.content-block {
	color: #FFFFFF;
	font-family: 'RobotoCondensed';
	padding: 5px 50px 0;
}

div.content-block label.bio {
	text-align: center;
}

div.content-block label {
	color: #9a9997;
	font-size: 22px;
	width: 100%;
}

div.content-block a {
	color: #FFFFFF;
	font-weight: bold;
}

div.pictures {
	background-image: url('../images/lineas.jpg');
}

div.pictures div.gallery img {
	opacity: 0.60;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}

div.gallery {
	margin: 60px 0;
}

div.gallery img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  display: inline-block;
  vertical-align: middle;  /* vertical alignment of the inline element */
  max-height: 100%;
}

div.pictures div.gallery img:hover {
	-webkit-filter: none;
	filter: none;
	filter: none;
	filter: none;
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=1);
}

div.helper {
	text-align: center;  /* align the inline(-block) elements horizontally */
	font: 0/0 a; 
  height: 270px;
  background-color: #000000;
  border: 2px solid #383838;
  border-radius: 7px;
  margin-bottom: 40px;
}

div.helper:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

#cboxContent {
    background: transparent;
}

div.contact div.row {
	margin: 15px 0
}

div.contact i.fa {
	font-size: 45px;
	color: #9c3b1b;
	opacity: 1;
	margin-right: 15px;
}

div.contact a span {
	color: #FFFFFF;
	font-family: 'RobotoCondensed';
	font-size: 16px;
	position: relative;
	top: -8px;
}

div.biography label.date {
	color: #9c3b1b;
	font-family: 'RobotoCondensed';
	font-size: 20px;
	position: relative;
	top: -8px;
}

div.biography p.date {
	font-size: 18px;
	top: -8px;
}

div.biography p.date a {
	font-weight: normal;
}

#cboxOverlay {
	background-color: #000000;
}

#cboxNext, #cboxPrevious, #cboxClose {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border: 2px solid #999999;
    border-radius: 16px;
    color: #666666;
    font-size: 12px;
    height: 26px;
    line-height: 22px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 0 4px;
    text-align: center;
    text-indent: 0;
    width: 26px;
}
#cboxNext:hover, #cboxPrevious:hover {
    border-color: #666666;
    color: #333333;
}
#cboxContent {
    overflow: visible;
}
#cboxClose {
    background-color: #000000;
    border: 2px solid #FFFFFF;
    border-radius: 32px;
    color: #FFFFFF;
    font-size: 21px;
    height: 28px;
    margin-left: 0;
    padding-bottom: 5px;
    right: -14px;
    top: -14px;
    width: 28px;
    line-height: 15px;
}
#cboxLoadingOverlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
#cboxLoadingGraphic {
    background: none repeat scroll 0 0 #FFFFFF !important;
    text-align: center;
}
#cboxLoadingGraphic > [class*="icon-"] {
    animation: 1.5s linear 0s normal none infinite spin;
    background-color: #FFFFFF;
    border-radius: 8px;
    color: #FE7E3E;
    display: inline-block;
    font-size: 24px;
    height: 32px;
    position: relative;
    text-align: center;
    top: 48%;
    vertical-align: middle;
    width: 32px;
}