/*
@font-face{
	font-family: UglyQuaFont;
	src: url(http://www.bluetimesociety.eu/fonts/uglyqua.ttf);
}
@font-face{
	font-family: AliasFont;
	src: url(http://www.bluetimesociety.eu/fonts/alias.ttf);
}
@font-face{
	font-family: OldRubberFont;
	src: url(http://www.bluetimesociety.eu/fonts/oldrubberstamp.ttf);
}
@font-face{
	font-family: ThunderFont;
	src: url(http://www.bluetimesociety.eu/fonts/a-love-of-thunder.ttf);
}
@font-face{
	font-family: AdlerFont;
	src: url(../fonts/adler.ttf);
}
*/
@font-face{
	font-family: ParaFont;
	src: url(fonts/Oksana.ttf);
}
@font-face{
	font-family: TextFont;
	src: url(fonts/UglyQua.ttf);
}
/* FONTS ----------------------------------------------------------------------- */
@font-face{
	font-family: TitoloFont;
	src: url(fonts/chickweed%20titling.ttf);
}
@font-face{
	font-family: MenuFont;
	src: url(fonts/StrongGlasgow.ttf);
}
/* FONTS -------------------------------------------------------------------fine */
/*
@font-face{
	font-family: h1Font;
	src: url(http://www.maxpierini.it/madtubes/assets/fonts/dymaxion.ttf);
}
*/
/* RESET */
* {
  margin: 0;
  padding: 0;
  border: 0;
}

/* SPINNER --------------------------------------------------------------------- */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
#foo {
	z-index: 9999;
	height: 100vh;
	/*background-color: #000;*/
}
#BAR {
	padding-bottom: 20px;
}
/* SPINNER -----------------------------------------------------------------fine */

/* BASIC ----------------------------------------------------------------------- */
body {
	font: normal 18px/22px 'ParaFont';
  color: #fff;
}
h1, h2, h3 {
  color: #ddd;
}
h1 {
  font-family: 'MenuFont', arial;
  font-size: 60px;
  line-height: 46px;
  padding-top: 55px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
  /*color: #e0e0e0;*/
}
h3 {
  font-family: 'MenuFont', arial;
  font-size: 60px;
  line-height: 46px;
  padding-top: 55px;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  /*color: #e0e0e0;*/
}
@media only screen and (max-width:430px) {
	h1, h3 {
		font-size: 40px;
	}
}
@media only screen and (max-width:285px) {
	h1, h3 {
		font-size: 25px;
	}
}
h2 {
  font-weight: 100;
  font-family: 'ParaFont', arial;
  font-size: 25px;
  line-height: 33px;
  padding-top: 50px;
  margin-bottom: 5px;
}
p {
  font-family: 'ParaFont', arial;
  font-size: 90%;
  color: #aaa;
  margin: 10px 0px;
}
a:link, a:visited, a:active {
  color: #9c9;
  text-decoration: none;
}
a:hover {
	color: #c9c;
}
img {
	width: 100%;
}
table {
	text-align: center;
	margin-bottom: 5px;
}
hr {
	width: 100%;
	border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #333, #fff, #333);
    background-image:    -moz-linear-gradient(left, #333, #fff, #333);
    background-image:     -ms-linear-gradient(left, #333, #fff, #333);
    background-image:      -o-linear-gradient(left, #333, #fff, #333);
    margin-top: 20px;
    position: relative;
    z-index: 10;
}
.hr1 {
	margin-top: 0;
}

/* Basic specials */
.w-t-max {
	color: #fff;
}
.w-t-min {
	color: #ddd;
}
.ita {
	font-style: italic;
}
.small {
	font-size: 70%;
}
#dot-info-green{
	font-size: 70%;
	color: #0f0;
}
#dot-info-red{
	font-size: 70%;
	color: #f00;
}
/* BASIC -------------------------------------------------------------------fine */

/* BACKGROUND ------------------------------------------------------------------------- */
body, #Home, .TUTTO, .some-related-articles {
	background: #000;
}
/* BACKGROUND ---------------------------------------------------------------------fine */

/* HOME ------------------------------------------------------------------------ */
#Home {
  position: relative;
  z-index: 2;
  	height: 100vh;
  vertical-align: middle;
  text-align: center;
 }
#LOGO {
	display:none;
	width: 100%;
	text-align: center;
	margin:auto;
	/*top: 70px;*/
	position: fixed;
	z-index: 2;
}
#LOGO-img {
	width: 100%;
	position: relative;
	margin-top: -30%;
}
/* HOME --------------------------------------------------------------------fine */

/* TUTTO ----------------------------------------------------------------------- */
.TUTTO {
	position:relative;
	width: 100%;
	z-index: 5;
	-webkit-transform: translateZ(5px); /* z-index for Safari */
	transform: translateZ(5px);
}
/*
#TUTTO1, #TUTTO2 { 
	display: none;
}
*/
/* TUTTO ------------------------------------------------------------------ fine */

