
/* IE 10 Windows Phone Fix */
@-ms-viewport {
	width: device-width;
}

body {
	background: #F2F2F2;
	font-family: 'Open Sans', 'Lucida Grande', Helvetica, Tahoma, sans-serif;
}
::selection {
	background: #c90000;
	color: #fff;
}
.site-color {
	color: #c90000;
	/* 2014 #c90000 */
}

h1, h2 {
	margin: 0;
	padding: 0;	
}

a {
	color: #c90000;
	outline: none;
	transition: 0.3s all;
}
a:hover {
	background: #c90000;
	color: #fff;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	outline: none;
}

@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}

.ul {
	padding-left: 25px;
	padding-bottom: 10px;
}
.ul li {
	list-style: disc inside;
	font-size: 18px;
}

/* ===================================
			START HEADER
=====================================*/
header {

}
header div {
	padding: 0 !important;
}
header .logo {	
	width: 100%;
	height: 100px;

	font-size: 40px;
	color: #000;
	background-color: #c90000;
	text-align: center;
}
header .logo img {
	max-width: 400px;
	max-height: 100px;
}
header .logo a {
	color: #000;
}
header a:hover {
	background: transparent;
}
header .menu {
	height: 100px;

	background-color: #1c1c1c;
}
nav {
	float: left;
}


/* Menu */
.menu ul#main-menu {
	float: left;
	padding-top: 40px;
}
.menu ul#main-menu > li {
	float: left;
	padding: 0 10px;
	border-right: 2px solid #fff;
	position: relative;

	list-style: none;
}
/* Sub menu */
.menu ul#main-menu li ul.sub-menu {
	display: none;

	position: absolute;
	left: -1px;
	top: 100%;
	z-index: 100;
	padding: 0;
}
.menu ul#main-menu > li ul.sub-menu li {
	list-style: none;
	width: 100%;

	text-align: right;
}
.menu ul#main-menu > li ul.sub-menu li a {
	border-bottom: 1.5px solid #404040;
	border-right: 2px solid #fff;
	border-left: 1.5px solid #404040;

	padding: 7px 10px 7px 10px;
	display: inline-block;
	width: 100%;

	font-size: 15px;
	background: #1c1c1c;
	color: white;
	text-align: right;

	transition: all 0.3s;
}
.menu ul#main-menu > li ul.sub-menu li a:hover {
	background: #3d3d3d;
	text-decoration: none;
	border-left: 2px solid #fff;
}
/* */


.menu ul#main-menu > li:first-of-type {
	padding-left: 0 !important;
}

.menu ul#main-menu > li a {
	font-size: 19px;
	color: white;
	cursor: pointer;
}
.menu ul#main-menu > li.active a {
	color: #c90000;
}
.menu ul#main-menu > li:hover a {
	text-decoration: none;
	color: #c90000;
}
/* Display sub menu */
/*.menu ul#main-menu > li:hover ul.sub-menu {
	visibility: visible !important;
	opacity: 1 !important;
	top: 100%;
	transition-delay: 0s;
}*/ /* Moved to jQuery */

/* ===================================
			END HEADER
=====================================*/





/* ===================================
			START TITLES
=====================================*/

h2 {
	border-left: 5px solid #c90000;
	padding-left: 10px;

	color: #c90000;
	font-size: 38px;
}
h2 span {
	background: #c90000;
	color: white;
	font-size: 30px;

	margin-left: -10px;
	margin-right: 5px;
	padding: 0 5px;
	position: relative;
	top: -3px;
}
.container:not(.home) h2 {
	margin-bottom: 5px;
	border-left: none;
}
.container:not(.home) > .row {
	background: #dfdfdf;
}
h3 {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 10px;
	padding: 7px;
	border: 0;

	color: #fff;
	background: #3d3d3d;
	text-align: center;
	font-size: 25px;
}
.container:not(.home) main section article > h3 {
	margin-left: -15px;
	margin-right: -15px;
}


/* ===================================
			END TITLES
=====================================*/

/* ===================================
			START CONTENT
=====================================*/

