
/* ------------------------------- */
/* BOOTSTRAP breakpoints           */
/* ------------------------------- */

@media screen and (min-width: 1440px){
	.container {
		max-width: 1380px;
	}
}

/* ------------------------------- */
/* WEBKIT SCROLLBAR                */
/* ------------------------------- */

body::-webkit-scrollbar {
	width: 17px;
}

body::-webkit-scrollbar-thumb {
	background: var(--skin-primary);
	border-top: 6px solid #000;;
	border-right: 6px solid #000;;
	border-bottom: 6px solid #000;;
	border-left: 6px solid #000;;
	border-radius: 8px;
}

body::-webkit-scrollbar-track {
	background: #000000;
	border-radius: 0px;
}


/* ------------------------------- */
/* LINK INTRO                      */
/* ------------------------------- */

.link-intro {
	position: relative;
	color: #111;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.link-intro:hover, .link-intro:active, .link-intro:focus, .link-intro.active {
	color: #111;
	transform: translateY(-1.5rem);
	box-shadow: 0 1rem	2rem rgba(0,0,0,0.25);
}

.link-intro::after, .link-intro::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
	right: 0;
  /*width: 3rem;*/
  height: 0.25rem;
  /*background-color: #ff0000;*/
	margin: 0 auto;
	/*background-image: linear-gradient(90deg, #F7A607 0%, #ffe700 50%, #75C39F 90%, #4BA5A3 100%);*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.link-intro::before {
  width: 3rem;
	background-image: linear-gradient(90deg, var(--skin-primary) 0%, var(--skin-primary) 100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.link-intro::after {
	width: 100%;
  background-color: rgba(0,0,0,0.1);
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.link-intro:hover::before {
  width: 100%;
}

/* ------------------------------- */
/* UTILITY                         */
/* ------------------------------- */

.bg-square {
	min-height: 50vw;
}

@media screen and (max-width: 1024px){
	
	.bg-square {
		min-height: 100vw;
	}

}

@media screen and (min-width: 768px) and (max-width: 992px) and (orientation: portrait){
	
	.bg-square {
		min-height: 50vh;
	}
	
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (orientation: portrait){
	
	.bg-square {
		min-height: 50vw;
	}
	
	.bg-pos-br.gallo {
		background-position:200% 50% !important;
		background-size: 75% auto !important;
	}
	
}

/* ------------------------------- */
/* BACKGROUND MOVE                 */
/* ------------------------------- */

.bg-move-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	background-color: rgba(0,0,0,0.0);
}

.bg-stop-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -2;
	background-color: rgba(0,0,0,0.0);
}

.bg-move-r {
	/*animation:slide-r 3s ease-in-out infinite alternate;*/
	/*background-image: linear-gradient(-60deg, #a1b643 50%, rgba(255,255,255,0) 50%);*/
	bottom:0;
	left:-50%;
	opacity:1;
	position:absolute;
	right:-50%;
	top:0;
	z-index:-1;
	
	-webkit-animation: slide-r 3s ease-in-out infinite alternate; /* Safari 4+ */
	-moz-animation:    slide-r 3s ease-in-out infinite alternate; /* Fx 5+ */
	-o-animation:      slide-r 3s ease-in-out infinite alternate; /* Opera 12+ */
	animation:         slide-r 3s ease-in-out infinite alternate; /* IE 10+, Fx 29+ */
}
.bg-move-l {
	bottom:0;
	left:-50%;
	opacity:1;
	position:absolute;
	right:-50%;
	top:0;
	z-index:-1;
	
	-webkit-animation: slide-l 3s ease-in-out infinite alternate; /* Safari 4+ */
	-moz-animation:    slide-l 3s ease-in-out infinite alternate; /* Fx 5+ */
	-o-animation:      slide-l 3s ease-in-out infinite alternate; /* Opera 12+ */
	animation:         slide-l 3s ease-in-out infinite alternate; /* IE 10+, Fx 29+ */
}

