::-moz-selection {
	color: #FFF;
	background: #e30613;
}

::selection {
	color: #FFF;
	background: #e30613;
}




.outlined {
  color: #272729 !important;
  text-shadow:
    -1px -1px 0 #e30613,  
    1px -1px 0 #e30613,
    -1px 1px 0 #e30613,
    1px 1px 0 #e30613;
}

.outlined-red-white {
  color: #e30613 !important;
  text-shadow:
    -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

.outlined-dark-white {
  color: #212529 !important;
  text-shadow:
    -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}

.outlined-white-dark {
  color: #fff !important;
  text-shadow:
    -1px -1px 0 #212529,  
    1px -1px 0 #212529,
    -1px 1px 0 #212529,
    1px 1px 0 #212529;
}

.outlined-grey-black {
  color: #e8e8e8 !important;
  text-shadow:
    -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.outlined-white-red {
  color: #fff !important;
  text-shadow:
    -1px -1px 0 #e30613,  
    1px -1px 0 #e30613,
    -1px 1px 0 #e30613,
    1px 1px 0 #e30613;
}

.outlined-light-red {
  color: #f7f7f7 !important;
  text-shadow:
    -1px -1px 0 #e30613,  
    1px -1px 0 #e30613,
    -1px 1px 0 #e30613,
    1px 1px 0 #e30613;
}

.outlined-grey-red {
  color: #e8e8e8 !important;
  text-shadow:
    -1px -1px 0 #e30613,  
    1px -1px 0 #e30613,
    -1px 1px 0 #e30613,
    1px 1px 0 #e30613;
}


.text-color-rosso { color: #e30613 !important; }

.bg-color-grigio { background-color: #353535 !important; }
.bg-color-rosso { background-color: #e30613 !important; }

.border-rosso { border-color: #e30613 !important; border-width: 3px !important; }

.font-weight-semibold { font-weight: 500; }

#video-hp { 
	max-height: 630px;
	overflow: hidden;
}

#video-hp video {
	width: 150%;
}


.btn-rosso {
    background-color: #e30613;
    border-color: #dc3545 #dc3545 #bd2130;
    color: #FFF;
}

.btn-rosso:visited { color: #FFF; }

.btn-rosso:hover, .btn-rosso.hover {
     background-color: #dc3545;
    border-color: #dc3545 #dc3545 #bd2130;
    color: #FFF;
}

.overlay-hp {
	position: absolute;
    background: rgba(0,0,0,0.5);
    color:#fff;
    height: 0;
    width: 100%;
    transform: translateY(-101%);
}
.overlay-hp h1 { font-weight: 500; }

.verde { color: #86ea00; }

.fs-1 {  font-size: 1rem !important; line-height: 1.1rem !important; }

.fs-h-big {  font-size: 2rem; line-height: 2.2rem; }

@media (min-width: 500px) {
	#video-hp video {
		width: 100%;
	}
	.fs-h-big {  font-size: 2.5rem; line-height: 2.5rem; }
	#stock-preview { border: 1px solid #fff; padding: 74px 0; }
}


.dropdown-mega-sub-title { color: #e30613 !important; }

.menu-title { font-size: 0.9rem !important; font-weight: 600 !important; padding-top: 0 !important; padding-left: 0 !important; }


/* HOME PAGE */
.bg-titolo-borsa {
	background-image: url('/img/u-power-group-titolo-borsa.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

#stock-preview {
    border: 0;
    padding: 25px 0;
}


.stock-preview-title { font-size: 1.78rem; color: #fff; font-weight: 800; }
.stock-preview-price { font-size: 3rem; font-weight: 500; margin: 24px 0;}
.stock-preview-percent { font-size: 1.3rem; color: #fff; font-weight: 100; } 

.intro-text { font-size: 1rem; color: #444; max-width: 850px;
    margin: auto; }

.box-text { font-size: 1rem; }

.video-centered {
    min-width: 100%;
    min-height: 100%;
}

/* CORRELATI */

.thumb-info.custom-thumb-info-style-1 {
		border: none;
}

.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption {
		background: #e30613 !important;
}

.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-thumb-info-title span {
		color: #FFF !important;
}

.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow {
		width: 55px;
}

.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow:before {
		border-top: 1px solid #FFF;
}

.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow:after {
		border-top: 1px solid #FFF;
		border-right: 1px solid #FFF;
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption {
		position: relative;
		padding: 25px;
		display: block;
		transition: ease background 300ms, ease width 300ms;
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title span {
		color: #777;
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title .custom-thumb-info-name {
		display: block;
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow {
		position: absolute;
		top: 50%;
		right: 25px;
		width: 40px;
		transform: translateY(-50%);
		transition: ease all 300ms;
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: -2px;
		width: 100%;
		border-top: 1px solid #1e1e24;
		transform: translateY(-50%);
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		width: 15px;
		height: 15px;
		border-top: 1px solid #1e1e24;
		border-right: 1px solid #1e1e24;
		transform: translateY(-50%) rotate(45deg);
}

.owl-carousel.custom-dots-style-1 button.owl-dot.active span, .owl-carousel.custom-dots-style-1 button.owl-dot:hover span {
    position: relative;
    border: 2px solid #e30613;
    background: transparent;
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title .custom-thumb-info-name {
    display: block;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title span {
    color: #777;
}

.custom-nav-arrows-1 .owl-nav .owl-prev,
.custom-nav-arrows-1 .owl-nav .owl-next {
		width: 45px !important;
		height: 120px !important;
		background: rgba(16, 16, 25, 0.5);
}

.custom-nav-arrows-1 .owl-nav .owl-prev:hover,
.custom-nav-arrows-1 .owl-nav .owl-next:hover {
		background: #101019;
}

.custom-nav-arrows-1 .owl-nav .owl-prev:before,
.custom-nav-arrows-1 .owl-nav .owl-next:before {
		content: '' !important;
		position: absolute !important;
		top: 50% !important;
		left: 70% !important;
		width: 30px;
		height: 30px;
		border-top: 1px solid #FFF;
		border-left: 1px solid #FFF;
		transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.custom-nav-arrows-1 .owl-nav .owl-prev:after,
.custom-nav-arrows-1 .owl-nav .owl-next:after {
		content: '';
		display: block;
		position: absolute;
		left: 106%;
		top: 50%;
		width: 70px;
		border-top: 1px solid #FFF;
		transform: translate3d(-50%, -50%, 0);
}

.custom-nav-arrows-1 .owl-nav .owl-next {
		right: 0 !important;
}

.custom-nav-arrows-1 .owl-nav .owl-prev {
		left: 0 !important;
}

@media (max-width: 767px) {
		.custom-nav-arrows-1 .owl-nav .owl-prev,
		.custom-nav-arrows-1 .owl-nav .owl-next {
				width: 30px;
				height: 90px;
		}
		.custom-nav-arrows-1 .owl-nav .owl-prev:before,
		.custom-nav-arrows-1 .owl-nav .owl-next:before {
				width: 20px;
				height: 20px;
		}
		.custom-nav-arrows-1 .owl-nav .owl-prev:after,
		.custom-nav-arrows-1 .owl-nav .owl-next:after {
				width: 50px;
		}
}

.custom-nav-arrows-1 .owl-nav .owl-next {
		-webkit-backface-visibility: hidden;
						backface-visibility: hidden;
		transform: rotate(180deg) !important;
		transform-origin: 50% 28%;
}

.tp-leftarrow.custom-arrows-style-1, .tp-rightarrow.custom-arrows-style-1 {
		width: 45px;
		height: 120px;
		background: rgba(16, 16, 25, 0.5);
}

.tp-leftarrow.custom-arrows-style-1:hover, .tp-rightarrow.custom-arrows-style-1:hover {
		background: #101019;
}

.tp-leftarrow.custom-arrows-style-1:before, .tp-rightarrow.custom-arrows-style-1:before {
		content: '';
		position: absolute;
		top: 50%;
		left: 70%;
		width: 30px;
		height: 30px;
		border-top: 1px solid #FFF;
		border-left: 1px solid #FFF;
		transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.tp-leftarrow.custom-arrows-style-1:after, .tp-rightarrow.custom-arrows-style-1:after {
		content: '';
		display: block;
		position: absolute;
		left: 106%;
		top: 50%;
		width: 70px;
		border-top: 1px solid #FFF;
		transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 767px) {
		.tp-leftarrow.custom-arrows-style-1, .tp-rightarrow.custom-arrows-style-1 {
				width: 30px;
				height: 90px;
		}
		.tp-leftarrow.custom-arrows-style-1:before, .tp-rightarrow.custom-arrows-style-1:before {
				width: 20px;
				height: 20px;
		}
		.tp-leftarrow.custom-arrows-style-1:after, .tp-rightarrow.custom-arrows-style-1:after {
				width: 50px;
		}
}

.tp-rightarrow.custom-arrows-style-1 {
		transform: rotate(180deg);
}

.owl-carousel .owl-item > div {
		width: calc(100% + 2px);
}

.owl-carousel.custom-dots-position .owl-dots, .owl-carousel.custom-dots-position-2 .owl-dots {
		position: absolute;
		top: 0;
		right: 0;
		margin-top: -45px !important;
		width: auto;
}

.owl-carousel.custom-dots-position-2 .owl-dots {
		width: 100%;
		max-width: 1140px;
		right: 50%;
		margin: 0 15px;
		text-align: right;
		transform: translate(50%, -30px);
}

@media (min-width: 768px) {
		.owl-carousel.custom-dots-position-2 .owl-dots {
				max-width: 750px;
		}
}

.letter-spacing-2 { letter-spacing: 2px !important; }

@media (min-width: 992px) {
		.owl-carousel.custom-dots-position-2 .owl-dots {
				max-width: 970px;
		}

		.limit-width { max-width: 70%; }
		.video-overlay { margin-top: -100vh; position: relative; z-index: 100;}
		.letter-spacing-2 { letter-spacing: 6px !important; }
}

@media (min-width: 1200px) {
		.owl-carousel.custom-dots-position-2 .owl-dots {
				max-width: 1140px;
		}
}

.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev, .owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next {
		position: absolute;
		width: 30px;
		transition: ease all 300ms;
}

.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev:before, .owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next:before, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev:before, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: -2px;
		left: auto;
		width: 100%;
		border-top: 1px solid #e30613;
		transform: translateY(-50%);
}

.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev:after, .owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next:after, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev:after, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next:after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		width: 15px;
		height: 15px;
		border-top: 1px solid #e30613;
		border-right: 1px solid #e30613;
		transform: translateY(-50%) rotate(45deg);
}

.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev.disabled:before, .owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next.disabled:before, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev.disabled:before, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next.disabled:before {
		border-top: 1px solid #646466;
}

.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev.disabled:after, .owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next.disabled:after, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev.disabled:after, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next.disabled:after {
		border-top: 1px solid #646466;
		border-right: 1px solid #646466;
}

.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-prev, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-prev {
		left: -51px;
    	top: -72px;
		transform: rotate(-180deg);
}

.owl-carousel.custom-arrows-style-2 .owl-nav button.owl-next, .owl-carousel.custom-xs-arrows-style-2 .owl-nav button.owl-next {
		right: 23px;
 	   top: -16px;

}

.owl-carousel.custom-arrows-style-2.show-nav-title .owl-nav, .owl-carousel.custom-xs-arrows-style-2.show-nav-title .owl-nav {
		margin-top: -52px;
}

.owl-carousel.custom-arrows-style-2.show-nav-title .owl-nav button[class*="owl-"], .owl-carousel.custom-arrows-style-2.show-nav-title .owl-nav button[class*="owl-"]:hover, .owl-carousel.custom-arrows-style-2.show-nav-title .owl-nav button[class*="owl-"]:active, .owl-carousel.custom-xs-arrows-style-2.show-nav-title .owl-nav button[class*="owl-"], .owl-carousel.custom-xs-arrows-style-2.show-nav-title .owl-nav button[class*="owl-"]:hover, .owl-carousel.custom-xs-arrows-style-2.show-nav-title .owl-nav button[class*="owl-"]:active {
		width: 30px;
}

@media (max-width: 767px) {
		.owl-carousel.custom-xs-arrows-style-2 .owl-nav {
				display: block;
		}
		.owl-carousel.custom-xs-arrows-style-2 .owl-dots {
				display: none;
		}
}

@media (min-width: 767px) {
		.owl-carousel.custom-xs-arrows-style-2 .owl-nav {
				display: none;
		}
}


/* STORIA */

.bg-overlay { 
	background: rgba(230,36,48,0.88);
}

.bg-overlay-dark { 
	background: rgba(36,36,48,0.88);
}




.timeline-balloon {
    position: relative
}

.timeline-balloon::before {
    content: '';
    position: absolute;
    width: 1px;
    left: 100px;
    background-color: #e6ebeb
}

.timeline-balloon::before {
    height: 120%;
    top: -35px
}

.timeline-balloon:last-of-type::before {
    height: 75px
}

.timeline-balloon:first-of-type::before {
    height: 75px;
    top: 42px
}

.timeline-balloon .balloon-cell {
    display: table-cell;
    vertical-align: top;
    width: 100%
}

.timeline-balloon .balloon-time {
    width: 93px;
    white-space: nowrap
}

.timeline-balloon .balloon-time .time-text {
    display: inline-block;
    vertical-align: middle;
    width: 86px;
}

.timeline-balloon .balloon-time .time-dot {
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle
}

.timeline-balloon .balloon-time .time-dot::before {
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    top: 50%;
    left: 50%;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    border-color: #e30613;
    transform: translate(-50%,-50%)
}

.timeline-balloon .balloon-time .time-dot::after {
    content: '';
    position: absolute;
    background-color: #e30613;
    width: 7px;
    height: 7px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%)
}

.timeline-balloon .balloon-content {
    position: relative;
    margin-left: 38px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    border-color: #e6ebeb
}

.timeline-balloon .balloon-content.balloon-shadow {
    box-shadow: 0 11px 21px 0 rgba(229,232,235,.75)
}

.timeline-balloon .balloon-content .balloon-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 35px;
    left: -15px;
    border-width: 1px;
    border-style: solid;
    border-right: none;
    border-bottom: none;
    border-color: #e6ebeb;
    transform: rotate(-45deg);
    transform-origin: left top
}

.timeline-balloon .balloon-content .balloon-photo {
    display: table-cell;
    vertical-align: top;
    height: 64px;
    width: 64px;
    max-width: 64px;
    padding-top: 6px
}

.timeline-balloon .balloon-content .balloon-photo .photo-radius {
    border-radius: 50%;
    overflow: hidden
}

.timeline-balloon .balloon-content .balloon-description {
    display: table-cell
}

.timeline-balloon .balloon-content .balloon-description p {
    line-height: 1.6
}

@media(max-width: 767px) {
    .timeline-balloon:before {
        left:50%
    }

    .timeline-balloon .balloon-time .time-dot {
        display: none
    }

    .timeline-balloon .balloon-time .time-text {
        position: absolute;
        top: -19px;
        left: 50%;
        text-align: center;
        background: #fff;
        border-width: 1px;
        border-style: solid;
        border-radius: 3px;
        border-color: #e6ebeb;
        padding: 5px 0;
        z-index: 1;
        transform: translateX(-50%)
    }

    .timeline-balloon .balloon-content {
        margin-left: 0
    }
}


/* GRAFICI */
.highcharts-data-table table {
  border-collapse: collapse;
  border-spacing: 0;
  background: white;
  min-width: 100%;
  margin-top: 10px;
  font-family: sans-serif;
  font-size: 0.9em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  border: 1px solid silver;
  padding: 0.5em;
}
.highcharts-data-table tr:nth-child(even),
.highcharts-data-table thead tr {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #eff;
}
.highcharts-data-table caption {
  border-bottom: none;
  font-size: 1.1em;
  font-weight: bold;
  display: none;
}

/* MESSAGGIO */
.featured-icon.custom-featured-icon-style-1 {
		width: 115px;
		height: 115px;
		border-radius: 100% !important;
}

.custom-section-half-background-color-light {
		position: relative;
}

.custom-section-half-background-color-light:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 30%;
		background-color: #FFF;
}

@media (max-width: 575px) {
		.custom-section-half-background-color-light:after {
				height: 60%;
		}
}


/* MEDIA */
.card-news { width: 100%; }
@media (min-width: 768px) {
	.card-news { max-width: 400px; }
}


/* GRAFICI */
#grafico { width: 100%; }

.portfolio-item:first-child { margin-bottom: 23px;  }


.owl-carousel .owl-stage-outer { background-color: #fff !important; }

#archivio iframe { max-width: 100%; }