main {
	padding: 10px;
}
.home main {
	margin-left: -15px;
	margin-right: -15px;
}
main, section, article {
	background: #fff;
}
main .row {
	margin-left: -10px;
	margin-right: -10px;
}
section {
	padding-bottom: 40px;
}
p {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	font-size: 18px;
	text-align: justify;
}

.full-width-images a:hover {
	background: none;
}
.full-width-images img {
	max-width: 100%;
	margin: 20px 0;
}
.full-width-images {
	text-align: center;
}

/* Simple list */
main ul {
	margin: 0;
	padding-left: 10px;
}
main ul li {
	list-style: none;
	font-size: 20px;
}

.columns {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.container:not(.home) .columns {
	margin-left: -20px !important;
	margin-right: -21px !important;
}
.columns h3 {
	text-align: left;
	padding-left: 20px;
}
.columns ul {
	margin: 0;
	padding-left: 10px;
}
.columns ul li {
	list-style: none;
	font-size: 20px;
}
.columns ul li span:not(.song) {
	margin-right: 5px;
	display: inline-block;
	min-width: 25px;
}


.columns ol {
	margin: 0;
}
.columns ol li {
	font-size: 20px;
}
.columns ol li span.song, .columns ul li span.song {
	background: none;
	color: black;
}
.columns ol li span, .columns ul li span {
	font-size: 15px;
	background: #3d3d3d;
	color: white;

	padding: 3px;
	
}
.columns div.text {
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
}
.columns ol li.winner {
	color: #c90000;
}
.columns ol li.winner span {
	background: #c90000;
}
.columns ol li.winner span.song {
	background: none;
	color: #c90000;
}

/* ===================================
			END CONTENT
=====================================*/


/* ===================================
			START SIDEBAR
=====================================*/

.sidebar {
	padding: 0;
	padding-top: 10px;

	background: #dfdfdf;
}
.sidebar h3 {
	margin: 0;
	padding: 9px;

	font-size: 22px;
}
.sidebar img {
	max-width: 100%;
}
.sidebar ul {
	margin: 0 0 10px 0;
	padding: 0;
}
.sidebar ul li {
	list-style: none;
}
.sidebar ul li a {
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #c6c6c6;
	display: inline-block;
	width: 100%;

	color: #333;
	font-size: 20px;

	transition: all .3s;
}
.sidebar ul li:hover a, .sidebar ul li.active a {
	background: #c6c6c6;
	color: #c90000;

	text-decoration: none;
}

/* ===================================
			END SIDEBAR
=====================================*/



/* ===================================
			START FOOTER
=====================================*/

footer .row {
	background: #1c1c1c;
}
footer .col-md-4 {
	padding: 15px 10px 15px 25px;
}

footer h4 {
	color: #c90000;
	font-size: 25px;
}
footer p {
	color: white;
	padding-left: 0;
	text-align: left;
}
footer a {
	text-decoration: underline;
	color: white;
}


/* ===================================
			END FOOTER
=====================================*/



/* ===================================
			START SLIDER
=====================================*/

#slider-section {
	margin-left: -15px;
	margin-right: -15px;
	/*padding-bottom: 20px;*/
	padding-bottom: 0;
}

#featured{ 
	width: 100%; 
	position: relative; 
	height:360px;
	background:#000;
	box-sizing: border-box;
}


/* Navigation tabs */
#featured ul.ui-tabs-nav{ 
	position: absolute;
	top:0;
	left:0;

	padding:0;
	margin:0; 
	width:30%;

	list-style:none; 
}
#featured ul.ui-tabs-nav li{ 
	padding: 0;

	color: #fff;
	background: #151515;
}
#featured ul.ui-tabs-nav li span{ 
	font-size: 25px;
	font-family: Verdana;
	vertical-align: middle;

}
/* Tab item */
#featured li.ui-tabs-nav-item a{
	display:block; 
	color: #fff;

	height: 90px;
	line-height: 90px;
	text-align: center;

	text-decoration: none;
	outline: 0;

}
#featured li.ui-tabs-nav-item:hover{ 
	background:#000;
}
#featured ul.ui-tabs-nav li.ui-tabs-active { 
	background: #3d3d3d;
}