.gra-CYAN-DX {
	background-image: linear-gradient(-60deg, #009ee0 50%, rgba(255,255,255,1) 50%);
	opacity: 0.3;
}
.gra-CYAN-SX {
	background-image: linear-gradient(60deg, #009ee0 50%, rgba(255,255,255,1) 50%);
	opacity: 0.3;
}
.gra-GREEN-DX {
	background-image: linear-gradient(-60deg, #00a096 50%, rgba(255,255,255,1) 50%);
	opacity: 0.3;
}
.gra-GREEN-SX {
	background-image: linear-gradient(60deg, #00a096 50%, rgba(255,255,255,1) 50%);
	opacity: 0.3;
}
.gra-ORANGE-DX {
	background-image: linear-gradient(-60deg, #f29400 50%, rgba(255,255,255,1) 50%);
	opacity: 0.3;
}
.gra-ORANGE-SX {
	background-image: linear-gradient(60deg, #f29400 50%, rgba(255,255,255,1) 50%);
	opacity: 0.3;
}
.gra-RED-DX {
	background-image: linear-gradient(-60deg, #dc2227 50%, rgba(255,255,255,1) 50%);
	opacity: 0.3;
}
.gra-RED-SX {
	background-image: linear-gradient(60deg, #dc2227 50%, rgba(255,255,255,1) 50%);
	opacity: 0.3;
}
.gra-MAGENTA-DX {
	background-image: linear-gradient(-60deg, #e2007a 50%, rgba(255,255,255,1) 50%);
	opacity: 0.3;
}
.gra-MAGENTA-SX {
	background-image: linear-gradient(60deg, #e2007a 50%, rgba(255,255,255,1) 50%);
	opacity: 0.3;
}

.gra-WHITE-DX {
	background-image: linear-gradient(-60deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
	opacity: 0.3;
}
.gra-WHITE-SX {
	background-image: linear-gradient(60deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%);
	opacity: 0.3;
}

.gra-black-trasparent {
	background-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 25%);
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bg3 {
  animation-duration:5s;
}

@keyframes slide {
  0% {
    transform:translateX(0%); /*MOD EX "-25%"*/
  }
  100% {
    transform:translateX(10%); /*MOD EX "25%"*/
  }
}

@-webkit-keyframes slide-r {
  0%   { transform:translateX(10%); }
  100% { transform:translateX(25%); }
}
@-moz-keyframes slide-r {
  0%   { transform:translateX(10%); }
  100% { transform:translateX(25%); }
}
@-o-keyframes slide-r {
  0%   { transform:translateX(10%); }
  100% { transform:translateX(25%); }
}
@keyframes slide-r {
  0%   { transform:translateX(10%); }
  100% { transform:translateX(25%); }
}

@-webkit-keyframes slide-l {
  0%   { transform:translateX(-10%); }
  100% { transform:translateX(-25%); }
}
@-moz-keyframes slide-l {
  0%   { transform:translateX(-10%); }
  100% { transform:translateX(-25%); }
}
@-o-keyframes slide-l {
  0%   { transform:translateX(-10%); }
  100% { transform:translateX(-25%); }
}
@keyframes slide-l {
  0%   { transform:translateX(-10%); }
  100% { transform:translateX(-25%); }
}

/* BG Intro"*/

.bg-intro {
    /*background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999;*/
/*    -webkit-transform: translateX(0);
    transform: translateX(0);*/
		animation: bgZoom 60s ease infinite;
}

@keyframes bgScroll {
  0% { 
		-webkit-transform: translateX(0);
		transform: translateX(0); 
  }
  50% { 
    -webkit-transform: translateX(-5%);
		transform: translateX(-5%);  
  }
  100% { 
    -webkit-transform: translateX(0);
		transform: translateX(0);  
  }
}

@keyframes bgZoom {
  0% { 
		-webkit-transform: scale(1.0); 
		transform: scale(1.0); 
  }
  50% { 
    -webkit-transform: scale(1.1); 
		transform: scale(1.2); 
  }
  100% { 
    -webkit-transform: scale(1.0); 
		transform: scale(1.0);  
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);   
    -webkit-transform: scale(1.0);   
    -o-transform: scale(1.0);
    -moz-transform: scale(1.0);
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}

/* ------------------------------- */
/* GUTTERS                         */
/* ------------------------------- */

.gutters-2rem {
    margin-right: -2rem;
    margin-left: -2rem;
}
.gutters-2rem > .col, .gutters-2rem > [class*="col-"] {
    padding-right: 2rem;
    padding-left: 2rem;
}

.gutters-30 {
    margin-right: -24px;
    margin-left: -24px;
}
.gutters-30 > .col, .gutters-30 > [class*="col-"] {
    padding-right: 24px;
    padding-left: 24px;
}

.gutters-24 {
    margin-right: -12px;
    margin-left: -12px;
}
.gutters-24 > .col, .gutters-24 > [class*="col-"] {
    padding-right: 12px;
    padding-left: 12px;
}
.gutters-48 {
    margin-right: -24px;
    margin-left: -24px;
}
.gutters-48 > .col, .gutters-48 > [class*="col-"] {
    padding-right: 24px;
    padding-left: 24px;
}

@media screen and (max-width: 1024px){
	.gutters-30 {
    margin-right: -15px;
    margin-left: -15px;
	}
	.gutters-30 > .col, .gutters-30 > [class*="col-"] {
			padding-right: 15px;
			padding-left: 15px;
	}
}

.gutters-8px {
    margin-right: -8px;
    margin-left: -8px;
}
.gutters-8px > .col, .gutters-8px > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}

/* ------------------------------- */
/* COLORS                          */
/* ------------------------------- */

.clr--white-bg 	{background-color: #ffffff;}
.clr--white-txt {color: #ffffff;}
.clr--black-bg 	{background-color: #000000;}
.clr--black-txt {color: #000000;}

.clr--111-bg 		{background-color: #111111;}
.clr--111-txt 	{color: #111111;}
.clr--222-bg 		{background-color: #222222;}
.clr--222-txt 	{color: #222222;}
.clr--333-bg 		{background-color: #333333;}
.clr--333-txt 	{color: #333333;}
.clr--444-bg 		{background-color: #444444;}
.clr--444-txt 	{color: #444444;}
.clr--999-bg 		{background-color: #999999;}
.clr--999-txt 	{color: #999999;}

.clr--aaa-bg 		{background-color: #aaaaaa;}
.clr--aaa-txt 	{color: #aaaaaa;}
.clr--ccc-bg 		{background-color: #cccccc;}
.clr--ccc-txt 	{color: #cccccc;}
.clr--ddd-bg 		{background-color: #dddddd;}
.clr--ddd-txt 	{color: #dddddd;}
.clr--eee-bg 		{background-color: #eeeeee;}
.clr--eee-txt 	{color: #eeeeee;}

.clr--f5f-bg 		{background-color: #f5f5f5;}
.clr--f5f-txt 	{color: #f5f5f5;}

.clr--red-bg 		{background-color: #ff0000;}
.clr--red-txt 	{color: #ff0000;}
.clr--blue-bg 	{background-color: #092c74;}
.clr--blue-txt 	{color: #092c74;}

.clr--gradient-transition {
    background-image: linear-gradient(90deg, #F7A607 0%, #ffe700 50%, #75C39F 90%, #4BA5A3 100%);
}
.clr--gradient-transition-2 {
    background-image: linear-gradient(0deg, #12BABE 0%, #75C39F 100%);
}

.clr--tra-greendark-bg {background-color: #4BA5A3;}
.clr--tra-greendark-txt {color: #4BA5A3;}

.clr--tra-greenlight-bg {background-color: #75C39F;}
.clr--tra-greenlight-txt {color: #75C39F;}

.clr--blue-dark-bg 		{background-color: #131e26;}
.clr--blue-dark-txt 	{color: #131e26;}

/* ------------------------------- */
/* BG-RAINBOW (SECTION)            */
/* ------------------------------- */

.bg-rainbow-sec {
	background-image: url(../img/rainbow.svg); 
	background-position: top center; 
	background-repeat: no-repeat; 
	background-size: auto 96px;
}

/* ------------------------------- */
/* LINE-HEIGHT                     */
/* ------------------------------- */

.lh-10 {line-height: 1.0;}
.lh-11 {line-height: 1.1;}
.lh-12 {line-height: 1.2;}
.lh-13 {line-height: 1.3;}
.lh-14 {line-height: 1.4;}
.lh-15 {line-height: 1.5;}
.lh-16 {line-height: 1.6;}
.lh-17 {line-height: 1.7;}
.lh-18 {line-height: 1.8;}
.lh-19 {line-height: 1.9;}
.lh-20 {line-height: 2.0;}

/* ------------------------------- */
/* BORDERS COLORS                  */
/* ------------------------------- */

.clr--tra-brd	{border-color:transparent!important;}
.clr--red-brd	{border-color:#ff0000!important;}
.clr--111-brd	{border-color:#111111!important;}
.color-border-AAA	{border-color:#AAAAAA!important;}
.color-border-BBB	{border-color:#BBBBBB!important;}
.color-border-CCC	{border-color:#CCCCCC!important;}
.color-border-DDD	{border-color:#DDDDDD!important;}
.color-border-EEE	{border-color:#EEEEEE!important;}
.color-border-FFF	{border-color:#FFFFFF!important;}
.color-border-000	{border-color:#000000!important;}

/* ------------------------------- */
/* BORDERS WIDTH                   */
/* ------------------------------- */

.bw-2		{border-width: 2px!important;}
.bw-3		{border-width: 3px!important;}
.bw-4		{border-width: 4px!important;}
.bw-5		{border-width: 5px!important;}
.bw-8		{border-width: 8px!important;}
.bw-12	{border-width: 12px!important;}
.bw-16	{border-width: 16px!important;}

/* ------------------------------- */
/* ROUNDED BORDER                  */
/* ------------------------------- */

.rounded.rx2 {
	border-radius: 1rem!important;
}
.rounded-top.rx2 {
	border-top-left-radius: 1rem!important;
    border-top-right-radius: 1rem!important;
}
.rounded-right.rx2 {
	border-top-right-radius: 1rem!important;
    border-bottom-right-radius: 1rem!important;
}
.rounded-bottom.rx2 {
	border-bottom-right-radius: 1rem!important;
    border-bottom-left-radius: 1rem!important;}
.rounded-left.rx2 {
	border-top-left-radius: 1rem!important;
    border-bottom-left-radius: 1rem!important;
}

/* ------------------------------- */
/* AUXILIARY CLASS (OTHER)         */
/* ------------------------------- */

/*.top10-list {
  padding-left: 40px;
  list-style:none;
}

.top10-list > li > div {
  position: absolute;
  left: 0;
  width: 30px;
  height: 24px;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  padding: 0 3px;
  background-color: #aaa;
  letter-spacing: 0;
}*/

.top10 {
  list-style: none;
  padding-left: 40px;
  position: relative;
  /*counter-reset: steps;*/
}
.top10 li {
  /*counter-increment: steps;*/
  margin-bottom: 0.5rem;
}
.top10 li::before {
  /*content: counter(steps);*/
  margin-right: 0.0rem;
  background: var(--event-color-3);
  color: white;
  width: 1.5em;
  height: 1.5em;
  border-radius: 0.125rem;
  display: inline-grid;
  place-items: center;
  line-height: 1.5em;
  font-size: 16px;
  content: attr(data-value);
  position: absolute;
  left: 0;
  margin-top: -3px;
 
}
.top10.top3 li::before {
  /*content: counter(steps);*/
  background: var(--event-color-2);
}

.label-top10 {
  position: absolute;
  right: 1.5rem;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  padding: 0.5rem;
  padding-top: 1.5rem;
  z-index: 10;
}

/*ol ol li::before {
  background: darkorchid;
}*/


/* LINK ICON-BOX */
.link-icon-box {
  display: block;
	border: 1px solid rgba(255,255,255,0.2);
}
.link-icon-box:hover, .link-icon-box:active, .link-icon-box:focus, .link-icon-box.active {
	border: 1px solid rgba(255,255,255,1);
}
.link-icon-box i.icon-hover {
  opacity: 0.5;
  color: var(--event-color-10);
  
  -webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.link-icon-box:hover i.icon-hover, .link-icon-box:active i.icon-hover, .link-icon-box:focus i.icon-hover, .link-icon-box.active i.icon-hover {
	opacity: 1;
  color: var(--event-color-5);
}

/*.link-icon-box:hover i.icon-hover-2, .link-icon-box:active i.icon-hover-2, .link-icon-box:focus i.icon-hover-2, .link-icon-box.active i.icon-hover-2 {
	color: var(--event-color-8);
}*/

/* ------------------------------- */
/* NAVBAR                          */
/* ------------------------------- */

/* NAVBAR */
.navbar {
	padding: 2rem 0rem;
	z-index: 1030;
	/*background-color: #131e26;*/
	
	-webkit-transition: padding 0.5s ease-in-out;
	-moz-transition: padding 0.5s ease-in-out;
	-o-transition: padding 0.5s ease-in-out;
	-ms-transition: padding 0.5s ease-in-out;
	transition: padding 0.5s ease-in-out;
}

.navbar.navbar-collapse {
	padding: 1rem 0rem;
	z-index: 1030;
	/*background-color: #131e26;*/
}

.navbar img.logo {
	height: 38px;
	margin-top: 0;
}

/* NAV-LINK */
nav .nav-link {
	color: #fff;
	font-weight: 500;
	padding: 0.375rem 1.125rem;
	border: 1px solid transparent;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.5)*/
}
.nav-link:hover, .nav-link:focus, .nav-link:active, .nav-link.active {
	color: var(--skin-primary-light);
	background-color: rgba(0,0,0,0.0);
}

@media (max-width: 767px) {
	.navbar {
		padding: 1rem 0rem;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
			padding-right: .75rem;
			padding-left: .75rem;
	}
}

/* DROPDOWN MENU */
.dropdown-menu {
	position: absolute;
	top: 100%;
	/*left: 0;*/
	z-index: 1000;
	display: none;
	float: left;
	min-width: auto;
	padding: .5rem 0;
	margin: 0rem 0 .125rem 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: rgba(255,255,255,1);
	background-clip: padding-box;
	border: 0px solid rgba(0,0,0,.0);
	border-radius: 0rem;
	/*border-top: 0.25rem solid border-top: 0.25rem solid var(--skin-primary-light);
	border-bottom: 0.25rem solid var(--skin-primary-light);*/
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .375rem 1.5rem;
	clear: both;
	font-weight: 600;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #ddd;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: var(--skin-primary);
}

/* ------------------------------- */
/* POPOVER                         */
/* ------------------------------- */

.popover {
	box-shadow: 0 0.25rem 0.5rem 0 rgba(0,0,0,.25);
}

/* ------------------------------- */
/* SEARCH-INPUT                    */
/* ------------------------------- */

.header-form {
	position: relative;
}

.header-form input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 3rem .375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-grey-dark);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.header-form input:focus {
	border-color: var(--skin-primary);
}

.header-form button {
	position: absolute;
	right: 0;
	padding: .375rem 0 .375rem 0;
	transform: translateX(-100%);
}

/* ------------------------------- */
/* MODAL                           */
/* ------------------------------- */

.modal {
	z-index: 9999;
	width: 100%;
}

.modal-open {
  overflow: visible;
	padding: 0!important;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.show {
    opacity: .7;
}

.subscription .modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 0px solid rgba(0,0,0,.2);
	border-radius: .5rem;
	outline: 0;

	box-shadow: 0 1rem 2rem 0 rgba(0,0,0,.25);
	min-height: 50vh;
}

.subscription .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
		overflow-x: hidden;
}

.subscription button.close-modal {
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
  font-size: 1.5rem;
  line-height: 1;
	z-index: 1;
}

@media screen and (max-width: 767px){
	.subscription .modal-content {
		min-height: 100%;
	}
}



/* ------------------------------- */
/* SECTIONS                        */
/* ------------------------------- */

section {
	position: relative;
	outline:none;
	border:none;
}

/* ------------------------------ */
/* SECTION AUTO SYSTEM (48px)     */
/* ------------------------------ */

section.sec-auto {
	padding: 48px 0 48px 0;
	/*min-height: auto;*/
	overflow: hidden;
}

section.sec-auto > .container,
section.sec-auto > .container-fluid {
	padding-top: 48px;
	padding-bottom: 0px;
}

section.sec-auto > .container > .row,
section.sec-auto > .container-fluid > .row {
	padding-top: 0px;
	padding-bottom: 0px;
}

section.sec-auto > .container > .row > [class*='col-'],
section.sec-auto > .container-fluid > .row > [class*='col-'] {
	padding-top: 0px;
	padding-bottom: 48px;
}

/*section.sec-auto > .container:first-of-type > .row > [class*='col-'] {
	padding-top: 0px;
	padding-bottom: 0px;
}
*/
section.sec-auto > .container > .row > [class*='col-'] > *:last-child,
section.sec-auto > .container > .row > [class*='col-'] > *:last-child > *:last-child,
section.sec-auto > .container-fluid > .row > [class*='col-'] > *:last-child,
section.sec-auto > .container-fluid > .row > [class*='col-'] > *:last-child > *:last-child {
	margin-bottom: 0!important;
}

/*Section Auto Padding Bottom 30px*/

section.sec-auto.mod-pb-col-30 {
	padding: 48px 0 66px 0;
}

section.sec-auto > .container.pb-col-30 > .row > [class*='col-'],
section.sec-auto > .container-fluid.pb-col-30 > .row > [class*='col-'] {
	padding-top: 0px;
	padding-bottom: 30px;
}

/* ------------------------------ */
/* OTHERS SECTIONS                */
/* ------------------------------ */

section.sec-intro {
	height: 100vh;
	width: 100%;
	display: block;
	overflow: hidden;
}

section.sec-title {
	padding: 48px 0 48px 0;
	background-color: var(--skin-grey-superlight);
}

section.sec-jumbo {
	padding: 96px 0; 
	min-height: 60vh;
	overflow: hidden;
}

section.sec-carousel {
	padding: 48px 0; 
	min-height: auto;
}

section.sec-footer {
	padding: 0;
	font-size: 16px;
	/*background-color: #000;*/
}

section.sec-footer i {
	font-size: 1.5rem;
}

section.overfooter i.fa-fw {
    text-align: center;
    width: 3em;
}

@media screen and (max-width: 767px){
	section.sec-intro {
		height: auto;
	}
	section.sec-intro > .container {
		height: auto;
		padding-top: 120px;
		padding-bottom: 48px;
	}
	section.sec-jumbo {
		padding: 96px 0; 
	}
}

/* ------------------------------- */
/* SECTION HERO                    */
/* ------------------------------- */

section.sec-hero {
	
}

section.sec-hero img {
	max-height: 300px;
}

.ribbon-hero {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.ribbon-hero span {
  position: absolute;
  display: block;
  width: 160px;
  padding: 8px 0;
  background-color: white;
  color: var(--body-text-color);
  /*text-shadow: 0 1px 1px rgba(0,0,0,.2);*/
  text-transform: uppercase;
  text-align: center;
	
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	
	left: 0px;
  top: 24px;
  transform: rotate(45deg);
	
	box-shadow: 0 0.25rem 1rem rgba(0,0,0,0.2);
}

/* ------------------------------- */
/* SECTION PRODUCT                 */
/* ------------------------------- */

section.sec-product {
	padding: 48px 0 48px 0;
	background-color: #f8f9fa;
	min-height: 50vh;
}

section.sec-product .product-image {
	min-height: 440px;
}

.product-buybox small.price-old {
	position: relative;
	font-size: 70%;
	/*text-decoration-line: line-through;*/
	/*text-decoration: line-through;*/
	margin-left: 1rem;
	padding: 0 0.5rem;
	opacity: 0.5;
}
.product-buybox small.price-old::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: var(--body-text-color);
	opacity: 0.75;
	transform: translateY(-50%);
}

@media screen and (max-width: 767px){
	section.sec-product .product-image {
		min-height: 256px;
	}
}

.prodotto {
	/*min-height: 300px!important;*/
	background-color: rgba(255,255,255,0.1);
}

/* ------------------------------- */
/* SECTION PROGRESS                */
/* ------------------------------- */

/*PRODUCT PROGRESS*/
.product-car.progress {
	display: -ms-flexbox;
	display: flex;
	height: 0.5rem;
	overflow: hidden;
	line-height: 0;
	font-size: .75rem;
	background-color: #e9ecef;
	background-color: transparent;
	border-radius: 0.5rem;
}

.product-car.progress .progress-bar {
	width: 20%;
	border-radius: 0.5rem;
	margin-right: 0.5rem;
	opacity: 0.1;
}
.product-car.progress .progress-bar:last-of-type {
	margin-right: 0px;
}
.product-car.progress .progress-bar.score {
	opacity: 0.5;
}

/*SOMMELIER PROGRESS*/
.sommelier-step.progress {
	display: -ms-flexbox;
	display: flex;
	height: 0.5rem;
	overflow: hidden;
	line-height: 0;
	font-size: .75rem;
	background-color: #e9ecef;
	background-color: transparent;
	border-radius: 0.5rem;
}

/*.sommelier-step.progress span {
	color: var(--body-text-color);
}*/

.sommelier-step.progress .progress-bar {
	/*width: 20%;*/
	border-radius: 0.5rem;
	margin-right: 0.5rem;
	opacity: 0.2;
}
.sommelier-step.progress .progress-bar:last-of-type {
	margin-right: 0;
}
.sommelier-step.progress .progress-bar.score {
	opacity: 1;
}

/* ------------------------------- */
/* SECTION GENERAL                 */
/* ------------------------------- */

section.sec-general {
	position: relative;
	padding: 48px 0 48px 0;
}

section.sec-general .container {
	padding-top: 48px;
	padding-bottom: 0px;
}

section.sec-general .container [class*='col-'] {
	padding-bottom: 48px;
}

/*section.sec-general .container:first-of-type {
	padding-top: 0px;
}*/
/*section.sec-general .container:last-of-type {
	padding-bottom: 48px;
}*/

section.sec-general .container [class*='col-'] > *:last-child,
section.sec-general .container [class*='col-'] > *:last-child > *:last-child {
	margin-bottom: 0!important;
}

/*DIVIDER SYSYEM*/
.divider-section {
	position: relative;
	width: 100%;
	height: 0;
	border-width: 2px;
	border-top-style: dashed; 
	border-color: rgba(255,0,0,0.5);
	margin: 0;
}
.divider-section::before {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	content: attr(data-section-title);
	transform: translateX(-50%);
	text-transform: uppercase;
	font-size: 10px;
	padding: 0rem 0.5rem;
	background-color: transparent;
	z-index: 1;
	color: rgba(255,0,0,0.75);
}
.divider-container {
	position: relative;
	width: 100%;
	height: 0;
	border-width: 1px;
	border-top-style: dashed; 
	border-color: rgba(255,0,0,0.5);
	margin: 0;
}
.divider-container::before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: attr(data-section-title);
	transform: translateX(0);
	text-transform: uppercase;
	font-size: 10px;
	padding: 0rem 0.5rem;
	background-color: transparent;
	z-index: 1;
	color: rgba(255,0,0,0.75);
}


@media screen and (max-width: 767px){
	section.sec-general .container:first-of-type {
		padding-top: 0px;
	}
	section.sec-general .container [class*='col-']:last-of-type {
		padding-bottom: 0px;
	}
	section.sec-general .container [class*='col-']:last-of-type.order-first {
		padding-bottom: 48px;
	}
	section.sec-general .container [class*='col-']:first-of-type.order-last {
		padding-bottom: 0px;
	}
}

/* ------------------------------- */
/* SECTION JUMBO                   */
/* ------------------------------- */

.img-jumbo {
	position: relative;
	padding: 96px 0; 
	min-height: 50vh;
}

/* ------------------------------- */
/* SECTION PLUS                    */
/* ------------------------------- */

@media (max-width: 576px){
	.sec-plus h2 {
		font-size: 1.25rem;
	}
}

/* ------------------------------ */
/* QUOTE                          */
/* ------------------------------ */

/*LINE-QUOTE*/
.line-quote {
	position: relative;
}

.line-quote hr:nth-child(2) {
	width: 10%;
	border-top-color: var(--skin-primary);
	border-top-style: solid;
	border-width: 3px;
}

.line-quote hr:nth-child(1), .line-quote hr:nth-child(3) {
  width: 20%;
	margin: 0;
	border-top-color: rgba(0,0,0,0.1);
	border-top-style: solid;
}

/* ------------------------------ */
/* GRID HOVER / OVER-BUTTON       */
/* ------------------------------ */

.grid-hover {
	position: relative;
	display: block;
  color: var(--body-text-color);
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.grid-hover:hover, .grid-hover:active, .grid-hover:focus, .grid-hover.active {
	color: #111;
}

.grid-hover figure {
  margin: 0;
	overflow: hidden;
}

.grid-hover figure img {
	width: 100%;
	height: 100%; /*EX auto*/
	min-height: 100%;
	display: block;
	opacity: 1;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

.grid-hover:hover figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
  opacity: 0.20;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.grid-hover::after, .grid-hover::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
	right: 0;
  width: 3rem;
  height: 0.25rem;
  background-color: #000000;
	margin: 0 auto;
	z-index: 1;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.grid-hover::before {
  background-image: linear-gradient(137deg, var(--skin-primary) 0%, var(--skin-primary) 100%);
}

.grid-hover::after {
	width: 100%;
  background-color: rgba(0,0,0,0.1);
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.grid-hover:hover::before {
  width: 100%;
}

.over-button {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	
	transform: translateY(1.5rem);
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.grid-hover:hover .over-button {
  opacity: 1;
	-webkit-transform: translateY(0rem);
	transform: translateY(0rem);
	
	-webkit-transition: all 0.3s 0.15s ease-in-out;
	-moz-transition: all 0.3s 0.15s ease-in-out;
	-o-transition: all 0.3s 0.15s ease-in-out;
	-ms-transition: all 0.3s 0.15s ease-in-out;
	transition: all 0.3s 0.15s ease-in-out;
}

/* ------------------------------ */
/* BREADCRUMB                     */
/* ------------------------------ */

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0rem 0rem;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    /*padding-left: 0.5rem;*/
    color: #999;
    content: "/";
}

.breadcrumb-item {
	/*opacity: 0.6;*/
	font-size: 80%;
}

.breadcrumb-item.active {
    color: #111;
}

/*.breadcrumb-attach {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0rem 0rem;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0rem;
}
.breadcrumb-item-attach {
	padding-left: 0.5rem;
}

.breadcrumb-item-attach + .breadcrumb-item-attach::after {
    display: inline-block;
    padding-right: 0.15rem;
    color: #111;
    content: ",";
}
.breadcrumb-item-attach + .breadcrumb-item-attach:last-child::after {
    
    content: "";
}
.breadcrumb-item-attach:first-child {

    padding-left: 0rem;

}*/

/* ------------------------------- */
/* CUSTOM CONTROL CHECK HEART      */
/* ------------------------------- */

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0!important;
	visibility: hidden!important;
	padding: 0!important;
	margin: 0!important;
	width: 0!important;
	height: 0!important;
}

.custom-control.check-star {
    position: relative;
    display: inline-block;
    min-height: 25px;
	height: 40px;
    padding-left: 0px;
	width: 40px;
    vertical-align: middle;
	border-radius: 50%;
	background-color: transparent;
}
.custom-control.check-star.pos-bl {
	position: absolute;
	bottom: 16px;
	left: 16px;
}

.custom-control.check-star .custom-control-label {
	position: relative;
	cursor: pointer;
	padding-left: 0;
	font-size: 20px;
	line-height: 43px;
	height: 40px;
	display: block;
	margin: 0;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.custom-control.check-star .custom-control-label::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    pointer-events: none;
		font-family: 'Font Awesome 5 Pro';
    content: "\f004";
	font-weight: 800;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	
	border: none!important;
	box-shadow: none!important;
	outline: none!important;
	
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	
	color: #111;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.25);
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.custom-control.check-star .custom-control-label:hover::before {
	color: #333;
	border-radius: 50%;
	background-color: #fff;
}

.custom-control.check-star .custom-control-input:checked ~ .custom-control-label::before {
    color: #f00;
	border-radius: 50%;
	background-color: #fff;
}

/* ------------------------------- */
/* VIDEO                           */
/* ------------------------------- */

.video-container {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
}

.video-container .video-control {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	min-width: 100%; 
  min-height: 100%;
	z-index: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* ------------------------------- */
/* SECTION GRID HOVER 2 (like Isotope)      */
/* ------------------------------- */

.grid {
	position: relative;
	display: block;
	/*max-width: 100%;
	width: 100%;
	margin: 0 auto;*/
	margin-left: -15px;
	margin-right: -15px;
}

.section-grid-item {
	margin-bottom: 30px;
}

.section-grid-item > div {
	position: relative;
	color: #111;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	padding: 0.25rem 0rem 0rem 0rem;
}

.section-grid-item > div:hover {
  box-shadow: 0 0.75rem 1.25rem rgba(0,0,0,0.125);
	border-color: white!important;
}

.section-grid-item > div::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
	right: 0;
  width: 3rem;
  height: 0.25rem;
  /*background-color: #ff0000;*/
	background-image: linear-gradient(137deg, var(--skin-primary) 0%, var(--skin-primary) 100%);
	margin: 0 auto;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.section-grid-item > div::after {
	display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
	right: 0;
	width: 100%;
	height: 0.25rem;
  background-color: rgba(0,0,0,0.1);
	margin: 0 auto;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.section-grid-item > div:hover::before {
  width: 100%;
}

.section-grid-item article {
	line-height: 1.25;
}

.section-grid-item article label {
	text-transform: uppercase;
	margin-bottom: 0;
	/*cursor: pointer;*/
}

.section-grid-item > div .over-button {
	position: absolute;
	display: block;
	width: 100%;
	height: calc(100% - 4px);
	top: 4px;
	left: 0;
	opacity: 0;
	z-index: 1;
	background-color: #fff;
	
	transform: translateY(1.5rem);
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.section-grid-item > div:hover .over-button {
  opacity: 1;
	-webkit-transform: translateY(0rem);
	transform: translateY(0rem);
	
	-webkit-transition: all 0.3s 0.15s ease-in-out;
	-moz-transition: all 0.3s 0.15s ease-in-out;
	-o-transition: all 0.3s 0.15s ease-in-out;
	-ms-transition: all 0.3s 0.15s ease-in-out;
	transition: all 0.3s 0.15s ease-in-out;
}

/*.logo-square {
	position: absolute;
	left: 1.5rem;
	bottom: 1.5rem;
    height: auto;
    width: 32px;
}
.logo-rect {
	position: absolute;
	left: 1.5rem;
	bottom: 1.75rem;
    height: 16px;
    width: auto;
}*/



/* ------------------------------- */
/* LABEL ATTACH                    */
/* ------------------------------- */

.label-attach {
	position: relative;
	display: block;
  color: #111;
	background-color: transparent;
	font-size: 16px;
	font-weight: normal;
	
	border-radius: 0;
	/*border: 2px solid #fff;*/
	padding: 4px 16px 4px 54px;
	margin: 0;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

}
.label-attach:hover, .label-attach:focus {
	color: #ff0000;
	/*background-color: rgba(108,192,229,0.8);*/
}
.label-attach::before {
	position: absolute;
	content: attr(data-type);
	font-size: 12px;
	left: 0;
	top: 0;
	width: 40px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	color: #111;
	border: 1px solid #111;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0.25rem;
	
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.label-attach:hover::before, .label-attach:focus::before {
    background-color: #ff0000;
	border: 1px solid #ff0000;
	color: #fff;
}

/* ------------------------------- */
/* COUNTER                         */
/* ------------------------------- */

#counters_1 .counter,
#counters_2 .counter,
#counters_3 .counter {
  width: auto;
	text-align: center;
}

.counter-box {
	position: relative;
  /*background-color: transparent;*/
	cursor: default;
	height: 100%;
	z-index: 0;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.counter-box:hover {
  /*background-color: var(--skin-grey-border);*/
	/*box-shadow: 0 0.75rem 1.25rem rgba(0,0,0,0.125);*/
}

.counter-box:hover > i {
  -webkit-animation: bounce 1s ease-in-out;
	-moz-animation: bounce 1s ease-in-out;
	-ms-animation: bounce 1s ease-in-out;
	-o-animation: bounce 1s ease-in-out;
	animation: bounce 1s ease-in-out;
}

.counter-box > * {
	z-index: 1;
}
.counter-box > .overlay {
	z-index: -1;
}

/*.counter-box img {
  transform: scale(1.0);
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.counter-box:hover img {
  transform: scale(1.2);
}*/

/* ------------------------------- */
/* ANIMATION BOUNCE2               */
/* ------------------------------- */

@-webkit-keyframes bounce2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
	100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounce2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
	100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounce2 {
  -webkit-animation-name: bounce2;
  animation-name: bounce2;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

/* ------------------------------- */
/* FOOTER                          */
/* ------------------------------- */

.footer {
	font-size: 90%;
	color: #999999;
}

/* ------------------------------- */
/* FOOTER                          */
/* ------------------------------- */

.hr-icon-divider {
	opacity: 0.2!important;
}