@import url(https://fonts.googleapis.com/css?family=Jura:300,400,500,600,700);
/* 3. layout */
body {
font-family: 'Jura', sans-serif; /*modificato07/12/22*/
font-size: 14px;
line-height: 1.5;
font-style: normal;
font-weight: 600;
color: #fff;
background: #000;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
margin: 0;
padding: 0;
}



/* 4.2. section heading */
h2.section-subheading {
font-family: 'Jura', sans-serif;
font-size: 13px;
font-style: normal;
font-weight: 600;
text-transform: uppercase;
margin-top: -5px;
text-align: left;
letter-spacing: 0.05em;
margin: 0 0 -4px 0;
padding: 0 0 0 130px;
}

@media all and (min-width: 1920px) {
  h2.section-subheading {
    font-size: 15px;
	font-weight: 700;
	margin: 0 0 -5px 0;
  }
}

h2.section-subheading.section-subheading-about {
padding: 0;
}

h2.section-subheading.section-subheading-light {
color: #365eb7;
}

h2.section-subheading.section-subheading-dark {
color: #000;
}

h2.section-subheading span {
position: relative;
display: inline-block;
padding-right: 40px;
line-height: 1;
}

h2.section-subheading span:before {
content: "";
position: absolute;
display: block;
top: 50%;
right: 0;
width: 20px;
height: 0;
margin-top: -1px;
}

h2.section-subheading span:before {
border-top: 1px solid #000;
}

h2.section-subheading-light span:before {
border-top: 1px solid #365eb7;
}

.section-heading {
font-family: 'Jura', sans-serif;
font-size: 35px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: -0.04em;
text-align: left;
color: #fff;
line-height: 1.25;

margin-top: 70px;
}

@media all and (min-width: 1920px) {
  .section-heading {
	font-size: 60px;
	margin: -14px 0 -16px 0;
  }
}

.section-heading.section-heading-about {
padding: 0;
margin-left: -1px;
}

.section-heading.section-heading-light {
color: #365eb7;
}

.section-heading.section-heading-dark {
color: #000;
}

/* 6.1. logo */
.logo {
position: fixed;
display: inline-block;
top: 50px;
left: 50px;
line-height: 0;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
   -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
     -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
cursor: pointer;
z-index: 200;
}

@media only screen and (max-width: 1200px) {
  .logo {
    top: 25px;
    left: 10px;
  }
}

@media only screen and (max-width: 880px) {
  .logo {
    position: absolute;
  }
}

.logo-img:before {
content: "";
display: block;
width: 350px;
height: 32px;
line-height: 32px;
-webkit-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
   -moz-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
     -o-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
        transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.logo-img-dark:before {
content: "";
display: block;
width: 350px;
height: 32px;
line-height: 32px;
-webkit-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
   -moz-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
     -o-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
        transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

.logo-img-dark:before,
.logo-light .logo-img:before {
background: url(../img/logo_orion_italia.png) no-repeat;
}

.logo-img:before,
.logo-dark .logo-img-dark:before {
background: url(../img/logo_orion_italia.png) no-repeat;
}



* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
html {
	font-size: calc(5px + 0.4vw);
}
body {
  font-family: 'Jura', serif;
	background-color: black;
}
a {
	text-decoration: none;
}
.intro {
	position: relative;
	width: 100%;
	height: 100vh; 
}

.left {
	float: left;
	height: 100%;
	width: 50%;
	padding: 3rem 3rem 3rem 5rem;
	display: table;
}
.left > div {
	display: table-cell;
	vertical-align: top;
}
span {
  color: #365eb7;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
  font-family: sans-serif;
  margin-bottom: 4rem;
}
h1 {
	font-family: Jura;
	font-size: 4rem;
	color: #365eb7;
	
}
h1 + p {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
p + a {
  font-size: 1.6rem;
  color: #000;
}
.slider {
	float: right;
	position: relative;
	width: 50%; /*mod. 10/01 era 60*/
	height: 100%;
}
.slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transition: clip .7s ease-in-out, z-index 0s .7s;
	transition: clip .7s ease-in-out, z-index 0s .7s;
	clip: rect(0, 100vw, 100vh, 100vw);
	display: table;
}
.center-y {
	display: table-cell;
	vertical-align: bottom;
	padding-left: 8px;
	padding-bottom: 50px;
	text-align: left;
	color: #365eb7;
}
h3 {
	font-size: 5rem;
	font-style: italic;
}
h3 + a {
	font-size: 1.6rem;
	display: inline-block;
	color: #fff;
	margin-top: 2rem;
}
h3, h3 + a {
	opacity: 0;
	-webkit-transition: opacity .7s 0s, -webkit-transform .5s .2s;
	transition: opacity .7s 0s, -webkit-transform .5s .2s;
	transition: opacity .7s 0s, transform .5s .2s;
	transition: opacity .7s 0s, transform .5s .2s, -webkit-transform .5s .2s;
	-webkit-transform: translate3d(0, 50%, 0);
	        transform: translate3d(0, 50%, 0);
}
li.current h3, li.current h3 + a {
	opacity: 1;
	-webkit-transition-delay: 1s;
	        transition-delay: 1s;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
li.current {
	z-index: 1;
	clip: rect(0, 100vw, 100vh, 0);
}
li.prev {
	clip: rect(0, 0, 100vh, 0);
}
.slider nav {
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}
nav a {
	display: inline-block;
	border-radius: 50%;
	width: 1.2rem;
	height: 1.2rem;
  min-width: 12px;
  min-height: 12px;
	background:0 0;
	margin: 0 1rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
a.current_dot {
	-webkit-transform: scale(1.4);
	        transform: scale(1.4);
}
nav.sli a {
	display: inline-block;
	border-radius: 50%;
	width: 1.2rem;
	height: 1.2rem;
  min-width: 12px;
  min-height: 12px;
	background:#365eb7;
	margin: 0 1rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
a.current_dot {
	-webkit-transform: scale(1.4);
	        transform: scale(1.4);
}
@media screen and (max-width: 700px) {
	.left {
		width: 100%;
		height: 30%;
	}
	.slider {
		width: 100%;
		height: 70%;
	}
}

/* 6.2 navigation */
#menu-mobile-btn {
position: fixed;
width: 63px;
height: 50px;
top: 36px;
right: 35px;
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
z-index: 1005;
}

@media only screen and (max-width: 1200px) {
  #menu-mobile-btn {
    top: 11px;
    right: 10px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #menu-mobile-btn {
    z-index: 300;
  }
}

.menu-toggle {
position: fixed;
display: block;
padding: 0;
background: none;
line-height: 1;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
border: none;
z-index: 1005;
}

#menu-mobile {
position: fixed;
font-family: 'Poppins', sans-serif;
font-size: 20px;
font-style: normal;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1px;
line-height: 1.25;
width: 390px;
height: 100%;
right: -200%;
top: 0;
margin: auto;
-webkit-transition: right .6s ease-in-out;
   -moz-transition: right .6s ease-in-out;
    -ms-transition: right .6s ease-in-out;
     -o-transition: right .6s ease-in-out;
        transition: right .6s ease-in-out;
-webkit-transform: skew(-22deg, 0deg);
   -moz-transform: skew(-22deg, 0deg);
    -ms-transform: skew(-22deg, 0deg);
     -o-transform: skew(-22deg, 0deg);
        transform: skew(-22deg, 0deg);
background: rgba(255, 255, 255, 1);
z-index: 1000;
}

#menu-mobile.menu-mobile-dark {
background: rgba(0, 0, 0, 1);
}

@media only screen and (max-width: 880px) {
  #menu-mobile {
    font-size: 18px;
    width: 300px;
  }
}

@media only screen and (max-width: 640px) {
  #menu-mobile {
	font-weight: 600;
	width: 230px;
  }
}