/* Slide */
#featured .ui-tabs-panel{
	height: 100%;
	background:#000;
	position:relative;
	overflow:hidden;
	margin-left: 30%;
}
#featured .ui-tabs-hide{ 
	display:none; 
}


/* info */
#featured .ui-tabs-panel img {
	width: 100%;
	height: 100%;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	bottom: 0;
	left: 0; 
	min-height:70px;
	width: 100%;
	background: #3d3d3d;
	opacity: .9;

	font-size: 18px;
	color: #fff;
	padding: 15px 20px;
	margin: 0;
}


/* ===================================
			END SLIDER
=====================================*/




/* ===================================
			START GALLERY
=====================================*/

.gallery {
	overflow: hidden;
}
.gallery-box {
	float: left;
	width: 170px;
}
.gallery-img {
	text-align: center;
	height: 150px;
}
.gallery-img img {
	max-height: 150px;
	max-width: 150px;
	opacity: 0;
	transition: opacity .3s ease-in;
}
.gallery-img a {
	height: 150px;
	display: block;
	background: none;
}
.gallery-desc {
	padding: 5px;
	height: 47px;
	overflow: hidden;
	text-overflow: ellipsis;

	text-align: center;
	font-size: 14px;
}

#left-caption {
	width: 100%;
	position: absolute;
	padding: 10px;
	display: none;

	background: #c90000;
	color: white;
	
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;

	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
}

/* ===================================
			END GALLERY
=====================================*/




/* ===================================
		START POPULAR TAGS
=====================================*/
.links {
	padding: 10px;
	height: 50px;
	margin-left: -15px;
	margin-right: -15px;
}
.links span {
	position: relative;
	width: 128px;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	vertical-align: middle;

	background: #ececec;
	color: #666666;
	
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.links span:after { /* Arrow */
	content: '';
	position: absolute;
	top: 0px;
	left: 128px;
	width: 0;
	height: 0;

	border: 15px solid transparent;
	border-left: 8px solid #ececec;
}
.links ul {
	padding: 0;
	margin: 0;
	display: inline;
}
.links ul li {
	display: inline;
	line-height: 30px;
	vertical-align: middle;		
	padding-left: 15px;

	color: #000;
}
.links ul li:first-of-type {
	padding-left: 20px;
}
/* ===================================
		END POPULAR TAGS
=====================================*/

/* 3 aprile 2015 */
/*.home .columns ul li span:not(.song) {
	margin-right: 5px;
}*/


/* 6 maggio 2015 */
.home-banner {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 20px;
}

.hero-half {
	width: 50%;
	float: left;
}

/* ===================================
		START RESPONSIVE
=====================================*/
@media screen and (max-width: 480px) {
	header .logo img {
		width: 100%;
	}
	
	.links {
		overflow: hidden;
		height: 48px !important;
	}
	
	.hero-half {
		width: 100%;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 768px) {
	#featured {
		height: auto;
	}
	#featured ul.ui-tabs-nav {
		position: static;
		width: 100%;
	}
	#featured .ui-tabs-panel {
		position: static;
		margin-left: 0;
	}
	#featured .ui-tabs-panel img {
		height: auto;
	}

	#featured li.ui-tabs-nav-item a {
		height: 50px;
		line-height: 50px;
	}
	#featured ul.ui-tabs-nav li span {
		font-size: 20px;
	}


	header .menu {
		height: auto;
		width: 100%;
		float: left;
	}
	.menu ul#main-menu {
		padding-top: 10px;
		padding-left: 20px;
		width: 100%;
	}
	.menu ul#main-menu > li:first-of-type {
		padding-left: 10px !important;
	}
	.menu ul#main-menu > li {
		float: none;

		border-right: 0;
		border-left: 2px solid #fff;
	}

	iframe {
		max-width: 100%;
		height: auto;
	}

	img {
		max-width: 100%;
	}

	.home-banner {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100%;
	}

}

/* ===================================
		END RESPONSIVE
=====================================*/
