/*
#------------------------------------------------------------------------
# Music State - October Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2013 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */
/*module newsletter*/
.acyfield_email input {
	background:transparent;
	border:1px dashed #bbb;
	color:#fff;
	display:block;
	float:none;
	font-size:16px;
	font-weight:400;
	height:62px;
	line-height:63px;
	margin:0 auto;
	text-align:center;
	text-transform:uppercase;
	width:65%!important;
}

.acyfield_email input[type="text"]:focus {
	background:transparent!important;
}

.acysubbuttons {
	display:inline-block;
}

.acysubbuttons input[type="submit"]:hover {
	background:#fff;
	color:#000!important;
}

@media (max-width:620px){
	.acyfield_email input{
		font-size:14px;
	}
}

@media (max-width:390px){
	.acyfield_email input{
		font-size:10px;
	}
}

/*modulo contatti
.gkContactForm form {float:left;}
.gkContactForm input, textarea {font-family:'Open Sans', Arial, sans-serif;font-style:italic;}
.gkContactForm textarea {height: 190px; padding:22;}
.gkContactForm input[type="text"], .gkContactForm input[type="email"], .gkContactForm textarea {width:100%;}
.gkContactForm input[type="text"], .gkContactForm input[type="email"] {height:52px; line-height:53px;padding: 0 22px;}
*/
/**
 *
 * GK Contact plugin
 *
 **/

.gkContactForm {
	overflow: hidden;
	padding: 0;
}
.gkContactForm[data-cols="1"] > div {
	width: 100%;
}
.gkContactForm[data-cols="2"] > div {
	float: right;
	width: 41%;
}
.gkContactForm[data-cols="2"] > form {
	float: left;
	width: 45%;
}
.gkContactForm h3 {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.gkContactForm form p {
	margin: 0 0 12px 0;
}
.gkContactForm input[type="text"],
.gkContactForm input[type="email"],
.gkContactForm textarea {
	width: 100%;
	font-family:'Open Sans', Arial, sans-serif;
	font-style:italic;
}
.gkContactForm input[type="text"],
.gkContactForm input[type="email"] {
	height: 52px;
	/*line-height: 53px;*/	
	padding: 0 22px;
	line-height: normal;
}
.gkContactForm textarea {
	height: 190px;
	padding: 22px;
	line-height: normal;
}
.gkContactForm address {
	color: #999;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 36px;
	padding: 30px 0;
	text-align:justify;
}
.gkContactForm address p {
	margin: 0;
}
.gkContactFooter {
	color: #999;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 36px;
	margin: 10px 0 0 0;
}

.gkContactSocialIcons {
	margin: 0;
	padding: 20px 0;
}
.gkContactSocialIcons a {
	display: inline-block;
	font-size: 35px;
	height: 50px;
	line-height: 50px;
	margin: 0 5px;
	text-align: center;
	width: 50px;
}
.gkContactSocialIcons a i {
	padding-left: 1px;
	padding-right: 0;
}
.gkContactSocialIcons a:hover {
	background: #333131;
	border-radius:50%;
}
.gkContactSocialIcons a:hover i { color: #fff; }


/*visualizzazione logo su mobile*/
@media (max-width:580px){
	.gkIsWrapper-gk_musicstate figcaption > p {
		font-size:13px;
	}
}

@media (max-width:445px){
	#gkLogo.text{
		margin-top:34px;
	}#gkLogin{
		z-index:1
	}
	#gkMobileMenu select {
		z-index:1
	}
}
@media (max-width:445px){
	#gkLogo img {
		margin-top:26px;
	}
	#gkLogin{
		z-index:1
	}
	#gkMobileMenu select {
		z-index:1
	}
}

@media (max-width:470px){
	#gkLogo.text {
		padding:0;
	}
}

/*disabilitare url dai commenti k2*/
#k2Container .itemCommentsForm .formUrl,
#k2Container .itemCommentsForm #commentURL {
	display: none!important
}

#k2Container .itemExtraFields h3,
#k2Container .itemExtraFieldsLabel,
#k2Container .itemExtraFieldsLabel :before {
	display:none!important;
}

@media (max-width:1030px){
	.gkContactForm address {
		font-size:18px!important;
	}
}

/*centratura testo popup listen*/
#loginForm {
	text-align:center;
}

#gkPopupLogin small{
	display:none;
}

/*testo commento in mobile*/
@media(max-width: 620px) {
	.itemComments p {
		margin-top:-25px!important;
	}
}

/*titolo hover djs*/
.gkPhoto > a::after {
	content: attr(title) !important;
	font-size: 16px;
	width: 100px;
	left: 35%;
	text-transform:uppercase;
	font-family:'Raleway', Arial, sans-serif;
}

#error_radio{
	text-align:center;
}

#system-message {
	text-align:center;
	color:#e74c3c;
}

/*modulo ultimi commenti*/
.k2LatestCommentsBlock div {
	margin-left:0px;
}

/*radio*/
#radio {
  background: #e74c3c;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  height: 38px;
  line-height: 39px;
  margin: 0;
  padding: 0 18px;
  right: 0;
  text-transform: uppercase;
   -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media (max-width: 1280px){
	#radio {
		font-size:30px;
	}
}

@media (max-width: 1040px){
	#radio {
		font-size:30px;
	}
}

@media (max-width: 840px){
	#radio {
		font-size:24px;
	}
}

@media (max-width: 580px){
	#radio {
		font-size:14px;
	}
}

/*header*/
.gkIsWrapper-gk_musicstate figcaption > h2 {
	color:#e74c3c;
	text-align:center;
}
/*newsletter-privacy*/
.newsletter p{margin:0 0 10px 0;}
.acymailing_fulldiv label a {color:#fff;}
.acymailing_fulldiv label a:hover {color:#e74c3c;}

@media (max-width: 1040px){.nspMain.grid-right-img .nspImageWrapper {float:left;}}