#menu-mobile.activated {
right: 0;
}

#menu-mobile ul {
position: relative;
width: 300px!important;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto;
padding-left: 61px;
text-align: left;
list-style: none outside none;
}

@media only screen and (max-width: 880px) {
  #menu-mobile ul {
    width: 280px!important;
	padding-left: 57px;
  }
}

@media only screen and (max-width: 640px) {
  #menu-mobile ul {
    width: 200px!important;
    padding-left: 18px;
  }
}

#menu-mobile ul li {
padding: 0 0 4px 0;
cursor: pointer;
}

@media only screen and (max-width: 880px) {
  #menu-mobile ul li {
    padding: 0 0 6px 0;
  }
}

@media only screen and (max-width: 640px) {
  #menu-mobile ul li {
    padding: 0 0 3px 0;
  }
}

#menu-mobile .credits {
font-size: 12px;
margin: 3px 0 0 0;
}

@media only screen and (max-width: 880px) {
  #menu-mobile .credits {
    font-size: 10px;
  }
}

@media only screen and (max-width: 640px) {
  #menu-mobile .credits {
    margin: 2px 0 0 0;
  }
}

#menu-mobile .credits a {
color: #000;
text-decoration: none;
}

#menu-mobile.menu-mobile-dark .credits a {
color: #fff;
}

#menu-mobile a,
#menu-mobile a:hover {
color: #000;
text-decoration: none;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

#menu-mobile.menu-mobile-dark a,
#menu-mobile.menu-mobile-dark a:hover {
color: #fff;
}