/* SECTIONS -------------------------------------------------------------------- */
.some-related-articles {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  min-height: 100%;
  color: #333;
  position: relative;
  z-index: 10;
  -webkit-transform: translateZ(10px); /* z-index for Safari */
  transform: translateZ(10px);
}
.some-related-articles h2 a:link, .some-related-articles h2 a:visited  {
  color: #9c9;
  transition: color 0.1s ease;
}
.some-related-articles h2 a:hover {
  color: #c9c;
  transition: color 0.3s ease;
}
.some-related-articles ul {
	list-style-type: none; 
	font-family:'UglyQuaFont';
	color: #aaa;
	font-size:100%; 
	padding:0;
}
/* SECTIONS ----------------------------------------------------------------fine */

/* MONTH GIGS ------------------------------------------------------------------ */
#Now{
	text-align: center;
}
#ThisMonth {
	margin-top: 30px;
	max-height:80%;
	width: auto;
	max-width: 100%;
}
#mese {
	font-family: TitoloFont;
	font-size: 200%;
	color: #fff;
	padding-bottom: 30px;
}
/* MONTH GIGS --------------------------------------------------------------fine */

/* COUNTER --------------------------------------------------------------------- */
#Counter{
	min-height: initial;
	text-align: center;
	margin-top: 30px;
}

#Counter div{
	text-align: center;
}

#Counter a{
	text-decoration: none;
}

#Counter p{
	font-size: 11px;
	line-height: 50%;
	color: #fff;
}

#Counter img{
	width: 60px;
	margin: 0;
	padding: 0;
}

#Counter a code{
	font-size: 8px;
	line-height: 10%;
	text-decoration: none;
	margin:0;
	padding:0;
}
/* COUNTER -----------------------------------------------------------------fine */

/* ABOUT US -------------------------------------------------------------------- */
#MaD, #Miss{
	text-align: center;
}
.descrizione-P{
	font-family: 'TextFont';
}
.fb-like {
	padding-bottom: 20px;
}
.fb-page {
	max-width: 90%;
}
#mad-LOGO {
	width: 200px;
	max-width: 100%;
}
#miss-LOGO {
	width: 250px;
	max-width: 100%;
}
#mad-PIC {
	width:80%;
}
#miss-PIC{
	width: 70%;
}
.descrizione-TABLE {
	border-collapse: collapse;
}
.left-TD {
	text-align: left;
	vertical-align: top;
	width: 50%;
}
.right-TD {
	text-align: right;
	vertical-align: top;
	border-left: 1px solid #333;
	width:50%;
}
/* ABOUT US ----------------------------------------------------------------fine */

/* ABOUT ----------------------------------------------------------------------- */
.wsite-social-group {
	text-align: center;
}

.wsite-social-button {
	display: inline-block;
	width: 23px;
	height: 23px;
}
#About td span {
	color:#9fa;
}
/* ABOUT -------------------------------------------------------------------fine */

/* MULTIMEDIA ------------------------------------------------------------------ */
.youtube {
	margin: 0 auto;
	display: block;
	width: 420px;
	height: 315px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 420px) {
	.youtube {
		width: 100%;
		height: 200px;
	}}
/* MULTIMEDIA --------------------------------------------------------------fine */

/* SOCIAL general -------------------------------------------------------------- */
#Contacts {
	/*min-height: 100%;*/
	text-align: center;
}
#Contacts a {
	text-decoration: underline;
}
.contatti {
	text-align: center;
}
/*
#pagine-fb-DIV {
	width: 100%;
	margin: auto;
}
*/
.social-links {
	margin: 20px auto;
	text-align: center;
	float: center;
}
#wsite-social-facebook-mad {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 0 0 0 5px;
	background-image:url(social-black-color.png);
	background-position:0 0;}
	#wsite-social-facebook-mad:hover {background-position:0 -46px;}

#wsite-social-facebook-miss {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 0 0 0 5px;
	background-image:url(social-black-color.png);
	background-position:0 -23px;}
	#wsite-social-facebook-miss:hover {background-position:0 -46px;}
	
.wsite-social-twitter {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 0 0 0 5px;
	background-image:url(social-black-color.png);
	background-position:-46px -23px;}
	.wsite-social-twitter:hover {background-position:-46px 0;}

.wsite-social-mail {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 0 0 0 5px;
	background-image:url(social-black-color.png);
	background-position:-92px -23px;}
	.wsite-social-mail:hover {background-position:-92px 0;}

.wsite-social-youtube {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 0 0 0 5px;
	background-image:url(social-black-color.png);
	background-position:-230px -23px;}
	.wsite-social-youtube:hover {background-position:-230px 0;}
	
