<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700,800');*/
/*font-family: "Cinzel",serif font simili al Trajan*/
@font-face {
	font-family: "Avenir-Black";
	src: url("../fonts/fonts-Avenir/Avenir-Black.eot") /* EOT file for IE */
}
@font-face {
	font-family: "Avenir-Black";
	src: url("../fonts/fonts-Avenir/Avenir-Black.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
	font-family: "TrajanPro";
	src: url("../fonts/trajanPro/TrajanPro-Regular.eot") /* EOT file for IE */
}
@font-face {
	font-family: "TrajanPro";
	src: url("../fonts/trajanPro/TrajanPro-Regular.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
	font-family: "Avenir-Light";
	src: url("../fonts/fonts-Avenir/Avenir-Light.eot") /* EOT file for IE */
}
@font-face {
	font-family: "Avenir-Light";
	src: url("../fonts/fonts-Avenir/Avenir-Light.ttf") /* TTF file for CSS3 browsers */
}
.red{ 
	color:#a10a02 !important;
}
.grey{ 
	color:#333 !important;
}

/*---------------------------SCROLL BLOCK-------------------------------*/
.stuck {
    position: fixed;
    top: 0px;
    left: 0px;
    max-height: 100%;
    width: 190px;
    background-color: #eee;
    overflow-y: auto;
}
.stuck p {
    margin: 10px;
}
.not-stuck {
    margin-left: 200px;
}
/*---------------------------pop up-------------------------------*/
.white-popup {
    position: relative;
    background: #FFF;
    width: auto;
    width: 433px;
    margin: 20px auto;
    max-width: 100%;
}
.kt-popup-newsletter {
    padding: 20px 60px;
    text-align: center;
    padding-bottom: 100px;
}
.kt-popup-newsletter .popup-title {
    margin-top: 40px;
    text-transform: uppercase;
}
.kt-popup-newsletter .popup-title h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
.kt-popup-newsletter .popup-title p {
    margin: 0;
    margin-top: 20px;
}
.kt-popup-newsletter .form-subscribe {
    padding-top: 40px;
}
.kt-popup-newsletter .checkbox {
    position: absolute;
    margin: 0;
    left: 20px;
    bottom: 10px;
    font-size: 13px;
    color: #888888;
    font-weight: normal;
}
.kt-popup-newsletter .form-subscribe .input {
    width: 100%;
    margin-bottom: 20px;
}
.kt-popup-newsletter .button{
    margin: 0 5px;
}
.kt-popup-newsletter .text-primary {
    display: inline-block;
    background-color: #eec15b;
    color: #fff;
    padding: 0 10px;
} 
/*---------------------------fine pop up-------------------------------*/
.cd-top {
    background: rgba(232, 98, 86, 0.8) url("../images/cd-top-arrow.svg") no-repeat scroll center 50%;
    bottom: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    display: inline-block;
    height: 40px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-indent: 100%;
    transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    visibility: hidden;
    white-space: nowrap;
    width: 40px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    transition: opacity 0.3s ease 0s, visibility 0s ease 0s;
}
.cd-top.cd-is-visible {
    opacity: 1;
    visibility: visible;
}
.cd-top.cd-fade-out {
    opacity: 0.5;
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
.cd-top {
    bottom: 20px;
    right: 20px;
}
}
@media only screen and (min-width: 1024px) {
.cd-top {
    bottom: 30px;
    height: 60px;
    right: 30px;
    width: 60px;
}

}
@media only screen and (max-width: 1024px) {
.upcomming-events-list li .date-event span {
    letter-spacing: 0!important;
}
.upcomming-events-list li .btn {
    padding: 10px 20px!important;
}
.upcomming-events-list li .date-event {
    padding: 10px!important;
}
.upcomming-events-list li .name {
    padding: 10px!important;
}
.upcomming-events-list li .venue {
    padding: 10px!important;
}

}

@media only screen and (max-width: 900px) {
/*.intro {
    height: auto !important;
    min-height: auto !important;
}
.slider-intro {
    height: auto !important;
}*/
.navbar-default .navbar-collapse {
    max-height: 430px!important;
}
.intro.intro-mini .text-center {
    margin-top: 45px!important;
}
h2 .title {
    font-size: 26px!important;
}

}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
.trajan{
	font-family: "TrajanPro";
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a:hover, a:focus {
	text-decoration: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.navbar-default {
	background-color: transparent;
	border: none;
}
.link::before {
	background-color: #be1212;
	content: "";
	display: inline-block;
	height: 1px;
	margin: 0 2px;
	position: relative;
	top: -6px;
	width: 12px;
}
.link {
	color: #be1212;
	font-size: 19px;
	letter-spacing: normal;
	margin-top: 20px;
	font-family: "TrajanPro";
	;
}
.navbar-default .navbar-nav &gt; li &gt; a, .navbar-default .navbar-nav &gt; li.active &gt; a, .navbar-default .navbar-nav &gt; li.active &gt; a:hover, .navbar-default .navbar-nav &gt; li.active &gt; a:focus, .navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
	color: #000000;
	background-color: transparent;
}
.navbar {
	margin-bottom: 0;
}
.btn {
	border: 2px solid transparent;
	border-radius: 0px;
}
a {
	color: #000000;
	text-decoration: none;
}
.thumbnail {
	display: block;
	padding: 2px;
	margin: 0;
	line-height: auto;
	border: none;
	border-radius: 0px;
	-webkit-transition: none;
	transition: none;
}
#swipebox-close {
	background-image: url("../images/icons.svg") !important;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
/* Provides vertical center */
@media (min-width: 768px) {
.vcenter {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
}
.voffset-40 {
	margin-bottom: -40px !important;
}
.voffset-30 {
	margin-bottom: -30px !important;
}
.voffset-20 {
	margin-bottom: -20px !important;
}
.voffset-10 {
	margin-bottom: -10px !important;
}
.voffset0 {
	margin-bottom: 0px !important;
}
.voffset10 {
	margin-bottom: 10px !important;
}
.voffset20 {
	margin-bottom: 20px !important;
}
.voffset30 {
	margin-bottom: 30px !important;
}
.voffset40 {
	margin-bottom: 40px !important;
}
.voffset50 {
	margin-bottom: 50px !important;
}
.voffset60 {
	margin-bottom: 60px !important;
}
.voffset70 {
	margin-bottom: 70px !important;
}
.voffset80 {
	margin-bottom: 80px !important;
}
.voffset90 {
	margin-bottom: 90px !important;
}
.voffset100 {
	margin-bottom: 100px !important;
}
.voffset110 {
	margin-bottom: 110px !important;
}
.voffset120 {
	margin-bottom: 120px !important;
}
.voffset130 {
	margin-bottom: 130px !important;
}
.voffset140 {
	margin-bottom: 140px !important;
}
.voffset150 {
	margin-bottom: 150px !important;
}
.voffset160 {
	margin-bottom: 160px !important;
}
.voffset170 {
	margin-bottom: 170px !important;
}
.voffset180 {
	margin-bottom: 180px !important;
}
.voffset190 {
	margin-bottom: 190px !important;
}
.voffset200 {
	margin-bottom: 200px !important;
}
.voffset210 {
	margin-bottom: 210px !important;
}
.voffset220 {
	margin-bottom: 220px !important;
}
.voffset230 {
	margin-bottom: 230px !important;
}
.voffset240 {
	margin-bottom: 240px !important;
}
.voffset250 {
	margin-bottom: 250px !important;
}
.voffset260 {
	margin-bottom: 260px !important;
}
.voffset270 {
	margin-bottom: 270px !important;
}
.voffset280 {
	margin-bottom: 280px !important;
}
.voffset290 {
	margin-bottom: 290px !important;
}
.voffset300 {
	margin-bottom: 300px !important;
}
.voffset310 {
	margin-bottom: 310px !important;
}
.voffset320 {
	margin-bottom: 320px !important;
}
.voffset330 {
	margin-bottom: 330px !important;
}
.voffset340 {
	margin-bottom: 340px !important;
}
.voffset350 {
	margin-bottom: 350px !important;
}
.voffset360 {
	margin-bottom: 360px !important;
}
.voffset370 {
	margin-bottom: 370px !important;
}
.voffset380 {
	margin-bottom: 380px !important;
}
.voffset390 {
	margin-bottom: 390px !important;
}
.voffset400 {
	margin-bottom: 400px !important;
}
.voffset410 {
	margin-bottom: 410px !important;
}
.voffset420 {
	margin-bottom: 420px !important;
}
.voffset430 {
	margin-bottom: 430px !important;
}
.voffset440 {
	margin-bottom: 440px !important;
}
.voffset450 {
	margin-bottom: 450px !important;
}
.voffset460 {
	margin-bottom: 460px !important;
}
.voffset470 {
	margin-bottom: 470px !important;
}
.voffset480 {
	margin-bottom: 480px !important;
}
.voffset490 {
	margin-bottom: 490px !important;
}
.voffset500 {
	margin-bottom: 500px !important;
}
.fz12 {
	font-size: 12px !important;
}
.fz13 {
	font-size: 13px !important;
}
.fz14 {
	font-size: 14px !important;
}
.fz15 {
	font-size: 15px !important;
}
.fz16 {
	font-size: 16px !important;
}
.fz17 {
	font-size: 17px !important;
}
.fz18 {
	font-size: 18px !important;
}
.fz19 {
	font-size: 19px !important;
}
.fz20 {
	font-size: 20px !important;
}
.fz21 {
	font-size: 21px !important;
}
.fz22 {
	font-size: 22px !important;
}
.fz23 {
	font-size: 23px !important;
}
.fz24 {
	font-size: 24px !important;
}
.fz25 {
	font-size: 25px !important;
}
.fz26 {
	font-size: 26px !important;
}
.fz27 {
	font-size: 27px !important;
}
.fz28 {
	font-size: 28px !important;
}
.fz29 {
	font-size: 29px !important;
}
.fz30 {
	font-size: 30px !important;
}
.fz31 {
	font-size: 31px !important;
}
.fz32 {
	font-size: 32px !important;
}
.fz33 {
	font-size: 33px !important;
}
.fz34 {
	font-size: 34px !important;
}
.fz35 {
	font-size: 35px !important;
}
.fz36 {
	font-size: 36px !important;
}
.fz37 {
	font-size: 37px !important;
}
.fz38 {
	font-size: 38px !important;
}
.fz39 {
	font-size: 39px !important;
}
.fz40 {
	font-size: 40px !important;
}
.fz41 {
	font-size: 41px !important;
}
.fz42 {
	font-size: 42px !important;
}
.fz43 {
	font-size: 43px !important;
}
.fz44 {
	font-size: 44px !important;
}
.fz45 {
	font-size: 45px !important;
}
.fz46 {
	font-size: 46px !important;
}
.fz47 {
	font-size: 47px !important;
}
.fz48 {
	font-size: 48px !important;
}
.fz49 {
	font-size: 49px !important;
}
.fz50 {
	font-size: 50px !important;
}
.fz51 {
	font-size: 51px !important;
}
.fz52 {
	font-size: 52px !important;
}
.fz53 {
	font-size: 53px !important;
}
.fz54 {
	font-size: 54px !important;
}
.fz55 {
	font-size: 55px !important;
}
.fz56 {
	font-size: 56px !important;
}
.fz57 {
	font-size: 57px !important;
}
.fz58 {
	font-size: 58px !important;
}
.fz59 {
	font-size: 59px !important;
}
.fz60 {
	font-size: 60px !important;
}
.fz61 {
	font-size: 61px !important;
}
.fz62 {
	font-size: 62px !important;
}
.fz63 {
	font-size: 63px !important;
}
.fz64 {
	font-size: 64px !important;
}
.fz65 {
	font-size: 65px !important;
}
.fz66 {
	font-size: 66px !important;
}
.fz67 {
	font-size: 67px !important;
}
.fz68 {
	font-size: 68px !important;
}
.fz69 {
	font-size: 69px !important;
}
.fz70 {
	font-size: 70px !important;
}
.fz71 {
	font-size: 71px !important;
}
.fz72 {
	font-size: 72px !important;
}
.fz73 {
	font-size: 73px !important;
}
.fz74 {
	font-size: 74px !important;
}
.fz75 {
	font-size: 75px !important;
}
.fz76 {
	font-size: 76px !important;
}
.fz77 {
	font-size: 77px !important;
}
.fz78 {
	font-size: 78px !important;
}
.fz79 {
	font-size: 79px !important;
}
.fz80 {
	font-size: 80px !important;
}
.fz81 {
	font-size: 81px !important;
}
.fz82 {
	font-size: 82px !important;
}
.fz83 {
	font-size: 83px !important;
}
.fz84 {
	font-size: 84px !important;
}
.fz85 {
	font-size: 85px !important;
}
.fz86 {
	font-size: 86px !important;
}
.fz87 {
	font-size: 87px !important;
}
.fz88 {
	font-size: 88px !important;
}
.fz89 {
	font-size: 89px !important;
}
.fz90 {
	font-size: 90px !important;
}
/* Provides center alignment */
.text-center {
	text-align: center;
}
/* Fix scrolling */
.is-scroll-disabled {
	overflow: hidden;
}
/* Clear floats */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.invertcolor {
	background-color: #000000;
}
.invertcolor, .invertcolor a {
	color: #ffffff;
}
html, body {
	font-family: "Avenir-Light", sans-serif;
	font-size: 18px;
	line-height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	color: #000000;
}
body {
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #000000;
}
.inverse-color {
	background-color: #020202;
}
.pattern {
	background-image: url('../images/demo/pattern.jpg');
	background-repeat: repeat;
	background-position: center center;
}
.form-group {
	margin-bottom: 30px;
}
input:focus, button:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
button {
	cursor: pointer;
	border: none;
	background-color: transparent;
}
strong {
	font-weight: 700;
	
	/*font-family: "Avenir-Black", sans-serif;font-family: "Avenir-Black";*/
}
.listato-disco strong{
	font-family: "TrajanPro";
	color:#a10a02;
	font-size: 16px;
}
.listato-disco strong::after {
    content: " | ";
}
.listato-disco a{
	color: #282828;
}
.tabs-right &gt; li.active &gt; a, .tabs-right &gt; li.active &gt; a:focus, .tabs-right &gt; li.active &gt; a:hover {
    background: #e3c9c7 none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    border-left-color: transparent;
}
.tabs-right {
    border-left: 1px solid #fff !important;
}
.tabs-right &gt; li &gt; a {
    border-radius: 4px!important;
}
input, textarea {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid;
	font-size: 14px;
	width: 100%;
	height: 40px;
}
input[type="radio"], input[type="checkbox"] {
	width: auto !important;
	height: 15px !important;
}
textarea {
	height: 130px;
}
.pretitle {
	/*font-family: "Cinzel", serif;*/
	font-family: "Avenir-Light";
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0;
	color: #000000;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
}
@media (min-width: 768px) {
.pretitle {
	font-size: 18px;
	line-height: 18px;
}
}
.inverse-color .pretitle {
	color: #ffffff;
}
.title {
	font-family: "TrajanPro";
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 8.5px;
	color: #a10a02;
	font-size: 30px;
	line-height: 30px;
}
@media (min-width: 768px) {
.title {
	font-size: 40px;
	line-height: 40px;
}
}
.title.invert {
	color: #ffffff;
}
.title.big {
	font-size: 96px;
	line-height: 80px;
	margin-top: 16px;
	letter-spacing: 9.5px;
}
.title-text {
	font-family: "TrajanPro";
	font-size: 26px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
	color: #a10a02;
}
.title.small {
	font-family: "TrajanPro";
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #ca9f2b;
}
.title.post {
	font-family: "TrajanPro";
	font-size: 25px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 4.3px;
	text-transform: uppercase;
	text-align: left;
	color: #be1212;
	margin: 10px 0;
}
.title.post-detail {
	font-family: "TrajanPro";
	font-size: 34px;
	font-weight: 300;
	line-height: 50px;
	letter-spacing: 7.7px;
	text-transform: uppercase;
	text-align: left;
	color: #be1212;
	margin: 25px 0 15px;
}
.col-contact .title.small {
	/*font-family: "Avenir-Light", sans-serif;*/
	font-family: "TrajanPro";
	;
	font-weight: 400;
	color: #ffffff;
	font-size: 18px;
}
.subtitle {
	font-style: italic;
	font-size: 16px;
	color: #000000;
	letter-spacing: 4.8px;
	text-align: center;
	line-height: 30px;
}
.subtitle.small {
	font-size: 13px;
	font-weight: 300;
}
p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom:20px;
}
p i {
	font-style: italic;
}
p b, p strong {
	font-weight: 700;
	/*font-family: "Avenir-Black";*/
}
.inverse-color p {
	color: #ffffff;
}
p.quote-post {
	font-style: italic;
	color: #a10a02;
	line-height: 33px !important;
	font-size: 18px;
	margin: 57px 40px 65px;
	border-left: 3px solid #D6D6D6;
	padding: 10px 0 10px 20px;
}
.flickity-page-dots .dot {
	background-color: #393939;
	margin: 0 5px;
	width: 10px;
	height: 10px;
}
.flickity-page-dots .dot.is-selected {
	background-color: #a10a02;
}
.no-gutter &gt; [class*='col-'] {
 padding-right: 0;
 padding-left: 0;
}
.overlay {
	background: transparent url("../images/overlay-01.png");
	opacity: 0.2;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/*------------------------------------------------------------------
[2. Grid / #grid]
*/
/**
 * Bootstrap No-Gutter Grid
 */
.row-no-gutter {
	margin-right: 0;
	margin-left: 0;
}
.row-no-gutter [class^="col-"], .row-no-gutter [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}
.container-small {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.full-width .container {
	width: 100%;
	max-width: 100%;
	padding: 0px;
}
.full-width .container .row {
	margin-left: 0px;
	margin-right: 0px;
}
.full-width .container [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}
@media (min-width: 1600px) {
.section.discography .container {
	width: 100%;
	padding: 0 58px;
	max-width: 1900px;
}
}
.section.discography .row {
	margin-left: 0px;
	margin-right: 0px;
}
.section.discography .row .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}
.upcomming-events {
	padding: 0 12px;
}
.upcomming-events .container {
	margin: 0 auto;
	max-width: 1500px;
	width: auto;
}
.upcomming-events [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
@media (min-width: 1600px) {
.section.biography .container {
	width: 1550px;
}
}
@media (min-width: 1600px) {
.section.player-album .container {
	width: 1500px;
}
}
@media (min-width: 1600px) {
.section.blog .container {
	width: 1420px;
}
}

.last-media .container {
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	max-width: 800px;
	width: auto;
	padding: 0;
}
@media (min-width: 1200px) {
.last-media .container {
	max-width: 1200px;
}
}
@media (min-width: 1600px) {
.last-media .container {
	max-width: 1480px;
}
}
@media (min-width: 1600px) {
.section.contact .container {
	width: 1030px;
}
}
@media (min-width: 1600px) {
body.page-shop .container {
	width: 1519px;
}
body.page-shop .container [class^="col-"], body.page-shop .container [class*=" col-"] {
	padding: 0 19px;
}
}
@media (min-width: 1600px) {
.section.featured-artists .container {
	width: 1575px;
}
.section.featured-artists .container .row {
	margin-left: -30px;
	margin-right: -30px;
}
.section.featured-artists .container .row .col-md-3 {
	padding-left: 30px;
	padding-right: 30px;
}
}
.section.featured-artists .container .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}
.col-contact {
	margin-top: 20px;
}
@media (min-width: 768px) {
.col-contact {
	padding-left: 20px;
}
}
@media (min-width: 992px) {
.col-contact {
	padding-left: 50px;
}
}
@media (max-width: 991px) {
.comingsoon.intro {
	height: 800px;
}
}
@media (max-width: 991px) {
.comingsoon .slides-container img {
	max-width: none !important;
	height: 100% !important;
	width: auto !important;
}
}
/*------------------------------------------------------------------
[3. Header / #header]
*/
header {
	width: 100%;
	top: 0;
	z-index: 5;
	background-color: #0a0a0a;
}
@media (min-width: 992px) {
header {
	position: absolute;
	top: 10px;
	background-color: transparent;
}
}
@media (min-width: 1600px) {
header {
	top: 16px;
}
}
header.overflow {
	top: -100px;
	left: 0px;
	background-color: #0a0a0a !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
	transition: all 0.3s ease-in;
	-webkit-font-smoothing: antialiased;
}
header.overflow .navbar-default .navbar-nav {
	margin: 0;
}
header.overflow .navbar {
	min-height: 42px;
}
@media (min-width: 992px) {
header.overflow .navbar {
	padding: 20px 0;
}
}
header.overflow .navbar-brand {
	height: auto;
	padding: 7px 18px 0;
}
@media (min-width: 1200px) {
header.overflow .navbar-brand {
	padding: 8px 55px 0;
}
}
header.overflow.fixed {
	top: 0px;
	/*position: fixed;*/
	z-index: 99999;
}
@media (max-width: 767px) {
header .navbar-brand {
	max-width: calc(100% - 60px);
	max-height: 52px;
	padding: 9px 15px 0;
}
}
@media (min-width: 768px) {
header .navbar-brand {
	padding: 9 15px;
	height: auto;
}
}
@media (min-width: 992px) {
header .navbar-brand {
	/*padding: 20px 22px 22px 22px;*/
	padding:20px 0 20px 10px;
}
}
@media (min-width: 1200px) {
header .navbar-brand {
	padding: 20px 22px 22px 55px;
}
}
header .navbar-brand img {
	max-height: 100%;
}
@media (min-width: 1600px) {
header .navbar-collapse {
	padding-left: 55px;
	padding-right: 55px;
}
}
/*------------------------------------------------------------------
[3. Navigation / #navbar]
*/
@media (min-width: 992px) {
.navbar-default .navbar-nav {
	margin: 20px 0 15px;
}
}
.navbar-default .navbar-nav &gt; li &gt; a {
	font-size: 22px;
	text-transform: lowercase;
	padding: 10px 12px;
	color: #fff;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
@media (min-width: 992px) {
.navbar-default .navbar-nav &gt; li &gt; a {
	margin: 0 2px;
}
}
@media (min-width: 1600px) {
.navbar-default .navbar-nav &gt; li &gt; a {
	margin: 0 16px;
}
}
/*--------------------------------------------------------------puntino nel menu-----------------------------------------------------------------*/

/*@media (min-width: 992px) {
.navbar-default .navbar-nav &gt; li &gt; a:before {
	content: "";
	width: 2px;
	height: 2px;
	background-color: #a10a02;
	display: block;
	position: absolute;
	bottom: 12px;
	right: 9px;
}
.navbar-default .navbar-nav &gt; li &gt; a:after {
	content: "";
	width: 100%;
	height: 2px;
	bottom: 0;
	background-color: transparent;
	display: block;
	left: 50%;
	position: absolute;
	-webkit-transition: width .3s ease 0s, left .3s ease 0s;
	-o-transition: width .3s ease 0s, left .3s ease 0s;
	transition: width .3s ease 0s, left .3s ease 0s;
	width: 0;
}
}*/
.navbar-default .navbar-nav &gt; li &gt; a:focus {
	color: #ffffff;
}
.navbar-default .navbar-nav &gt; li.active &gt; a, .navbar-default .navbar-nav &gt; li.active &gt; a:hover, .navbar-default .navbar-nav &gt; li.active &gt; a:focus, .navbar-default .navbar-nav &gt; li &gt; a:hover {
	color: #a10a02;
	
}
.navbar-default .navbar-nav &gt; li.active &gt; a:after, .navbar-default .navbar-nav &gt; li.active &gt; a:hover:after, .navbar-default .navbar-nav &gt; li.active &gt; a:focus:after, .navbar-default .navbar-nav &gt; li &gt; a:hover:after {
	width: 100%;
	left: 0;
}
@media only screen and (max-width: 768px) {
.navbar-default .navbar-nav.navbar-right:last-child {
	margin-right: 0;
}
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #eaeaea;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #a10a02;
}
.navbar-default .navbar-collapse {
	max-height: 380px;
}
@media only screen and (max-width: 767px) {
.navbar-default .navbar-collapse {
	background-color: rgba(10, 10, 10, 0.9);
	text-align: center;
}
}
@media (max-width: 990px) {
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	background-color: rgba(10, 10, 10, 0.9);
	text-align: center;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin: 7.5px -15px;
}
.navbar-nav &gt; li {
	float: none;
}
.navbar-nav &gt; li &gt; a {
	padding-top: 10px;
	padding-bottom: 10px;
}
}
/*------------------------------------------------------------------
[4. Footer / #footer]
*/
footer {
	background-color: #111010;
	color: #ffffff;
	text-transform: uppercase;
	padding: 35px 45px;
	position: relative;
	overflow: hidden;
}
footer p.copy {
	/*float: left;*/
	font-size: 13px;
	letter-spacing: -0.5px;
}
footer p.copy a{
	color:#fff;
}


/*footer ul.menu-footer {
	float: right;
}*/
footer ul.menu-footer li {
	display: inline-block;
	font-size: 13px;
	letter-spacing: -0.5px;
}
footer ul.menu-footer li:not(:last-child):after {
	content: ".";
	margin: 0 1px 0 7px;
}
footer ul.menu-footer li, footer ul.menu-footer li a {
	color: #ffffff;
}
/*------------------------------------------------------------------
[6. Components]
*/
/*------------------------------------------------------------------
[6.01. intro]
*/
.intro {
	background-color: #000000;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	height: 100%;
	/*min-height: 540px;*/
	min-height: 620px;
}
@media (min-width: 768px) {
.intro {
	height: calc(100% - 100px);
}
.intro.full-height {
	height: 100%;
}
}
.intro .container, .intro .row, .intro .col-md-12, .intro .playerVideo {
	height: 100%;
}
.intro &gt; div, .intro .vcenter {
	width: 100%;
}
.intro .text-overlay {
	position: absolute;
	z-index: 4;
}
.intro .text-overlay .logo-intro {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.loaded .intro .text-overlay .logo-intro {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.intro .text-overlay .primary-title, .intro .text-overlay .subtitle-text, .intro .text-overlay .coming-title {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.loaded .intro .text-overlay .primary-title, .loaded .intro .text-overlay .subtitle-text, .loaded .intro .text-overlay .coming-title {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
@media (max-width: 767px) {
.intro .text-overlay {top: 60px;}
.title {font-size: 22px;}
.title.small {text-align: center;}
.section.contact{text-align: center;}
.text{text-align: center;}
}
.intro .slides-pagination {
	display: none;
	bottom: 150px;
}
.intro.intro-mini {
	height: auto;
	min-height: 0;
	background-size: cover;
	background-position: center;
}
.intro.intro-mini .text-center {
	margin-top: 215px;
	margin-bottom: 50px;
}
.intro.intro-mini .text-center .subtitle-text {
	margin-top: 20px;
}
.intro .play-video {
	display: none;
	position: absolute;
	width: 100px;
	height: 100px;
	margin: -50px 0px 0px -50px;
	color: #fff;
	font-size: 75px;
	text-align: center;
	line-height: 65px;
	text-indent: -9999999px;
	background: url('../images/play.png') center center no-repeat rgba(0, 0, 0, 0.5);
	z-index: 9999999;
	left: 50px;
	bottom: 0;
}
.intro .play-video.playing {
	background: url('../images/pause.png') center center no-repeat rgba(0, 0, 0, 0.5);
}
.intro .playerVideo:hover .play-video {
	display: block;
}
.primary-title {
	font-weight: 300;
	font-family: "TrajanPro";
	color: #eaeaea;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 5px;
}
@media (min-width: 992px) {
.primary-title {
	font-size: 100px;
	line-height: 90px;
	letter-spacing: 20px;
}
}
.coming-title {
	font-weight: 700;
	text-transform: uppercase;
	color: #eaeaea;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 10px;
}
@media (min-width: 768px) {
.coming-title {
	font-size: 50px;
	letter-spacing: 8.4px;
	line-height: 88px;
}
}
.subtitle-text {
	font-weight: 300;
	/*color: #a10a02;*/
	font-family: "Avenir-Light",sans-serif;
	color: #fff;
	margin: 20px 0px;
	font-size: 25px;
	line-height: 25px;
}
@media (min-width: 768px) {
.subtitle-text {
	/*font-size: 30px;*/
	line-height: 30px;
}
}
.text-preplayer {
	font-weight: 700;
	text-transform: uppercase;
	color: #eaeaea;
	font-size: 14px;
	letter-spacing: 3.2px;
	margin-bottom: 21px;
}
#owl-main-text {
	height: 100px;
}
/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom 0.8s ease-in-out both;
	-moz-animation: scaleUpFrom 0.8s ease-in-out both;
	animation: scaleUpFrom 0.8s ease-in-out both;
}
.owl-fadeUp-out {
	-webkit-animation: scaleUpTo 0.3s ease-in-out both;
	-moz-animation: scaleUpTo 0.3s ease-in-out both;
	animation: scaleUpTo 0.3s ease-in-out both;
}
@-webkit-keyframes scaleUpFrom {
 from {
 opacity: 0;
 margin-top: 40px;
}
}
@-moz-keyframes scaleUpFrom {
 from {
 opacity: 0;
 margin-top: 40px;
}
}
@keyframes scaleUpFrom {
 from {
 opacity: 0;
 margin-top: 40px;
}
}
@-webkit-keyframes scaleUpTo {
 to {
 opacity: 0;
 margin-top: 40px;
}
}
@-moz-keyframes scaleUpTo {
 to {
 opacity: 0;
 margin-top: 40px;
}
}
@keyframes scaleUpTo {
 to {
 opacity: 0;
 margin-top: 40px;
}
}
/*------------------------------------------------------------------
[6.02. loader]
*/
#mask {
	background-color: #000;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 100000;
}
.loader {
	position: absolute;
	width: 96px;
	height: 41px;
	margin: -20px 0 0 -48px;
	top: 50%;
	left: 50%;
}
.cssload-container *, .cssload-container *:before, .cssload-container *:after {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cssload-container {
	margin: auto;
	width: 96px;
	height: 41px;
}
.cssload-container &gt; div {
	float: left;
	background: #a10a02;
	height: 100%;
	width: 7px;
	margin-right: 1px;
	display: inline-block;
}
.cssload-container .cssload-shaft1 {
	animation-delay: 0.06s;
	-o-animation-delay: 0.06s;
	-ms-animation-delay: 0.06s;
	-webkit-animation-delay: 0.06s;
	-moz-animation-delay: 0.06s;
}
.cssload-container .cssload-shaft2 {
	animation-delay: 0.12s;
	-o-animation-delay: 0.12s;
	-ms-animation-delay: 0.12s;
	-webkit-animation-delay: 0.12s;
	-moz-animation-delay: 0.12s;
}
.cssload-container .cssload-shaft3 {
	animation-delay: 0.17s;
	-o-animation-delay: 0.17s;
	-ms-animation-delay: 0.17s;
	-webkit-animation-delay: 0.17s;
	-moz-animation-delay: 0.17s;
}
.cssload-container .cssload-shaft4 {
	animation-delay: 0.23s;
	-o-animation-delay: 0.23s;
	-ms-animation-delay: 0.23s;
	-webkit-animation-delay: 0.23s;
	-moz-animation-delay: 0.23s;
}
.cssload-container .cssload-shaft5 {
	animation-delay: 0.29s;
	-o-animation-delay: 0.29s;
	-ms-animation-delay: 0.29s;
	-webkit-animation-delay: 0.29s;
	-moz-animation-delay: 0.29s;
}
.cssload-container .cssload-shaft6 {
	animation-delay: 0.35s;
	-o-animation-delay: 0.35s;
	-ms-animation-delay: 0.35s;
	-webkit-animation-delay: 0.35s;
	-moz-animation-delay: 0.35s;
}
.cssload-container .cssload-shaft7 {
	animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
}
.cssload-container .cssload-shaft8 {
	animation-delay: 0.46s;
	-o-animation-delay: 0.46s;
	-ms-animation-delay: 0.46s;
	-webkit-animation-delay: 0.46s;
	-moz-animation-delay: 0.46s;
}
.cssload-container .cssload-shaft9 {
	animation-delay: 0.52s;
	-o-animation-delay: 0.52s;
	-ms-animation-delay: 0.52s;
	-webkit-animation-delay: 0.52s;
	-moz-animation-delay: 0.52s;
}
.cssload-container .cssload-shaft10 {
	animation-delay: 0.58s;
	-o-animation-delay: 0.58s;
	-ms-animation-delay: 0.58s;
	-webkit-animation-delay: 0.58s;
	-moz-animation-delay: 0.58s;
}
.cssload-container {
	height: 55px;
}
.cssload-container &gt; div {
	position: relative;
	bottom: 0;
	margin-top: 48px;
	height: 7px;
	animation: cssload-wave 1.73s infinite ease-in-out;
	-o-animation: cssload-wave 1.73s infinite ease-in-out;
	-ms-animation: cssload-wave 1.73s infinite ease-in-out;
	-webkit-animation: cssload-wave 1.73s infinite ease-in-out;
	-moz-animation: cssload-wave 1.73s infinite ease-in-out;
}
.cssload-container .shaft1 {
	animation-delay: -1.73s;
	-o-animation-delay: -1.73s;
	-ms-animation-delay: -1.73s;
	-webkit-animation-delay: -1.73s;
	-moz-animation-delay: -1.73s;
}
.cssload-container .shaft2 {
	animation-delay: -1.61s;
	-o-animation-delay: -1.61s;
	-ms-animation-delay: -1.61s;
	-webkit-animation-delay: -1.61s;
	-moz-animation-delay: -1.61s;
}
.cssload-container .shaft3 {
	animation-delay: -1.5s;
	-o-animation-delay: -1.5s;
	-ms-animation-delay: -1.5s;
	-webkit-animation-delay: -1.5s;
	-moz-animation-delay: -1.5s;
}
.cssload-container .shaft4 {
	animation-delay: -1.38s;
	-o-animation-delay: -1.38s;
	-ms-animation-delay: -1.38s;
	-webkit-animation-delay: -1.38s;
	-moz-animation-delay: -1.38s;
}
.cssload-container .shaft5 {
	animation-delay: -1.27s;
	-o-animation-delay: -1.27s;
	-ms-animation-delay: -1.27s;
	-webkit-animation-delay: -1.27s;
	-moz-animation-delay: -1.27s;
}
.cssload-container .shaft6 {
	animation-delay: -1.15s;
	-o-animation-delay: -1.15s;
	-ms-animation-delay: -1.15s;
	-webkit-animation-delay: -1.15s;
	-moz-animation-delay: -1.15s;
}
.cssload-container .shaft7 {
	animation-delay: -1.04s;
	-o-animation-delay: -1.04s;
	-ms-animation-delay: -1.04s;
	-webkit-animation-delay: -1.04s;
	-moz-animation-delay: -1.04s;
}
.cssload-container .shaft8 {
	animation-delay: -0.92s;
	-o-animation-delay: -0.92s;
	-ms-animation-delay: -0.92s;
	-webkit-animation-delay: -0.92s;
	-moz-animation-delay: -0.92s;
}
.cssload-container .shaft9 {
	animation-delay: -0.81s;
	-o-animation-delay: -0.81s;
	-ms-animation-delay: -0.81s;
	-webkit-animation-delay: -0.81s;
	-moz-animation-delay: -0.81s;
}
.cssload-container .shaft10 {
	animation-delay: -0.69s;
	-o-animation-delay: -0.69s;
	-ms-animation-delay: -0.69s;
	-webkit-animation-delay: -0.69s;
	-moz-animation-delay: -0.69s;
}
.cssload-container .shaft11 {
	animation-delay: -0.58s;
	-o-animation-delay: -0.58s;
	-ms-animation-delay: -0.58s;
	-webkit-animation-delay: -0.58s;
	-moz-animation-delay: -0.58s;
}
@keyframes cssload-wave {
 50% {
 height: 100%;
 margin-top: 0;
 background: #765c18;
}
}
@-o-keyframes cssload-wave {
 50% {
 height: 100%;
 margin-top: 0;
 background: #765c18;
}
}
@-ms-keyframes cssload-wave {
 50% {
 height: 100%;
 margin-top: 0;
 background: #765c18;
}
}
@-webkit-keyframes cssload-wave {
 50% {
 height: 100%;
 margin-top: 0;
 background: #765c18;
}
}
@-moz-keyframes cssload-wave {
 50% {
 height: 100%;
 margin-top: 0;
 background: #765c18;
}
}
/*------------------------------------------------------------------
[6.03. forms]
*/
.section.contact {
	background-size: cover;
	background-position: center center;
 }

form.contact-form {
	position: relative;
}
form.contact-form label {
	color: #ffffff !important;
}
form.contact-form input, form.contact-form textarea {
	color: #ffffff;
	border-color: rgba(222, 222, 222, 0.2);
}
form.contact-form input[type=submit], form.contact-form textarea[type=submit] {
	margin-top: 20px;
}
form.newsletter-form {
	max-width: 612px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
form.newsletter-form input {
	color: #ffffff;
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 3.2px;
}
form.newsletter-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}
form.newsletter-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
form.newsletter-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
form.newsletter-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
form.newsletter-form input[type=submit] {
	color: #ffffff;
}
form.newsletter-form .form-group {
	margin-bottom: 30px;
	width: 450px;
	float: left;
}
@media (max-width: 767px) {
form.newsletter-form .form-group {
	width: 100%;
	padding: 0 10px;
}
}
/*------------------------------------------------------------------
[6.04. list-horizontal-links]
*/
.list-horizontal-links {
	margin-top: 26px;
	font-style: italic;
	font-size: 16px;
	color: #000000;
	letter-spacing: 3.7px;
	line-height: 40px;
	text-align: center;
}
.list-horizontal-links li {
	display: inline-block;
}
.list-horizontal-links li a {
	color: #000000;
	position: relative;
}
.list-horizontal-links li a:after {
	content: "";
	display: block;
	width: 25px;
	height: 1px;
	border-bottom: 2px solid #000000;
	margin: 0 12px 3px;
	position: absolute;
	left: calc(50% - 25px);
	bottom: -13px;
	border-color: transparent;
	left: calc(50% - 12px);
	-webkit-transition: width .3s ease 0s, left .3s ease 0s;
	-o-transition: width .3s ease 0s, left .3s ease 0s;
	transition: width .3s ease 0s, left .3s ease 0s;
	width: 0;
}
.list-horizontal-links li a:hover, .list-horizontal-links li a:focus {
	text-decoration: none;
}
.list-horizontal-links li a:hover:after, .list-horizontal-links li a:focus:after {
	width: 25px;
	border-color: #000000;
	left: calc(50% - 25px);
}
.list-horizontal-links li:not(:last-child):after {
	content: "/";
	margin: 0 10px 0 15px;
}
/*------------------------------------------------------------------
[6.05. separator]
*/
.separator {
	height: 2px;
	width: 25px;
	background-color: #000000;
	margin: 30px auto 20px;
}
/*------------------------------------------------------------------
[6.06. button]
*/
.btn {
	/*font-family: "Avenir-Light", sans-serif;*/
	font-family: "Avenir-Black";
	color: #000000;
	padding: 16px 55px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	line-height: 14px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
.btn.rounded {
	background-color: #a10a02;
	color: #ffffff;
	border: none;
	height: 41px;
	font-style: normal;
	width: auto;
	padding: 13px 54px 10px 54px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: normal;
	border-radius: 20px;
}
.btn.rounded:hover {
	background-color: #b2b9bc;
}
.btn.rounded.unactive {
	background-color: #B7B7B7;
	color: #7D7D7D;
	cursor: default;
}
.btn.rounded.unactive i {
	color: #5A5A5A;
}
.btn.border {
	border: 2px solid;
	background: transparent;
	padding-top: 12px !important;
}
.btn.border:hover {
	background-color: #b2b9bc;
	border-color: #b2b9bc;
}
.btn.border-inverse {
	border: 2px solid;
	background: transparent;
	border-color: #303030;
	color: #303030;
	padding-top: 12px !important;
}
.btn.border-inverse:hover {
	background-color: #b2b9bc;
	border-color: #b2b9bc;
}
.btn.icon {
	padding: 13px 35px 10px 35px;
}
input.btn.rounded {
	padding-top: 11px;
}
.btn-default {
	color: #000000;
	background-color: transparent;
	border-color: #000000;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
	color: #000000;
	background-color: transparent;
	border-color: #000000;
}
.btn-invert {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}
.btn-invert:hover, .btn-invert:focus, .btn-invert:active, .btn-invert.active {
	color: #ffffff;
	background-color: #a10a02;
	border-color: #a10a02;
}
.close-btn {
	background-image: url('../images/close-ajax.png');
	width: 38px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: center;
}
.fancybox-prev span, .fancybox-next span, .fancybox-close {
	background-image: none;
}
.fancybox-close {
	width: 40px;
	height: 51px;
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-webkit-transform: rotate(45deg);
	/* Chrome, Safari, Opera */
	transform: rotate(45deg);
	padding: 0 25px;
	top: -60px;
	right: -60px;
}
.fancybox-close:before {
	content: "";
	background: #ffffff;
	height: 50px;
	position: relative;
	width: 1px;
	display: block;
}
.fancybox-close:after {
	content: "";
	background: #ffffff;
	height: 1px;
	left: 0;
	position: absolute;
	top: 25px;
	width: 50px;
}
.fancybox-prev span:before, .fancybox-next span:before {
	content: "";
	background: #ffffff;
	height: 30px;
	position: relative;
	width: 1px;
	display: block;
}
.fancybox-prev span:after, .fancybox-next span:after {
	content: "";
	background: #ffffff;
	height: 1px;
	left: 0;
	position: absolute;
	top: 29px;
	width: 30px;
}
.fancybox-prev span {
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-webkit-transform: rotate(45deg);
	/* Chrome, Safari, Opera */
	transform: rotate(45deg);
}
.fancybox-next span {
	-ms-transform: rotate(-132deg);
	/* IE 9 */
	-webkit-transform: rotate(-132deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-132deg);
}
/*------------------------------------------------------------------
[6.07. slider-intro]
*/
.slider-intro {
	height: 100%;
}
.slider-intro .flickity-viewport {
	height: 100% !important;
}
.slider-intro .gallery-cell {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.slider-intro .gallery-cell &gt; div {
	width: 100%;
	text-align: center;
	margin-top: 100px;
}
@media (min-width: 768px) {
.slider-intro .gallery-cell &gt; div {
	margin-top: 0px;
}
}
.slider-intro .flickity-page-dots {
	bottom: 19px;
	z-index: 1;
}
.slider-intro .flickity-page-dots .dot {
	background-color: transparent;
	border: 1px solid #fff;
	width: 12px;
	height: 12px;
	margin: 0px 5px;
	opacity: 0.50;
}
.slider-intro .flickity-page-dots .dot:hover, .slider-intro .flickity-page-dots .dot.is-selected {
	opacity: 1;
}
.slider-intro.dots-right .flickity-page-dots {
	text-align: right;
	padding-right: 15px;
}
.slider-intro #slides {
	width:100% !important;
}
.grid .gallery {
	height: 700px;
}
/*------------------------------------------------------------------
[6.08. player]
*/
.player {
	position: relative;
}
.player.horizontal {
	background-color: #151518;
	overflow: hidden;
}
.intro .player.horizontal {
	background-color: transparent;
}
@media (min-width: 768px) {
.player.horizontal {
	height: 100px;
}
}
.player.horizontal .container {
	background-color: #151518;
	margin: 0 auto;
	max-width: 1010px;
	height: 100%;
	position: relative;
	padding: 0;
}
@media (min-width: 768px) {
.player.horizontal .container {
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
}
.player.horizontal .info-album-player {
	display: inline-block;
	padding: 10px 10px 10px 3px;
	border-right: 1px solid #333;
	text-align: center;
	float: left;
}
@media (min-width: 768px) {
.player.horizontal .info-album-player {
	width: 235px;
	text-align: left;
}
}
.player.horizontal .info-album-player .album-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
@media (min-width: 768px) {
.player.horizontal .info-album-player .album-cover {
	float: left;
	margin-right: 11px;
}
}
.player.horizontal .info-album-player .album-title {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 14px;
	margin-bottom: 5px;
	font-size: 14px;
	margin-top: 10px;
}
@media (min-width: 768px) {
.player.horizontal .info-album-player .album-title {
	margin-top: 26px;
}
}
.player.horizontal .info-album-player .artist-name {
	color: #cccccc;
	font-size: 12px;
	line-height: 12px;
}
.player.horizontal .player-content {
	position: relative;
}
@media (min-width: 768px) {
.player.horizontal .player-content {
	width: calc(100% - 235px);
	float: left;
}
}
.player.horizontal .audiojs {
	width: auto;
	display: inline-block;
	background: none;
	box-shadow: none;
	overflow: visible;
	margin-left: 62px;
	position: relative;
	top: 46px;
	font-family: "Avenir-Light", sans-serif;
}
@media (min-width: 768px) {
.player.horizontal .audiojs {
	width: calc(100% - 62px);
}
}
.player.horizontal .audiojs .play-pause {
	border: none;
	width: 64px;
	height: 64px;
	background: #a10a02;
	border-radius: 50%;
	position: relative;
	top: -28px;
	z-index: 1;
}
.player.horizontal .audiojs .play-pause p {
	width: auto;
	height: 55px;
}
.player.horizontal .audiojs .play-pause .play {
	background: url('../images/players-intro.png') 19px 18px no-repeat;
}
.player.horizontal .audiojs .play-pause .pause {
	background: url('../images/players-intro.png') 16px -41px no-repeat;
}
.player.horizontal .audiojs .play-pause .loading {
	background: url('../images/players-intro.png') 16px -219px no-repeat;
}
.player.horizontal .audiojs .scrubber, .player.horizontal .audiojs .loaded, .player.horizontal .audiojs .progress {
	border: 0;
	background-image: none;
	box-shadow: none;
	border-radius: 10px;
	height: 4px;
}
.player.horizontal .audiojs .scrubber {
	background-color: #2A2A2A;
	margin-left: 62px;
	margin-right: 0;
	width: calc(100% - 200px);
}
.player.horizontal .audiojs .loaded {
	background-color: #353535;
}
.player.horizontal .audiojs .progress {
	background-color: #a10a02;
}
.player.horizontal .audiojs .time {
	bottom: -50px;
	width: 100%;
	position: absolute;
	text-shadow: none;
	border: none;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
@media (min-width: 768px) {
.player.horizontal .audiojs .time {
	right: 75px;
	top: -13px;
	width: auto;
	bottom: auto;
}
}
.player.horizontal .audiojs .error-message {
	margin-left: 62px;
	height: auto;
	line-height: normal;
}
.player.horizontal .nextprev {
	position: relative;
	overflow: hidden;
	width: 152px;
	height: 27px;
	top: -7px;
	left: 17px;
}
@media (max-width: 767px) {
.player.horizontal .nextprev {
	top: -19px;
}
}
.player.horizontal .nextprev .next {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	text-align: left;
	direction: ltr;
	width: 40px;
	height: 27px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center -114px;
	background-image: url("../images/players-intro.png");
	background-size: contain;
	right: 0;
}
.player.horizontal .nextprev .prev {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	text-align: left;
	direction: ltr;
	width: 40px;
	height: 27px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center -173px;
	background-image: url("../images/players-intro.png");
	background-size: contain;
	left: 0;
}
.player.horizontal .nextprev .next, .player.horizontal .nextprev .prev {
	position: absolute;
	top: 0;
	background-size: auto;
	display: inline-block;
	cursor: pointer;
}
.player.horizontal .playlist {
	position: relative;
	top: 59px;
	left: 13px;
	font-size: 12px;
	line-height: normal;
}
@media (max-width: 767px) {
.player.horizontal .playlist {
	text-align: left;
}
}
@media (min-width: 768px) {
.player.horizontal .playlist {
	position: absolute;
	top: 33px;
	left: 186px;
}
}
.player.horizontal .playlist li {
	display: none;
}
.player.horizontal .playlist li.playing {
	display: block;
}
.player.horizontal .playlist a {
	color: #ffffff;
	text-transform: uppercase;
}
.player.horizontal .btnloop {
	cursor: pointer;
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	text-align: left;
	direction: ltr;
	width: 25px;
	height: 25px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center -234px;
	background-image: url("../images/players-intro.png");
	background-size: contain;
	background-size: auto;
	position: absolute;
	top: 37px;
	right: 37px;
	display: none;
}
@media (min-width: 768px) {
.player.horizontal .btnloop {
	display: block;
}
}
.player.horizontal .btnloop.active {
	background-position: center -349px;
}
/*------------------------------------------------------------------
[6.09. separator-icon]
*/
.separator-icon {
	text-align: center;
	font-size: 28px;
	color: #A8A8A8;
	margin: 0 auto;
	position: relative;
}
.separator-icon i {
	border: 2px solid rgba(222, 222, 222, 0.8);
	height: 55px;
	width: 55px;
	padding-top: 14px;
	border-radius: 50%;
	position: relative;
}
.separator-icon i.fa-ticket:before {
	top: -2px;
	position: relative;
}
.separator-icon i.fa-music:before {
	top: -6px;
	left: -1px;
	font-size: 20px;
	position: relative;
}
.separator-icon i.fa-picture-o:before {
	top: -3px;
	font-size: 24px;
	position: relative;
}
.separator-icon:after, .separator-icon:before {
	content: "";
	height: 2px;
	background-color: rgba(222, 222, 222, 0.8);
	width: 100px;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 26px;
}
.separator-icon:after {
	left: calc(50% + 28px);
}
.separator-icon:before {
	right: calc(50% + 27px);
}
.inverse-color .separator-icon i {
	border-color: rgba(222, 222, 222, 0.2);
}
.inverse-color .separator-icon:after, .inverse-color .separator-icon:before {
	background-color: rgba(222, 222, 222, 0.2);
}
/*------------------------------------------------------------------
[6.10. featured-artist]
*/
.featured-artists .gallery-cell {
	padding-left: 30px;
	padding-right: 30px;
	height: 380px;
}
@media (min-width: 768px) {
.featured-artists .gallery-cell {
	height: 450px;
}
}
@media (min-width: 992px) {
.featured-artists .gallery-cell {
	height: 360px;
}
}
@media (min-width: 1600px) {
.featured-artists .gallery-cell {
	height: 500px;
}
}
.featured-artists .flickity-page-dots {
	bottom: -60px;
}
.featured-artist {
	position: relative;
	padding: 7px 0;
	overflow: hidden;
}
@media (min-width: 768px) {
.featured-artist {
	padding: 15px 0;
}
}
@media (min-width: 992px) {
.featured-artist {
	padding: 0;
	max-width: 340px;
}
}
.featured-artist .image img {
	height: auto;
	width: 100%;
	display: block;
}
.featured-artist .rollover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(202, 158, 42, 0.9);
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}
.featured-artist .rollover .social {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	z-index: 1;
}
.featured-artist .rollover .social a {
	color: #fff;
	background-color: #000;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 15px 0 0 0;
	margin: 0;
	font-size: 100%;
	border: 0;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
.featured-artist .rollover .social a:hover {
	color: #a10a02;
}
.featured-artist .rollover .social li {
	display: block;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0);
}
.featured-artist .rollover .social li:not(:last-child) a {
	border-bottom: 1px solid #353535;
}
.featured-artist .rollover .text {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 35px 27px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.featured-artist .rollover .title-artist {
	font-family: "TrajanPro";
	color: #fff;
	font-size: 41px;
	text-transform: uppercase;
	max-width: 100px;
	line-height: 36px;
	margin-bottom: 14px;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
}
.featured-artist .rollover p {
	color: #fff;
	font-size: 16px;
	line-height: 25px;
}
.featured-artist:hover .rollover {
	opacity: 1;
}
.featured-artist:hover .rollover .social li {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.featured-artist:hover .rollover .social li:first-child {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.featured-artist:hover .rollover .social li:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.featured-artist:hover .rollover .social li:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.featured-artist:hover .rollover .text {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.featured-artist:hover .rollover .text .title-artist {
	opacity: 1;
}
/*------------------------------------------------------------------
[6.11. ico-links]
*/
ul.contact {
	margin: 10px 0 56px;
}
ul.contact i {
	color: #a10a02;
	width: 30px;
}
ul.contact i.fa-mobile {
	font-size: 26px;
	position: relative;
	top: 4px;
}
ul.contact li {
	margin: 15px 0;
	color: #ffffff;
}
/*------------------------------------------------------------------
[6.12. social]
*/
.social-links {
	margin-top: 10px;
}
.social-links li {
	display: inline-block;
}
.social-links a {
	color: #ffffff;
	border-radius: 2px;
	/*border: 1px solid rgba(222, 222, 222, 0.2);*/
	font-size: 22px;
	display: block;
	margin: 0 3px;
	text-align: center;
	width: 48px;
	padding: 10px 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
@media (min-width: 1200px) {
.social-links a {
	width: 45px;/*padding: 16px 0;*/
}
}
.social-links a:hover {
	background-color: #a10a02;
	border-color: #a10a02;
}
/*------------------------------------------------------------------
[6.13. list-posts]
*/
.photo-post {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;/*height: 200px;*/
}
@media (min-width: 768px) {
/*.photo-post {
	height: 465px;
}*/
}
@media (min-width: 992px) {
.photo-post {
	width: calc(100% - 40px);/*height: 377px;*/
}
}
p.date {
	text-align: center;
	position: absolute;
	top: 0;
	left: 15px;
	background-color: #a10a02;
	padding: 19px 19px 11px 19px;
}
p.date span {
	display: block;
	color: #ffffff;
}
p.date span.day {
	font-size: 35px;
	font-weight: 900;
	font-family: "Avenir-Black";
}
p.date span.month {
	text-transform: uppercase;
	font-size: 17px;
}
.post-item {
	position: relative;
	margin-bottom: 50px;
}
/*.list-posts {
	padding-bottom: 110px;
}*/
.list-posts p {
	line-height: 30px;
	color: #8b8b8b;
}
.list-posts .btn {
	margin-top: 20px;
}
@media (min-width: 1200px) {
.list-posts .btn {
	margin-top: 0px;
}
}
.list-posts .title.small span {
	color: #8b8b8b;
}
.content-lastnew {
	margin-top: 25px;
	max-width: 780px;
	margin: 0 15px 100px;
}
.content-lastnew iframe {
	max-width: 100%;
}
.content-lastnew:before {
	content: "";
	display: block;
	height: 50px;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.close-new {
	display: none;
}
.news-window .close-new, .open .close-new {
	display: inline-block;
}
.news-window .close-new {
	position: absolute;
	right: 0;
}
.open-new {
	display: inline-block;
}
.open .open-new {
	display: none;
}
/*------------------------------------------------------------------
[6.14. quote]
*/
.biography {
	background-size: cover;
	background-position: center center;
}
.biography img {
	margin: 0 auto;
	display: block;
}
.biography .description {
	width: 100%;
	padding: 20px 10px 0;
}
@media (min-width: 768px) {
.biography .description {
	float: right;
	width: 50%;
	padding-left: 20px;
}
}
@media (min-width: 1200px) {
.biography .description {
	float: none;
	width: auto;
	padding: 0;
}
}
.biography .description p {
	line-height: 30px;
}
.biography .description p:not(:last-child) {
	margin-bottom: 30px;
}
.quote {
	/*border: 10px solid #a10a02;*/
	position: relative;
	margin: 0;
	width: 100%;
	padding: 20px;
	float: none;
	font-family: "TrajanPro";
}
@media (min-width: 768px) {
.quote {
	/*padding: 36px 20px 30px 60px; paddin con il bordo rosso*/
	padding: 26px 30px 40px 100px;
	float: left;
	width: 50%;
}
}
@media (min-width: 1200px) {
.quote {
	max-width: 380px;
	margin-left: -20px;
	width: auto;
	left: -60px;
}
}
.quote p {
	font-size: 24px;
	letter-spacing: 5px;
	line-height: 32px;
}
.quote p.author {
	font-size: 19px;
	color: #be1212;
	letter-spacing: normal;
	margin-top: 20px;
}
.quote p.author:before {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #be1212;
	display: inline-block;
	margin: 0 2px;
	position: relative;
	top: -6px;
}
/*------------------------------------------------------------------
[6.15. discography]
*/
@media (min-width: 1600px) {
.carousel-discography {
	height: 460px;
}
}
.carousel-discography .gallery-cell {
	/*padding: 13px 13px 80px 13px;*/
	padding: 13px;
	height: 460px;
}
@media (min-width: 1200px) {
.carousel-discography .gallery-cell {
	height: 550px;
}
}
@media (min-width: 1600px) {
.carousel-discography .gallery-cell {
	width: 25%;
	height: 460px;
}
}
.carousel-discography .gallery-cell .cover .rollover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(161, 10, 2, 0.9);
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}
.carousel-discography .gallery-cell .cover .rollover i {
	color: #a10a02;
	position: absolute;
	background-color: #ffffff;
	text-align: center;
	padding-top: 21px;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	font-size: 26px;
	left: 50%;
	top: 100%;
	margin-left: -32px;
	margin-top: -32px;
	opacity: 0;
	transform: translateY(-50%);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.carousel-discography .gallery-cell .cover .rollover p {
	position: absolute;
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	text-align: center;
	width: 100%;
	top: 100%;
	/*margin-top: 48px; da rimettere in caso di icona soproa la scritta */
	font-size: 16px;
	font-weight: 500;
	opacity: 0;
	transform: translateY(-50%);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.carousel-discography .gallery-cell .cover .rollover p a {
	color: #fff !important;
}
.carousel-discography .gallery-cell .cover:hover {
	cursor: pointer;
}
.carousel-discography .gallery-cell .cover:hover .rollover {
	opacity: 1;
}
.carousel-discography .gallery-cell .cover:hover .rollover p, .carousel-discography .gallery-cell .cover:hover .rollover i {
	opacity: 1;
}
.carousel-discography .gallery-cell .cover:hover .rollover p {
	top: 53%;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.carousel-discography .gallery-cell .cover:hover .rollover i {
	top: 58%;
}
.info-album .cover {
	margin-bottom: 30px;
	position: relative;
}
.info-album .cover img {
	/*display: block;*/
	display: inline-block;
}
.info-album p {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}
.info-album p.album, .info-album p.artist {
	font-family: "TrajanPro";
	text-transform: uppercase;
	font-weight: 500;
	/*letter-spacing: 2.6px;*/
	line-height: 25px;
}
.info-album p.artist {
	font-weight: 400;
	color: #a10a02;
	padding-bottom: 5px;
}
.info-album p.album-list {
	color: #000000;
}
.info-album p.description {
	color: #8b8b8b;
}
.info-album .buyalbum {
	margin: 30px 0;
}
.info-album .links {
	text-align: center;
	font-size: 14px;
	font-weight: 800;
	line-height: 15px;
	text-transform: uppercase;
}
.info-album .links, .info-album .links a {
	color: #8b8b8b;
}
.info-album .links li {
	display: inline-block;
	margin: 0 3px;
}
.info-album .links li:not(:last-child):after {
	content: "|";
	margin-left: 6px;
}
/*------------------------------------------------------------------
[6.16. tweets]
*/
section.twitterfeed {
	padding-top: 90px;
	padding-bottom: 110px;
	background-size: cover !important;
}
@media (min-width: 1200px) {
section.twitterfeed {
	padding-top: 144px;
	padding-bottom: 140px;
}
}
section.twitterfeed i.fa {
	text-align: center;
	display: block;
	color: #ffffff;
	font-size: 55px;
	margin-bottom: 10px;
}
ul.slider-twitter li {
	text-align: center;
	width: 100%;
	overflow: hidden;
}
ul.slider-twitter .user a [data-scribe$="avatar"] {
	display: none;
}
ul.slider-twitter .user a [data-scribe$="name"] {
	display: none;
}
ul.slider-twitter .user a [data-scribe$="screen_name"] {
	display: block;
	text-transform: uppercase;
	color: #b2b9bc;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2.6px;
}
ul.slider-twitter .user a [data-scribe$="verified_badge"] {
	display: none;
}
ul.slider-twitter p.tweet {
	font-family: "Avenir-Light", sans-serif;
	padding: 0 20px;
	margin: 34px auto 45px;
	font-size: 27px;
	font-weight: 300;
	letter-spacing: -0.4px;
	max-width: 600px;
	line-height: 40px;
}
ul.slider-twitter p.tweet a {
	font-style: italic;
	color: #ffffff;
}
ul.slider-twitter p.timePosted {
	text-transform: uppercase;
}
ul.slider-twitter p.timePosted a {
	color: #ffffff;
}
ul.slider-twitter .flickity-page-dots {
	bottom: -15px;
}
ul.slider-twitter .flickity-page-dots .dot {
	width: 6px;
	height: 6px;
	background-color: #565656;
}
ul.slider-twitter .flickity-page-dots .dot.is-selected {
	width: 10px;
	height: 10px;
	background-color: #a10a02;
	position: relative;
	top: 2px;
}
/*------------------------------------------------------------------
[6.17. last-media]
*/
.last-media {
	/*border-top: 2px solid #b2b9bc;*/
	padding: 0 24px;
}
.last-media .filters {
	margin: 0 auto;
	text-align: center;
}
.last-media .filters-video {
	margin: 0 auto;
	text-align: center;
}
.last-media .filters li {
	display: inline-block;
	color: #ffffff;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	font-weight: 500;
	font-size: 12px;
	line-height: 10px;
	padding: 5px 0px;
	margin: 0;
}
.last-media .filters-video li {
	display: inline-block;
	color: #000;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	font-weight: 500;
	font-size: 12px;
	line-height: 10px;
	padding: 5px 0px;
	margin: 0;
}
@media (min-width: 768px) {
.last-media .filters li {
	margin: 0 10px;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	padding: 5px 15px;
}
.last-media .filters-video li {
	margin: 0 10px;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	padding: 5px 15px;
}
}
.last-media .filters li:hover {
	border-color: #b2b9bc;
	cursor: pointer;
}
.last-media .filters li.is-checked {
	border-color: #a10a02;
	cursor: default;
}
.last-media .thumbnails {
	margin: 0px auto;
	overflow: hidden;
	max-width: 800px;
}
.last-media .filters-video li:hover {
	border-color: #b2b9bc;
	cursor: pointer;
}
.last-media .filters-video li.is-checked {
	border-color: #a10a02;
	cursor: default;
}
.last-media .thumbnails-video {
	margin: 0px auto;
	overflow: hidden;
	max-width: 800px;
}
@media (min-width: 1200px) {
.last-media .thumbnails {
	max-width: 1200px;
}
.last-media .thumbnails-video {
	max-width: 1200px;
}
}
@media (min-width: 1600px) {
.last-media .thumbnails {
	max-width: 1480px;
}
.last-media .thumbnails-video {
	max-width: 1480px;
}
}
.last-media .thumbnails .thumbnail {
	width: 100%;
	position: absolute;
	display: block;
	overflow: hidden;
	background-color: #0a0a0a;
}
.last-media .thumbnails .thumbnail img {
	width: 100%;
}
.last-media .thumbnails .thumbnail .rollover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(161, 10, 2, 0.9);
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}
.last-media .thumbnails .thumbnail .rollover i {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	text-align: left;
	direction: ltr;
	width: 80px;
	height: 80px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url("../images/play-plus.png");
	background-size: contain;
	background-size: auto;
	position: absolute;
	text-align: center;
	left: 50%;
	margin-left: -40px;
	top: 100%;
	opacity: 0;
	transform: translateY(-50%);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.last-media .thumbnails .thumbnail .rollover i.video {
	background-position: top center;
}
.last-media .thumbnails-video .thumbnail {
	width: 100%;
	position: absolute;
	display: block;
	overflow: hidden;
	background-color: #fff;
}
.last-media .thumbnails-video .thumbnail img {
	width: 100%;
}
.last-media .thumbnails-video .thumbnail .rollover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(161, 10, 2, 0.9);
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}
.last-media .thumbnails-video .thumbnail .rollover i {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	text-align: left;
	direction: ltr;
	width: 80px;
	height: 80px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url("../images/play-plus.png");
	background-size: contain;
	background-size: auto;
	position: absolute;
	text-align: center;
	left: 50%;
	margin-left: -40px;
	top: 100%;
	opacity: 0;
	transform: translateY(-50%);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.last-media .thumbnails-video .thumbnail .rollover i.video {
	background-position: top center;
}
 @media (min-width: 768px) {
.last-media .thumbnails .thumbnail {
	width: 50%;
}
.last-media .thumbnails .thumbnail.small {
	width: 25%;
}
.last-media .thumbnails-video .thumbnail {
	width: 50%;
}
.last-media .thumbnails-video .thumbnail.small {
	width: 25%;
}
}
.last-media .thumbnails .thumbnail:hover .rollover {
	opacity: 1;
}
.last-media .thumbnails .thumbnail:hover .rollover i {
	opacity: 1;
}
.last-media .thumbnails .thumbnail:hover .rollover i {
	top: 50%;
}
.last-media .thumbnails-video .thumbnail:hover .rollover {
	opacity: 1;
}
.last-media .thumbnails-video .thumbnail:hover .rollover i {
	opacity: 1;
}
.last-media .thumbnails-video .thumbnail:hover .rollover i {
	top: 50%;
}
.last-media .loadmore {
	text-align: center;
}
.last-media #more-items {
	display: none;
}
/*------------------------------------------------------------------
[6.18. upcomming-events]
*/
.upcomming-events {
	padding: 0 12px;
}
.upcomming-events .upevent {
	text-align: center;
	color: #ffffff;
	margin-bottom: 12px;
}
@media (min-width: 768px) {
.upcomming-events .upevent {
	padding: 0px 12px 24px;
	width: 50%;
	margin-bottom: 0;
}
}
@media (min-width: 1200px) {
.upcomming-events .upevent {
	width: 33.333%;
}
}
.upcomming-events .upevent img {
	width: 100%;
}
.upcomming-events .upevent .contain {
	position: relative;
	overflow: hidden;
	background-color: #0a0a0a;
}
.upcomming-events .upevent .bg-image {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: opacity 0.25s, transform 0.35s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.upcomming-events .upevent .content {
	margin: 10px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 20px 20px 15px;
	position: relative;
	transition: border-color 0.25s ease-in-out;
}
@media (min-width: 768px) {
.upcomming-events .upevent .content {
	padding: 20px 50px 15px;
}
}
.upcomming-events .upevent:hover .content {
	border-width: 3px;
	border-color: #ffffff;
	padding: 18px 48px 13px;
}
.upcomming-events .upevent:hover .bg-image {
	opacity: 0.8;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}
.upcomming-events .upevent .date {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	line-height: normal;
}
.upcomming-events .upevent .date span {
	font-size: 15px;
}
.upcomming-events .upevent .separator {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	position: relative;
	margin: 18px auto 9px;
	width: auto;
	height: auto;
	background: transparent;
}
.upcomming-events .upevent .separator span {
	position: relative;
}
.upcomming-events .upevent .separator span:after, .upcomming-events .upevent .separator span:before {
	content: "";
	height: 2px;
	background-color: #ffffff;
	width: 50px;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 9px;
}
.upcomming-events .upevent .separator span:after {
	right: -60px;
}
.upcomming-events .upevent .separator span:before {
	left: -60px;
}
.upcomming-events .upevent .title {
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 15px;
	letter-spacing: 0;
	font-size: 44px;
	line-height: 43px;
}
@media (min-width: 992px) {
.upcomming-events .upevent .title {
	font-size: 60px;
	line-height: 55px;
}
}
.upcomming-events .upevent p {
	line-height: 27px;
}
.upcomming-events .upevent .buttons {
	margin: 30px 0;
}
.upcomming-events .upevent .buttons .btn {
	padding: 13px 35px 10px 35px;
	margin: 10px 0;
}
.upcomming-events .upevent .posted {
	text-transform: uppercase;
	font-size: 14px;
}
.upcomming-events .upevent .posted span {
	color: #aeaeae;
}
/*------------------------------------------------------------------
[6.19. disc-tracklist]
*/
.player-album {
	background-color: #ECEBEB;
}
.player-album.inverse-color {
	background-color: #211E1E;
}
.player-album.inverse-color .disc-tracklist li:not(.playing-track) .track-info p.track-title {
	color: #a10a02;
}
.player-album.inverse-color .disc-tracklist li:not(.playing) a:hover {
	background-color: #3D3D3D;
}
.player-album.inverse-color .disc-tracklist li:not(.playing) a:hover .track-info {
	border-color: #3D3D3D;
}
.player-album.inverse-color .disc-tracklist li:not(.playing) a:after {
	background: url("../images/player-inverse.png") 1px -1px no-repeat;
}
.player-album.inverse-color .disc-tracklist li.playing .track-info p.track-title {
	color: #363636;
}
.player-album.inverse-color .disc-tracklist li .track-info p.track-album {
	color: #EBDEDE;
}
.player-album.inverse-color .disc-tracklist li .track-info {
	border-bottom: 1px solid rgba(207, 207, 207, 0.25);
}
.player-album.inverse-color .info-album p.album-list {
	color: #EBDEDE;
}
.player-album.inverse-color .disc-tracklist .audiojs {
	background-color: #414141;
}
.player-album.inverse-color .disc-tracklist .audiojs .play {
	background: url("../images/play-inverse.png") 5px 5px no-repeat;
}
.player-album .info-album {
	width: 100%;
}
@media (min-width: 1600px) {
.player-album .info-album {
	width: 420px;
}
}
.player-album .container {
	position: relative;
}
.player-album .close-btn {
	position: absolute;
	right: 37px;
	cursor: pointer;
	top: 18px;
}
.disc-tracklist {
	overflow: hidden;
	position: relative;
}
.disc-tracklist ol.playlist0 {
	margin-bottom: 80px;
}
.disc-tracklist li {
	min-height: 90px;
	cursor: pointer;
	position: relative;
}
.disc-tracklist li a {
	padding-left: 90px;
	text-decoration: none;
	display: block;
}
.disc-tracklist li a:after {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 24px;
	right: 12px;
	background: url("../images/players-album.png") 1px -80px no-repeat;
}
.disc-tracklist li a:hover {
	background-color: #a10a02;
	background-color: #D9D9D9;
}
.disc-tracklist li a:hover .track-info {
	border-color: #a10a02;
	border-color: #D9D9D9;
}
.disc-tracklist li.playing a {
	background-color: #a10a02;
}
.disc-tracklist li.playing a:after {
	background-position: 1px -2px;
	right: auto;
	left: 22px;
}
.disc-tracklist li.playing a .track-info {
	border-color: #a10a02;
}
.disc-tracklist li.playing a .track-album, .disc-tracklist li.playing a .track-title {
	color: #ffffff;
}
.disc-tracklist li.playing.pause a:after {
	background-position: 1px -80px;
}
.disc-tracklist li .play-btns {
	display: none;
	position: absolute;
	top: 50px;
}
.disc-tracklist li .play-btns button {
	border: 1px solid;
	width: 50px;
	height: 50px;
}
.disc-tracklist li .play-btns button.btn-play {
	background: url("../images/players-album.png") 1px -80px no-repeat;
}
.disc-tracklist li .play-btns button.btn-pause {
	background: url("../images/players-album.png") 0 0 no-repeat;
}
.disc-tracklist li .track-info {
	border-bottom: 1px solid #CFCFCF;
	padding: 15px 0 14px;
	z-index: 1;
	position: relative;
}
.disc-tracklist li .track-info p {
	max-width: 230px;
	line-height: 30px;
	color: #000000;
}
.disc-tracklist li .track-info .track-title {
	font-weight: 700;
}
.disc-tracklist li .track-info .track-album {
	color: #8b8b8b;
}
.disc-tracklist li .audiojs .scrubber, .disc-tracklist li .audiojs .time, .disc-tracklist li .audiojs .error-message {
	display: none;
}
.disc-tracklist li .audiojs.playing {
	background-color: #a10a02;
}
.disc-tracklist li .audiojs.playing .scrubber, .disc-tracklist li .audiojs.playing .time, .disc-tracklist li .audiojs.playing .error-message {
	display: block;
}
.disc-tracklist li.playing-track {
	background-color: #a10a02;
}
.disc-tracklist li.playing-track p, .disc-tracklist li.playing-track p.track-album {
	color: #ffffff;
}
.disc-tracklist li.playing-track .audiojs {
	display: block;
}
.disc-tracklist .audiojs {
	display: none;
	position: absolute;
	top: 0;
	overflow: visible;
	background-image: none;
	background-color: #a10a02;
	background-color: #B4B2B2;
	box-shadow: none;
	width: 100%;
	font-family: "Avenir-Light", sans-serif;
	left: 0;
	height: 89px;
}
.disc-tracklist .audiojs .play-pause {
	display: none;
	border: none;
	width: 42px;
	padding: 0;
	margin: 20px;
}
.disc-tracklist .audiojs .scrubber, .disc-tracklist .audiojs .loaded, .disc-tracklist .audiojs .progress {
	border: 0;
	background-image: none;
	box-shadow: none;
	border-radius: 10px;
	height: 4px;
}
.disc-tracklist .audiojs .scrubber {
	background-color: rgba(255, 255, 255, 0.4);
	position: absolute;
	height: 4px;
	top: 33px;
	left: 75px;
	width: 595px;
	width: calc(100% - 135px);
	z-index: 9999;
	width: calc(100% - 110px);
	left: 40px;
}
.disc-tracklist .audiojs p {
	width: 100%;
}
.disc-tracklist .audiojs .loaded {
	background-color: rgba(255, 255, 255, 0.4);
}
.disc-tracklist .audiojs .progress {
	background-color: #ffffff;
}
.disc-tracklist .audiojs .time {
	position: absolute;
	text-shadow: none;
	border: none;
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 0;
	top: 20px;
	right: 50px;
}
.disc-tracklist .audiojs .play {
	background: url("../images/players-album.png") 1px -80px no-repeat;
}
.disc-tracklist .audiojs .pause {
	background: url("../images/players-album.png") 0 0 no-repeat;
}
.disc-tracklist .audiojs .loading {
	background: url("../images/players-album.png") 1px -180px no-repeat;
}
.disc-tracklist .audiojs .volumen {
	background: url("../images/players-album.png") 1px -262px no-repeat;
}
/*------------------------------------------------------------------
[6.20. tourdates]
*/
.tourdates .image-tour {
	width: 100%;
	background-size: cover;
	background-position: center center;
	display: block;
	height: 250px;
}
@media (min-width: 768px) {
.tourdates .image-tour {
	height: 500px;
}
}
@media (min-width: 1200px) {
.tourdates .image-tour {
	height: 790px;
}
}
.tour-info {
	height: 400px;
	padding: 0;
	margin-bottom: 90px;
}
@media (min-width: 768px) {
.tour-info {
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	height: 500px;
}
}
@media (min-width: 1200px) {
.tour-info {
	height: 790px;
}
}
.tour-info .flickity-viewport {
	height: 100% !important;
}
.tour-info .carousel-dates {
	width: 100%;
	height: 100%;
}
@media (min-width: 768px) {
.tour-info .carousel-dates {
	height: calc(100% - 100px);
}
}
.tour-info .gallery-cell {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.tour-info .vcenter {
	width: 100%;
	padding: 20px 15%;
}
@media (min-width: 768px) {
.tour-info .vcenter {
	padding: 0 15%;
}
}
@media (min-width: 1600px) {
.tour-info .vcenter {
	padding: 0 23%;
}
}
.tour-info p {
	text-align: center;
	color: #ffffff;
}
.tour-info p.name-tour {
	font-family: "TrajanPro";
	text-transform: uppercase;
	font-weight: 300;
	font-size: 43px;
	line-height: 40px;
	letter-spacing: 2px;
}
@media (min-width: 992px) {
.tour-info p.name-tour {
	font-size: 60px;
	line-height: 52px;
	letter-spacing: 6px;
}
}
@media (min-width: 1600px) {
.tour-info p.name-tour {
	font-size: 90px;
	line-height: 80px;
	letter-spacing: 15px;
}
}
.tour-info p.separator {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	margin: 5px auto;
	background: transparent;
	width: auto;
	height: auto;
	position: relative;
}
@media (min-width: 992px) {
.tour-info p.separator {
	margin: 14px auto;
}
}
@media (min-width: 1600px) {
.tour-info p.separator {
	margin: 14px auto 28px;
}
}
.tour-info p.separator:after, .tour-info p.separator:before {
	content: "";
	height: 2px;
	background-color: #ffffff;
	width: 25%;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 10px;
}
.tour-info p.separator:after {
	left: calc(50% + 28px);
}
.tour-info p.separator:before {
	right: calc(50% + 27px);
}
.tour-info p.subtitle-tour {
	font-family: "TrajanPro";
	color: #be1212;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 12px;
	font-size: 17px;
	line-height: 22px;
}
@media (min-width: 768px) {
.tour-info p.subtitle-tour {
	font-size: 20px;
	line-height: 28px;
}
}
.tour-info p.buy {
	margin-top: 10px;
}
@media (min-width: 1200px) {
.tour-info p.buy {
	margin-top: 30px;
}
}
.tour-info .dates-tour {
	position: absolute;
	bottom: -100px;
	left: 0;
	background-color: #161616;
	width: 100%;
}
@media (min-width: 768px) {
.tour-info .dates-tour {
	bottom: -12px;
}
}
.tour-info .dates-tour li {
	display: inline-block;
	float: left;
	color: #555555;
	height: 90px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	padding-top: 12px;
	border-left: 2px solid rgba(0, 0, 0, 0.25);
	cursor: pointer;
	width: 33%;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;
}
@media (min-width: 768px) {
.tour-info .dates-tour li {
	padding-top: 16px;
	height: 110px;
	font-size: 16px;
}
}
@media (min-width: 1200px) {
.tour-info .dates-tour li {
	width: 200px;
}
}
.tour-info .dates-tour li:hover {
	color: #a10a02;
}
.tour-info .dates-tour li.active {
	background-color: #a10a02;
	color: #ffffff;
	border: none;
	position: relative;
	top: -12px;
	padding-top: 24px;
	height: 105px;
	cursor: default;
}
@media (min-width: 768px) {
.tour-info .dates-tour li.active {
	height: 122px;
	padding-top: 28px;
}
}
.tour-info .dates-tour li.active:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 13px solid #a10a02;
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -14px;
}
.tour-info .dates-tour li.active:hover {
	color: #ffffff;
}
.tour-info .dates-tour li span {
	display: block;
	font-weight: 400;
	font-size: 50px;
	line-height: 50px;
}
@media (min-width: 768px) {
.tour-info .dates-tour li span {
	font-size: 70px;
	line-height: 60px;
}
}
/*------------------------------------------------------------------
[6.21. upcomming-events-list]
*/
.upcomming-events-list {
	background-position: center bottom;
	background-repeat: repeat-x;
}
.upcomming-events-list li {
	padding: 17px 0;
}
.upcomming-events-list li:not(:last-child) {
	border-bottom: 1px solid #353535;
}
.upcomming-events-list li &gt; div {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	max-width: 990px;
}
@media (min-width: 1200px) {
.upcomming-events-list li &gt; div {
	max-width: 1020px;
}
}
@media (min-width: 1600px) {
.upcomming-events-list li &gt; div {
	max-width: 1400px;
}
}
@media (min-width: 768px) {
.upcomming-events-list li p {
	float: left;
}
}
.upcomming-events-list li p span {
	display: block;
	color: #a10a02;
	font-family: "Avenir-Light", sans-serif;
}
.upcomming-events-list li .date-event {
	text-align: center;
	font-size: 40px;
	font-weight: 800;
	line-height: 29px;
	padding: 26px 15px 16px;
	font-family: "Avenir-Black";
}
@media (min-width: 768px) {
.upcomming-events-list li .date-event {
	/*border-left: 2px solid #be1212; max-width: 134px;*/
	max-width: 160px;
	min-width: 160px;
	float: left;
}
}
@media (min-width: 1600px) {
.upcomming-events-list li .date-event {
	/*padding: 26px 30px 16px;*/
	padding: 20px;
	text-align: center;
}
}
.upcomming-events-list li .date-event span {
	font-family: "Avenir-Light", sans-serif;
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 4px;
}
.upcomming-events-list li .name {
	color: #afafaf;
	font-size: 15px;
	line-height: 22px;
	padding: 16px 35px;
	text-align: center;
}
@media (min-width: 768px) {
.upcomming-events-list li .name {
	max-width: 340px;min-width: 300px;
	/*text-align: left;*/
}
}
@media (min-width: 1600px) {
.upcomming-events-list li .name {
	max-width: 505px;
	width: 505px;
	padding: 16px 65px;
}
}
.upcomming-events-list li .name span {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 5px;
}
.upcomming-events-list li .venue {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	padding: 19px 0;
	text-align: center;
}
@media (min-width: 768px) {
.upcomming-events-list li .venue {
	/*border-left: 1px solid rgba(43, 43, 43, 0.9);*/
	border-right: 1px solid rgba(43, 43, 43, 0.3);
	min-width: 200px;
	max-width: 200px;
}
}
@media (min-width: 1200px) {
.upcomming-events-list li .venue {
	min-width: 250px;
	max-width: 250px;
}
}
@media (min-width: 1600px) {
.upcomming-events-list li .venue {
	width: 312px;
	padding: 19px 35px 28px 54px;
}
}
.upcomming-events-list li .venue span {
	text-transform: none;
	font-size: 18px;
	margin-top: 5px;
}
.upcomming-events-list li .price {
	text-align: center;
	padding: 19px 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}
@media (min-width: 768px) {
.upcomming-events-list li .price {
	max-width: 130px;
}
}
@media (min-width: 1600px) {
.upcomming-events-list li .price {
	width: 130px;
}
}
.upcomming-events-list li .price span {
	font-size: 28px;
	margin-top: 8px;
	font-weight: 700;
	font-family: "Avenir-Light", sans-serif;
}
.upcomming-events-list li .buy {
	text-align: center;
}
@media (min-width: 768px) {
.upcomming-events-list li .buy {
	text-align: left;
}
}
.upcomming-events-list li .btn {
	/*margin: 10px 10px 0 0;*/
	margin:0;
	padding: 13px 20px 10px;

}/*
.upcomming-events-list li .btn {
    margin: 20px;
    padding: 14px;
}*/
@media (min-width: 1600px) {
.upcomming-events-list li .btn {
	padding: 13px 35px 10px 35px;
	margin: 29px 65px;
}
}
.upcomming-events-list li.more {
	display: none;
}
.upcomming-events-list-title {
	font-family: "TrajanPro";
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	padding: 58px 0 42px;
	font-size: 26px;
	line-height: normal;
}
.view-all-events {
	text-align: center;
	padding: 57px 0 80px;
}
/*------------------------------------------------------------------
[6.22. paginationposts]
*/
.paginationposts .row {
	border-top: 2px solid #e1e1e1;
}
.paginationposts nav {
	text-align: center;
	padding: 20px 0;
}
.paginationposts .pagination {
	font-family: "Avenir-Light", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}
.paginationposts .pagination &gt; li &gt; a, .paginationposts .pagination &gt; li &gt; span {
	background-color: #E1E1E1;
	border: none;
	color: #151518;
	padding: 10px 16px;
	margin: 0 5px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
.paginationposts .pagination &gt; li:hover &gt; a, .paginationposts .pagination &gt; li.active &gt; a, .paginationposts .pagination &gt; li:hover &gt; span, .paginationposts .pagination &gt; li.active &gt; span {
	background-color: #a10a02;
	color: #ffffff;
}
.paginationposts .pagination &gt; li:first-child &gt; a, .paginationposts .pagination &gt; li:first-child &gt; span, .paginationposts .pagination &gt; li:last-child &gt; a, .paginationposts .pagination &gt; li:last-child &gt; span {
	border-radius: 0;
	padding: 10px 23px;
}
.paginationposts.inverse-color .row {
	border-color: #555555;
}
.paginationposts.inverse-color .pagination &gt; li &gt; a, .paginationposts.inverse-color .pagination &gt; li &gt; span {
	background-color: #555555;
	color: #ffffff;
}
.paginationposts.inverse-color .pagination &gt; li:hover &gt; a, .paginationposts.inverse-color .pagination &gt; li.active &gt; a, .paginationposts.inverse-color .pagination &gt; li:hover &gt; span, .paginationposts.inverse-color .pagination &gt; li.active &gt; span {
	background-color: #a10a02;
}
/*------------------------------------------------------------------
[6.23. shop]
*/
.ecommercebar .container .row {
	margin: 0 4px;
	background-color: #F2F2F2;
}
.ecommercebar p {
	font-weight: 300;
	padding: 10px 0 6px;
	font-size: 11px;
	letter-spacing: 0.2px;
}
.ecommercebar p i {
	margin-right: 27px;
	margin-left: 2px;
}
.ecommercebar .menu-ecommerce {
	font-weight: 300;
	padding: 0;
	font-size: 11px;
	letter-spacing: 0.2px;
	text-align: right;
	text-transform: uppercase;
	padding-right: 6px;
}
.ecommercebar .menu-ecommerce a {
	color: #000000;
	padding: 10px 0 6px;
	display: inline-block;
}
.ecommercebar .menu-ecommerce i {
	margin-right: 3px;
	font-size: 16px;
}
.ecommercebar .menu-ecommerce .cart {
	margin-left: 27px;
	position: relative;
	display: inline-block;
	padding: 10px 0 6px;
}
.ecommercebar .menu-ecommerce .space {
	margin: 0 6px;
}
.ecommercebar .cart-big {
	position: absolute;
	top: 40px;
	background-color: #EBEBEB;
	right: -24px;
	width: 295px;
	z-index: 1;
	border: 1px solid #E1E1E1;
	border-radius: 2px;
	-webkit-box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.2);
}
.ecommercebar .cart-big .pull-left {
	margin-right: 11px;
	padding: 0;
}
.ecommercebar .cart-big .list-cart-products li {
	padding: 20px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #E1E1E1;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
.ecommercebar .cart-big .list-cart-products li .close {
	position: absolute;
	background-color: #777777;
	color: #ffffff;
	opacity: 0.7;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	top: 20px;
	right: 20px;
	background-image: url('../images/close-cart.png');
	background-position: center center;
	background-repeat: no-repeat;
}
.ecommercebar .cart-big .list-cart-products li .close:hover {
	opacity: 1;
}
.ecommercebar .cart-big .list-cart-products li img {
	display: block;
}
.ecommercebar .cart-big .list-cart-products li .title-post p {
	font-size: 13px;
	color: #777777;
	text-align: left;
	margin: 3px 0;
	padding: 0;
	line-height: normal;
	letter-spacing: 0px;
}
.ecommercebar .cart-big .list-cart-products li .title-post .title {
	font-weight: 700;
	color: #000000;
	text-transform: none;
}
.ecommercebar .cart-big .list-cart-products li:hover {
	background-color: #ffffff;
}
.ecommercebar .cart-big .total {
	padding: 23px 25px 23px 20px;
	text-align: left;
	font-size: 12px;
	font-weight: 700;
	color: #B5B5B5;
}
.ecommercebar .cart-big .total .price {
	font-size: 14px;
	color: #777777;
	float: right;
}
.ecommercebar .cart-big .acctions {
	padding: 20px;
}
.ecommercebar .cart-big .acctions .btn {
	width: 100%;
	background-color: red;
	color: #ffffff;
	background-color: #a10a02;
	font-size: 12px;
}
.ecommercebar .cart-big .acctions .btn.checkout {
	background-color: #000000;
	margin-top: 10px;
}
.ecommercebar .cart-big .acctions .btn:hover {
	background-color: #b2b9bc;
}
.ecommercebar .cart .cart-big {
	display: none;
}
.ecommercebar .cart:hover .cart-big {
	display: block;
}
.featured-shop {
	padding-bottom: 28px;
}
@media (max-width: 400px) {
.page-shop .col-xs-6 {
	width: 100%;
}
}
.shopbanners {
	margin-top: 25px;
	margin-bottom: 7px;
}
@media (min-width: 992px) {
.shopbanners .content-banner {
	float: left;
}
}
@media (min-width: 992px) {
.shopbanners .content-banner:not(:last-child) {
	margin-right: 3%;
}
}
@media (min-width: 1600px) {
.shopbanners .content-banner:not(:last-child) {
	margin-right: 39px;
}
}
@media (min-width: 992px) {
.shopbanners .content-banner.big {
	width: 44%;
}
}
@media (min-width: 1600px) {
.shopbanners .content-banner.big {
	width: 43.3%;
}
.shopbanners .content-banner.big .banner {
	max-width: 640px;
	padding: 50px;
}
.shopbanners .content-banner.big .banner p, .shopbanners .content-banner.big .banner h2, .shopbanners .content-banner.big .banner h3 {
	max-width: 57%;
}
}
@media (min-width: 992px) {
.shopbanners .content-banner.small {
	width: 25%;
}
}
@media (min-width: 1600px) {
.shopbanners .content-banner.small {
	width: 25.7%;
}
.shopbanners .content-banner.small .banner {
	max-width: 380px;
}
}
.shopbanners .banner {
	margin: 0 auto;
	height: 300px;
	margin-bottom: 40px;
	background-color: gray;
	background-size: contain;
	background-position: center center;
	color: #ffffff;
	padding: 12px 35px 30px;
	position: relative;
	background-size: cover;
}
.shopbanners .banner.bigheight {
	height: 640px;
}
.shopbanners .banner.text-bottom .text {
	position: absolute;
	bottom: 36px;
	width: 100%;
	left: 0;
	padding: 0 36px;
}
.shopbanners .banner h2 {
	text-transform: uppercase;
	font-weight: 300;
	margin: 20px 0;
	font-size: 28px;
	line-height: 29px;
}
.shopbanners .banner h2.title-banner {
	letter-spacing: 6.5px;
}
.shopbanners .banner h3 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 3px;
}
.shopbanners .banner p {
	line-height: 28px;
	margin-top: 24px;
}
.shop-item {
	margin: 16px 0 62px;
}
.shop-item .cover {
	position: relative;
}
.shop-item .cover img {
	display: block;
	margin: 0 auto;
}
.shop-item .cover .rollover {
	position: absolute;
	text-align: center;
	opacity: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}
.shop-item .cover .rollover p {
	position: absolute;
	-webkit-transform: translateY(-50%);
	top: 100%;
	width: 100%;
	opacity: 0;
	transform: translateY(-50%);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.shop-item .cover:hover .rollover {
	opacity: 1;
}
.shop-item .cover:hover .rollover p {
	opacity: 1;
	top: 50%;
}
.shop-item .cover[data-label]:before {
	content: attr(data-label);
	position: absolute;
	font-family: "TrajanPro";
	background: #a10a02;
	color: #ffffff;
	text-transform: uppercase;
	top: 8px;
	left: -6px;
	line-height: 33px;
	font-size: 13px;
	padding: 0 15px;
	font-weight: 600;
	letter-spacing: 4px;
	z-index: 1;
}
.shop-item .info .rating {
	font-size: 14px;
	margin: 23px 0 17px;
	color: #a10a02;
	display: inline-block;
}
.shop-item .info .rating i {
	margin-right: 2px;
}
.shop-item .info .price {
	display: inline-block;
	float: right;
	margin: 23px 5px 16px;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 20px;
	color: #a10a02;
}
.shop-item .info .price .old-price {
	color: #9F9F9F;
	text-decoration: line-through;
	font-size: 17px;
	margin-right: 1px;
}
.shop-item .info .album, .shop-item .info .artist {
	font-family: "TrajanPro";
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 4.25px;
}
.shop-item .info .artist {
	font-weight: 400;
	color: #a10a02;
	padding-bottom: 5px;
}
/*------------------------------------------------------------------
[6.24. time-circles]
*/
#DateCountdown {
	width: 600px;
	margin: 40px auto 50px;
}
@media (max-width: 767px) {
#DateCountdown {
	width: 100%;
}
}
/*------------------------------------------------------------------
[6.25. blog]
*/
.post-details {
	margin-top: 52px;
	margin-bottom: 125px;
}
.post-details .featured-image {
	margin-bottom: 38px;
}
.post-details p {
	line-height: 36px;
}
.post-details .title.small span.gray {
	color: #999999;
}
.post-details .title.small span.right {
	float: right;
}
.post-details .post-author .title.small, .post-details .post-comments .title.small, .post-details .post-reply .title.small {
	color: #000000;
	letter-spacing: 3.5px;
}
.post-details .post-author .media {
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	margin-top: 22px;
	padding: 31px 18px 35px;
}
.post-details .post-author .media &gt; .pull-left {
	margin-right: 23px;
}
.post-details .post-author .media-body {
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}
.post-details .post-author .media-heading {
	font-weight: 700;
	font-size: 18px;
}
.post-details .post-comments .media {
	margin-top: 38px;
}
.post-details .post-comments .media &gt; .pull-left {
	margin-right: 12px;
	background-color: #a10a02;
}
.post-details .post-comments .media-heading {
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 15px;
	color: #000000;
}
.post-details .post-comments .media-heading small {
	font-size: 12px;
	display: block;
	margin-top: 6px;
	color: #CECECE;
}
.post-details .post-comments .media-body {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	font-weight: 300;
}
.post-details .post-comments .media-body .reply {
	font-size: 14px;
	display: block;
	color: #a10a02;
	font-weight: 700;
}
.post-details .post-reply form {
	margin-top: 30px;
}
.post-details .post-reply form input, .post-details .post-reply form textarea {
	box-shadow: none;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 3px;
	margin-bottom: 18px;
}
.post-details .post-reply form input:not([type=submit]) {
	width: 223px;
	margin-right: 48px;
	height: 50px;
	display: inline-block;
}
.post-details .post-reply form textarea {
	padding: 16px 12px;
}
.sidebar {
	margin-top: 52px;
}
.sidebar .title.small {
	color: #000000;
	letter-spacing: 3.5px;
}
.sidebar .title.small i {
	font-size: 21px;
	position: relative;
	top: 3px;
	left: 4px;
	color: #a10a02;
}
.sidebar .search {
	width: 100%;
	position: relative;
	margin-top: 28px;
	margin-bottom: 46px;
	max-width: 272px;
}
.sidebar .search input {
	box-shadow: none;
	height: 50px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2.3px;
}
.sidebar .search .input-group-btn {
	position: absolute;
	top: 11px;
	right: 31px;
	font-size: 17px;
}
.sidebar .search .input-group-btn i {
	color: #a10a02;
}
.sidebar .social {
	margin-top: 27px;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}
.sidebar .social li {
	float: left;
}
.sidebar .social li.facebook i {
	background-color: #3655A6;
}
.sidebar .social li.twitter i {
	background-color: #00C0FF;
}
.sidebar .social li.google i {
	background-color: #D93838;
}
.sidebar .social li.instagram i {
	background-color: #203F69;
}
.sidebar .social li.linkedin i {
	background-color: #113777;
}
.sidebar .social li.pinterest i {
	background-color: #EC1717;
}
.sidebar .social li.flickr i {
	background-color: #EF2559;
}
.sidebar .social li.tumblr i {
	background-color: #1C3C6E;
}
.sidebar .social li.dribbble i {
	background-color: #E24090;
}
.sidebar .social li.youtube i {
	background-color: #DE1E1E;
}
.sidebar .social i {
	width: 48px;
	height: 48px;
	display: inline-block;
	background-color: #ccc;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 10px;
	margin-right: 7px;
	border-radius: 2px;
	font-size: 21px;
	color: #ffffff;
}
.sidebar .advertisment {
	height: 250px;
	border: 2px solid #F3F3F3;
	position: relative;
	text-align: center;
}
.sidebar .advertisment p {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #B3B3B3;
	line-height: 20px;
	letter-spacing: 2.2px;
}
.sidebar .advertisment .vcenter {
	width: 100%;
}
.sidebar .instagram-feed {
	padding-top: 30px;
	padding-bottom: 40px;
}
.sidebar .instagram-feed li {
	display: inline-block;
	margin: 0 3px 1px 0;
}
.sidebar .instagram-feed li img {
	display: block;
}
.sidebar .menu-sidebar {
	position: relative;
	overflow: hidden;
	margin-top: 27px;
}
.sidebar .menu-sidebar li {
	float: left;
	width: 50%;
	background-color: #E1E1E1;
	color: #464646;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.sidebar .menu-sidebar li.active {
	background-color: #a10a02;
	color: #ffffff;
}
.sidebar .last-tweets, .sidebar .last-comments, .sidebar .last-posts-sidebar {
	margin-top: 28px;
	margin-bottom: 37px;
}
.sidebar .last-tweets li, .sidebar .last-comments li, .sidebar .last-posts-sidebar li {
	position: relative;
	overflow: hidden;
	/*padding-bottom: 4px;
	margin-top: 10px;*/
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.sidebar .last-tweets li:not(:last-child), .sidebar .last-comments li:not(:last-child), .sidebar .last-posts-sidebar li:not(:last-child) {
	border-bottom: 1px solid #eeeeee;
}
.sidebar .last-tweets .pull-left, .sidebar .last-comments .pull-left, .sidebar .last-posts-sidebar .pull-left {
	margin-right: 15px;
}
.sidebar .last-tweets .title-post p, .sidebar .last-comments .title-post p, .sidebar .last-posts-sidebar .title-post p {
	font-size: 18px;
	line-height: 25px;
	margin-top: 10px;
}
.sidebar .last-tweets .date, .sidebar .last-comments .date, .sidebar .last-posts-sidebar .date {
	font-size: 24px;
	color: #a10a02;
	margin-top: 4px;
}
.date a{
	color: #a10a02;
}
.sidebar .last-comments {
	margin-top: 15px;
}
.sidebar .last-tweets .title-post p {
	font-weight: 700;
}
.sidebar .list-tags {
	margin-top: 28px;
	margin-bottom: 40px;
}
.sidebar .list-tags li {
	display: inline-block;
	margin-right: -1px;
	margin-bottom: 11px;
}
.sidebar .list-tags li a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 25px;
	border: 2px solid #F3F3F3;
	color: #000000;
	padding: 0 14px;
	letter-spacing: 0.4px;
	display: block;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.sidebar .list-tags li a:hover {
	color: #ffffff;
	background-color: #a10a02;
	border-color: #a10a02;
	text-decoration: none;
}
.sidebar .last-tweets li, .sidebar .last-comments li {
	padding-bottom: 18px;
}
.sidebar .last-tweets .header-comment, .sidebar .last-comments .header-comment {
	position: relative;
	overflow: hidden;
}
.sidebar .last-tweets .header-comment .pull-left, .sidebar .last-comments .header-comment .pull-left {
	margin-right: 11px;
}
.sidebar .last-tweets .header-comment .date, .sidebar .last-comments .header-comment .date {
	margin-top: 8px;
}
.sidebar .last-tweets .comment, .sidebar .last-comments .comment {
	margin-top: 10px;
}
.sidebar .last-tweets .comment p, .sidebar .last-comments .comment p {
	font-size: 14px;
	color: #667777;
	font-style: italic;
	line-height: 20px;
	font-family: georgia;
	line-height: 22px;
}
.sidebar .last-tweets .tweet, .sidebar .last-comments .tweet {
	margin-top: 10px;
}
.sidebar .last-tweets .tweet p, .sidebar .last-comments .tweet p {
	font-size: 15px;
	line-height: 22px;
}
.sidebar .last-tweets .tweet p a, .sidebar .last-comments .tweet p a {
	color: #a10a02;
	text-decoration: none;
}
.inverse-color .sidebar .title.small {
	color: #F8F8F8;
}
.inverse-color .sidebar .list-tags li a {
	color: #F3F3F3;
}
.inverse-color .sidebar .last-tweets li:not(:last-child), .inverse-color .sidebar .last-comments li:not(:last-child), .inverse-color .sidebar .last-posts-sidebar li:not(:last-child) {
	border-bottom-color: rgba(238, 238, 238, 0.25);
}
.inverse-color hr {
	border-color: rgba(238, 238, 238, 0.25);
}
.inverse-color .post-details .post-author .media {
	border-color: rgba(238, 238, 238, 0.25);
}
.inverse-color .post-details .post-comments .media-body, .inverse-color .post-details .post-author .media-body {
	color: #E8E8E8;
}
.inverse-color .post-details .post-comments .media-heading {
	color: #F8F8F8;
}
.inverse-color .post-details .post-author .title.small, .inverse-color .post-details .post-comments .title.small, .inverse-color .post-details .post-reply .title.small {
	color: #F8F8F8;
}
.inverse-color .form-control {
	background: #191919;
	color: #DCDCDC;
}
/*------------------------------------------------------------------
[6.26. keyframes]
*/
@-webkit-keyframes moveUp {
 100% {
 -webkit-transform: translateY(0);
 opacity: 1;
}
}
@keyframes moveUp {
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
 opacity: 1;
}
}
.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
@media (max-width: 400px) {
body {
	overflow-x: hidden;
}
}
</pre></body></html>