#menu-mobile a {
display: none;
min-width: 10px;
}

#menu-mobile li .active,
#menu-mobile.menu-mobile-dark li .active {
color: #365eb7;
}

.menu-nav-wrapper {
display: table;
width: 100%;
height: 100%;
overflow: hidden;
}

.menu-nav {
display: table-cell;
width: 100%;
height: 100%;	
vertical-align: middle;
}


/* 6.2.1. navigation lines */
.lines-button {
margin: -16px 0 0 -3px;
padding: 30px 16px;
cursor: pointer;
-webkit-user-select: none;
 -khtml-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}

.lines-button:hover {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lines-button:active {
-webkit-transition: 0;
   -moz-transition: 0;
	-ms-transition: 0;
     -o-transition: 0;
        transition: 0;
}

.lines {
position: relative;
display: inline-block;
width: 35px;
height: 2px;
-webkit-transition: .3s;
   -moz-transition: .3s;
	-ms-transition: .3s;
     -o-transition: .3s;
        transition: .3s;
background: #365eb7;
}

.lines:after,
.lines:before {
content: "";
position: absolute;
display: inline-block;
width: 35px;
height: 2px;
-webkit-transition: .3s;
   -moz-transition: .3s;
	-ms-transition: .3s;
     -o-transition: .3s;
        transition: .3s;
left: 0;
-webkit-transform-origin: .28571rem center;
   -moz-transform-origin: .28571rem center;
    -ms-transform-origin: .28571rem center;
     -o-transform-origin: .28571rem center;
        transform-origin: .28571rem center;
background: #365eb7;
}

.lines:before {
top: 10px;
}

.lines:after {
top: -10px;
}

.lines-button.minus.lines-close .lines:after,
.lines-button.minus.lines-close .lines:before {
-webkit-transform: none;
   -moz-transform: none;
    -ms-transform: none;
     -o-transform: none;
        transform: none;
top: 0;
width: 35px;
background: #000;
}

.lines-button.minus.lines-close .lines.lines-close-light:after,
.lines-button.minus.lines-close .lines.lines-close-light:before {
background: #fff;
}

.lines-button.x.lines-close .lines {
background: 0 0;
}

.lines-button.x.lines-close .lines:after,
.lines-button.x.lines-close .lines:before {
-webkit-transform-origin: 50% 50%;
   -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
     -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
top: 0;
width: 35px;
background: #000;
}

.lines-button.x.lines-close .lines.lines-close-light:after,
.lines-button.x.lines-close .lines.lines-close-light:before {
background: #fff;
}

.lines-button.x.lines-close .lines:before {
-webkit-transform: rotate3d(0,0,1,45deg);
   -moz-transform: rotate3d(0,0,1,45deg);
    -ms-transform: rotate3d(0,0,1,45deg);
     -o-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
}

.lines-button.x.lines-close .lines:after {
-webkit-transform: rotate3d(0,0,1,-45deg);
   -moz-transform: rotate3d(0,0,1,-45deg);
    -ms-transform: rotate3d(0,0,1,-45deg);
     -o-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
}

.lines-button.x2 .lines {
-webkit-transition: background .3s .5s ease;
   -moz-transition: background .3s .5s ease;
	-ms-transition: background .3s .5s ease;
     -o-transition: background .3s .5s ease;
        transition: background .3s .5s ease;
}

.lines-button.x2 .lines:after,
.lines-button.x2 .lines:before {
-webkit-transform-origin: 50% 50%;
   -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
     -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
-webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
   -moz-transition: top .3s .6s ease, -moz-transform .3s ease;
	-ms-transition: top .3s .6s ease, -ms-transform .3s ease;
     -o-transition: top .3s .6s ease, -o-transform .3s ease;
        transition: top .3s .6s ease, transform .3s ease;
}

.lines-button.x2.lines-close .lines {
-webkit-transition: background .3s 0 ease;
   -moz-transition: background .3s 0 ease;
	-ms-transition: background .3s 0 ease;
     -o-transition: background .3s 0 ease;
        transition: background .3s 0 ease;
background: 0 0;
}

.lines-button.x2.lines-close .lines:after,
.lines-button.x2.lines-close .lines:before {
-webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
   -moz-transition: top .3s ease, -moz-transform .3s .5s ease;
	-ms-transition: top .3s ease, -ms-transform .3s .5s ease;
     -o-transition: top .3s ease, -o-transform .3s .5s ease;
        transition: top .3s ease, transform .3s .5s ease;
top: 0;
width: 35px;
background: #000;
}

.lines-button.x2.lines-close .lines.lines-close-light:after,
.lines-button.x2.lines-close .lines.lines-close-light:before {
background: #fff;
}

.lines-button.x2.lines-close .lines:before {
-webkit-transform: rotate3d(0,0,1,45deg);
   -moz-transform: rotate3d(0,0,1,45deg);
    -ms-transform: rotate3d(0,0,1,45deg);
     -o-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
}

.lines-button.x2.lines-close .lines:after {
-webkit-transform: rotate3d(0,0,1,-45deg);
   -moz-transform: rotate3d(0,0,1,-45deg);
    -ms-transform: rotate3d(0,0,1,-45deg);
     -o-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
}


/* 6.2.2. navigation element color switch */
.navigation-icon .lines.line-light,
.navigation-icon .lines.line-light:after,
.navigation-icon .lines.line-light:before {
background: #fff;
}

@media only screen and (max-width: 768px) {
  .navigation-icon .lines.line-light,
  .navigation-icon .lines.line-light:after,
  .navigation-icon .lines.line-light:before {
    background: #000;
  }
}

.navigation-icon .lines.line-dark-reverse,
.navigation-icon .lines.line-dark-reverse:after,
.navigation-icon .lines.line-dark-reverse:before {
background: #000;
}

@media only screen and (max-width: 768px) {
  .navigation-icon .lines.line-dark-reverse,
  .navigation-icon .lines.line-dark-reverse:after,
  .navigation-icon .lines.line-dark-reverse:before {
    background: #000;
  }
}


/* 6.3. bottom credits */
.bottom-credits {
position: absolute;
display: block;
width: auto;
height: auto;
left: 51px;
bottom: 46px;
color: #fff;
font-size: 9px;
text-transform: uppercase;
text-align: left;
letter-spacing: 0.05em;
font-weight: 700;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
z-index: 1002;
}

@media only screen and (max-width: 1200px) {
  .bottom-credits {
    left: 26px;
    bottom: 22px;
	font-size: 8px;
  }
}

.bottom-credits a,
.bottom-credits a:hover {
color: #fff;
text-decoration: none;
font-weight: 700;
}

.bottom-credits.bottom-credits-dark,
.bottom-credits.bottom-credits-dark a,
.bottom-credits.bottom-credits-dark a:hover {
color: #000;
}

/*--------------------------------------------------------------------------------------*/

/*table prodotti*/
.tg {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0px;
	width: 100%;
	
}
.tg td {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Jura, sans-serif;
    font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
    overflow: hidden;
    text-transform: uppercase;
    word-break: normal;
}
.tg th {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Jura, sans-serif;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
	
}
.tg .tg-syad {
    background-color: #000000;
    border-color: inherit;
	border-right: hidden;
	
    color: #ffffff;
    text-align: center;
    vertical-align: top;
}
/* modificato creare nuova regola per ogni categoria per il padding 13/12*/
.tg .tg-4f0n {
    background-color: #000000;
    border-color: inherit;
	border-left: hidden;
	border-right: hidden;
    color: #ffffff;
	vertical-align: center;
    text-align: center;
	
    
	
	
}
.tg .tg-ay8x {
    background-color: #365eb7;
	border-top: hidden;
	border-left: hidden;
	border-right: hidden;
    border-color: inherit;
    color: #FFF;
    font-family: inherit;
    font-weight: bold;
    text-align: center;
	text-transform: uppercase;
    vertical-align: top
}
.tg .tg-ay9x {
    background-color: transparent;
	border-top: hidden;
	border-left: hidden;
	border-right: hidden;
    border-color: inherit;
    color: #FFF;
    font-family: inherit;
    font-weight: bold;
    text-align: center;
	text-transform: uppercase;
    vertical-align: top
}
.tg .tg-x47i {
    background-color: #365eb7;
	border-top: hidden;
	border-left: hidden;
	border-right: hidden;
	text-transform: uppercase;
	border-color: inherit;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    vertical-align: top
}
.tg .tg-x48i {
    background-color: #365eb7;
	border-top: hidden;
	border-right: hidden;
	border-color: inherit;
    color: #FFF;
    font-weight: bold;
	text-transform: uppercase;
    text-align: center;
    vertical-align: top
}
.tg .tg-x49i {
    background-color: transparent;
    border-top: hidden;
    border-left: hidden;
    border-right: hidden;
    text-transform: uppercase;
    border-color: inherit;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}
@media screen and (max-width: 767px) {
.tg {
    width: auto !important;
}
.tg col {
    width: auto;
}
.tg-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: auto 0px;
}
}


/*----------------------------------------------------------------------------------*/

.right {
	float: right;
	height: 100%;
	width: 50%;
	padding: 5rem 3rem 3rem 3rem;
	display: table;
}
.right > div {
	display: table-cell;
	vertical-align: top;
	
	
}


@media screen and (max-width: 700px) {
	.right {
		width: 100%;
		height: 30%;
	}

}