/* unused
.wsite-social-linkedin {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 0 0 0 5px;
	background-image:url(social-black-color.png);
	background-position:-69px 0;}
	.wsite-social-linkedin:hover {background-position:-69px -23px;}
	.wsite-social-linkedin:active {background-position:-69px -46px;}
	
.wsite-social-plus {
	display: inline-block;
	width: 23px;
	height: 23px;
	margin: 0 0 0 5px;
	background-image:url(social-black-color.png);
	background-position:-161px 0;}
	.wsite-social-plus:hover {background-position:-161px -23px;}
	.wsite-social-plus:active {background-position:-161px -46px;}
	
.wsite-social-vimeo {background-position:-184px 0;}
	.wsite-social-vimeo:hover {background-position:-184px -23px;}
	.wsite-social-vimeo:active {background-position:-184px -46px;}

.wsite-social-yahoo {background-position:-207px 0;}
	.wsite-social-yahoo:hover {background-position:-207px -23px;}
	.wsite-social-yahoo:active {background-position:-207px -46px;}

.wsite-social-rss {background-position:-115px 0;}
	.wsite-social-rss:hover {background-position:-115px -23px;}
	.wsite-social-rss:active {background-position:-115px -46px;}

.wsite-social-flickr {background-position:-138px 0;}
	.wsite-social-flickr:hover {background-position:-138px -23px;}
	.wsite-social-flickr:active {background-position:-138px -46px;}
	
.wsite-social-pinterest {background-position:-23px 0;}
	.wsite-social-pinterest:hover {background-position:-23px -23px;}
	.wsite-social-pinterest:active {background-position:-23px -46px;}
*/
/* SOCIAL general ----------------------------------------------------------fine */

#Links {
	text-align: center;
}

.link-DIV {
	width: 120px;
	max-width: 50%;
	margin: auto;
}
.link-DIV img {
	width: 100%;
}
.profiles-DIV {
width:100%;
max-width: 400px;
margin: auto;
}
.profiles-DIV table {
width:100%;
table-layout: fixed;
border-collapse: collapse;
}
.profiles-DIV td {
width:25%;
}
.profiles-DIV img {
width:80%;
}
.profiles-DIV a {
font-size: 2.1vw;
}
@media only screen and (min-width:400px) {
	.profiles-DIV a {
		font-size: 55%;
	}
}
/* LIVE e PIX ------------------------------------------------------------------ */
#Live, #Pix, #Albums, #Press {
	text-align: center;
}
#galleria1, #galleria2 {
	width: 100%;
	height: 550px;
}
#Video h2 {
	text-align: center;
}
#Live li{
	font-family: 'ParaFont';
}
#Lyrics li{
	font-family: 'ParaFont';
}
#Lyrics p {
	font-family: 'TextFont';
}
#google-doc{
	max-width: 90%;
}
/* LIVE e PIX --------------------------------------------------------------fine */

/* Map Buttons (in gigsPROmap) ------------------------------------------------- */
.btn {
  background: #ff0;
  background-image: -webkit-linear-gradient(top, #ff0, #0f0);
  background-image: -moz-linear-gradient(top, #ff0, #0f0);
  background-image: -ms-linear-gradient(top, #ff0, #0f0);
  background-image: -o-linear-gradient(top, #ff0, #0f0);
  background-image: linear-gradient(to bottom, #ff0, #0f0);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #000;
  font-size: 12px;
  padding: 10px;
  text-decoration: none;
  margin-bottom: 20px;
}

.btn:hover {
  background: #0ff;
  background-image: -webkit-linear-gradient(top, #0ff, #00f);
  background-image: -moz-linear-gradient(top, #0ff, #00f);
  background-image: -ms-linear-gradient(top, #0ff, #00f);
  background-image: -o-linear-gradient(top, #0ff, #00f);
  background-image: linear-gradient(to bottom, #0ff, #00f);
  text-decoration: none;
}

.btnGO {
  background: #ff0;
  background-image: -webkit-linear-gradient(top, #ff0, #0f0);
  background-image: -moz-linear-gradient(top, #ff0, #0f0);
  background-image: -ms-linear-gradient(top, #ff0, #0f0);
  background-image: -o-linear-gradient(top, #ff0, #0f0);
  background-image: linear-gradient(to bottom, #ff0, #0f0);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #000;
  font-size: 10px;
  padding: 7px;
  text-decoration: none;
}

.btnGO:hover {
  background: #0ff;
  background-image: -webkit-linear-gradient(top, #0ff, #00f);
  background-image: -moz-linear-gradient(top, #0ff, #00f);
  background-image: -ms-linear-gradient(top, #0ff, #00f);
  background-image: -o-linear-gradient(top, #0ff, #00f);
  background-image: linear-gradient(to bottom, #0ff, #00f);
  text-decoration: none;
}
/* Map Buttons (in gigsPROmap) ---------------------------------------------fine */

/* FOOTER ---------------------------------------------------------------------- */
footer {
  font-size: 80%;
  text-align: center;
  padding-top: 5px;
  height: 50px;
  background-color: #000;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width:800px) {
	footer p {
		font-size: 2vw;
	}}
/* FOOTER ------------------------------------------------------------------fine */