@import url(https://fonts.googleapis.com/css?family=Jura:400,700);
html {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
box-sizing: border-box;
}
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;
}

/* 2. cerchi prodotti*/


*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Jura", sans-serif;
  line-height: 160%;
  font-size: 100%;
}

.fullwidth {
  width: 100%;
  padding-top: 4rem;
	margin-top: 80px;
  
}

.gallery {
  width: 100%;
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
}

.gallery .item {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 40rem) {
  .gallery .item {
    padding-top: 4rem;
    padding-bottom: 4rem;
    flex-direction: column;
    text-align: center;
  }
}
.gallery .item:nth-child(even) {
  justify-content: flex-end;
}
.gallery .item:nth-child(even) .img-wrap {
  order: 2;
}
@media (max-width: 40rem) {
  .gallery .item:nth-child(even) .img-wrap {
    order: 0;
  }
}
.gallery .item:nth-child(even) caption {
  order: 1;
}
@media (max-width: 40rem) {
  .gallery .item:nth-child(even) caption {
    order: 0;
  }
}

.gallery .item .img-wrap {
  position: relative;
  padding: 0.8rem;
  width: 50%;
  flex-basis: 50%;
  border-radius: 50%;
}
@media (max-width: 40rem) {
  .gallery .item .img-wrap {
    width: 80%;
    flex-basis: 80%;
  }
}
.gallery .item .img-wrap:before, .gallery .item .img-wrap:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  transform: rotate(-90deg);
}
.gallery .item .img-wrap:before {
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border-top: 1px solid #365eb7;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #365eb7;
  border-left: 1px solid transparent;
}
.gallery .item .img-wrap:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 3px solid #d9d9d9;
  border-right: 3px solid transparent;
  border-bottom: 3px solid #d9d9d9;
  border-left: 3px solid transparent;
  transition: transform 0.5s;
}
.gallery .item .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  padding: 1.5rem;
  border-radius: 50%;
  background-color: #e6e6e6;
  background-image: radial-gradient(#e6e6e6, #cccccc 80%);
  background-size: 130% 130%;
  background-position: 0 0;
  background-repeat: no-repeat;
  box-shadow: inset 2px 2px 5px #b3b3b3, 2px 2px 15px #e6e6e6, inset 15px 15px 50px rgba(0, 0, 0, 0.1);
}

.gallery .item:hover .img-wrap:after {
  transform: rotate(0deg);
}

.gallery .item:nth-child(1) .img-wrap,
.gallery .item:nth-child(5) .img-wrap {
  width: 30%;
  flex-basis: 30%;
}
@media (max-width: 40rem) {
  .gallery .item:nth-child(1) .img-wrap,
.gallery .item:nth-child(5) .img-wrap {
    width: 60%;
    flex-basis: 60%;
  }
}

.gallery .item:nth-child(2) .img-wrap,
.gallery .item:nth-child(4) .img-wrap {
  width: 40%;
  flex-basis: 40%;
}
@media (max-width: 40rem) {
  .gallery .item:nth-child(2) .img-wrap,
.gallery .item:nth-child(4) .img-wrap {
    width: 70%;
    flex-basis: 70%;
  }
}

.gallery .item .caption {
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  color: #999999;
}
@media (max-width: 40rem) {
  .gallery .item .caption {
    padding-top: 1rem;
  }
}
.gallery .item .caption h3 {
  position: relative;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.gallery .item .caption a {
  display: inline-block;
  position: relative;
  padding: 0.3rem 1rem;
  color: inherit;
  text-decoration: none;
  border: 1px solid #365eb7;
  border-radius: 3px;
}
.gallery .item .caption .btn-buy {
  margin-right: 1rem;
  color: #D4AF37;
  border: 1px solid #fff;
  letter-spacing: 1px;
}

/* 4.1. section title */
.section-title.section-title-home,
.section-title {
position: absolute;
width: auto;
height: auto;
z-index: 10;
}

.section-title.section-title-home {
left: 47px;
bottom: 138px;
-webkit-pointer-events: auto;
   -moz-pointer-events: auto;
        pointer-events: auto;
}

@media only screen and (max-width: 1200px) {
  .section-title.section-title-home {
    left: 23px;
    bottom: 74px;
  }
}

@media only screen and (max-width: 640px) {
  .section-title.section-title-home {
    bottom: 67px;
  }
}

.section-title {
width: 400px;
bottom: 81px;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

@media only screen and (max-width: 1200px) {
  .section-title {
    left: 23px;
    bottom: 42px;
  }
}

@media only screen and (max-width: 640px) {
  .section-title {
    bottom: 35px;
  }
}

.section-title.section-title-left {
left: 47px;
}

@media only screen and (max-width: 1200px) {
  .section-title.section-title-left {
    left: 23px;
  }
}

.section-title.section-title-right {
right: 59px;
}

@media only screen and (max-width: 1200px) {
  .section-title.section-title-right {
    /* right: auto;
    left: 26px; */
  }
}

@media only screen and (max-width: 1200px) {
  .section-title.section-title-right {
    left: auto;
    right: 59px; right: -102px;
  }
}

@media only screen and (max-width: 768px) {
  .section-title.section-title-right {
    right: auto;
    left: 26px;
  }
}

.section-title-subheading.section-title-subheading-home {
font-family: 'Jura', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
padding: 52px 0 0 3px;
text-align: left;
letter-spacing: 0.05em;
color: #fff;
text-shadow: 1px 1px 2px #111;
}

@media only screen and (max-width: 1200px) {
  .section-title-subheading.section-title-subheading-home {
    padding: 32px 0 0 2px;
  }
}

@media only screen and (max-width: 640px) {
  .section-title-subheading.section-title-subheading-home {
    padding: 22px 0 0 2px;
  }
}

.section-title-subheading {
font-family: 'Jura', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
padding: 52px 0 0 4px;
text-align: left;
letter-spacing: 0.05em;
color: #fff;
text-shadow: 1px 1px 2px #111;
}

@media only screen and (max-width: 1200px) {
  .section-title-subheading {
    padding: 32px 0 0 2px;
  }
}

@media only screen and (max-width: 640px) {
  .section-title-subheading {
    padding: 22px 0 0 2px;
  }
}

.section-title-heading.section-title-heading-home {
position: absolute;
top: 3px;
font-family: 'Jura', sans-serif;
font-size: 100px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: -0.12em;
color: #365eb7;
text-shadow: 1px 1px 2px #111;
z-index: -1;
line-height: 1;
}

@media only screen and (max-width: 1200px) {
  .section-title-heading.section-title-heading-home {
    font-size: 60px;
  }
}

@media only screen and (max-width: 640px) {
  .section-title-heading.section-title-heading-home {
    font-size: 40px;
  }
}

.section-title-heading {
position: absolute;
top: 3px;
font-family: 'Jura', sans-serif;
font-size: 90px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: -0.12em;
color: rgba(255, 38, 74, .55);
z-index: -1;
line-height: 1;
}

@media only screen and (max-width: 1200px) {
  .section-title-heading {
    font-size: 50px;
  }
}

@media only screen and (max-width: 640px) {
  .section-title-heading {
    font-size: 30px;
  }
}


/* 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 0 0;
padding: 0 0 0 0px;
}

@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: 45px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: -0.04em;
text-align: left;
color: #fff;
line-height: 1.25;
padding: 0 0 0 129px;
margin: -10px 0 -12px 0;
}

@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: #fff;
}

.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;
}


/* 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: 'Jura', 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: #fff;
}

.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: #fff;
}

.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;
}


/* 6.4. social icons */
.social-icons-wrapper {
position: absolute;
left: auto;
right: 51px;
bottom: 48px;
text-align: right;
z-index: 1002;
}

@media only screen and (max-width: 1200px) {
  .social-icons-wrapper {
    right: 26px;
    bottom: 23px;
  }
}

@media only screen and (max-width: 640px) {
  .social-icons-wrapper {
    /* display: none;
	visibility: hidden; */
  }
}

.social-icons-wrapper ul {
margin: 0 auto;
padding: 0;
list-style-type: none;
}

.social-icons-wrapper ul li {
display: inline-block;
margin: 0 auto;
padding: 0 0 0 5px;
}

ul.social-icons {
font-size: 16px;
line-height: 1;
margin: 0;
padding: 0;
position: relative;
}

@media only screen and (max-width: 640px) {
  ul.social-icons {
    font-size: 14px;
  }
}

ul.social-icons a,
ul.social-icons a:hover {
padding: 0;
color: #fff;
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;
}

ul.social-icons a {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

ul.social-icons a:hover {
        opacity: 0.5;
   -moz-opacity: 0.5;
-webkit-opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

ul.social-icons.social-icons-dark a,
ul.social-icons.social-icons-dark a:hover {
color: #000;
}


/* 6.5. scroll indicator */
.scroll-indicator-wrapper {
position: absolute;
width: 1px!important;
height: 100%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
-webkit-transition: all .7s;
   -moz-transition: all .7s;
    -ms-transition: all .7s;
     -o-transition: all .7s;
        transition: all .7s;
}

.scroll-indicator {
position: absolute;
bottom: 50px;
left: 50%;
-webkit-transform: translate(-50%, 50%);
   -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
z-index: 1005;
}

@media only screen and (max-width: 1200px) {
  .scroll-indicator {
	bottom: 25px;
	display: none;
	visibility: hidden;
  } 
}

.scroll-line {
display: block;
width: 1px;
height: 50px;
background: none;
}

@media only screen and (max-width: 1200px) {
  .scroll-line {
    height: 25px;
  }
}

.scroll-line::before {
content: "";
display: block;
width: 1px;
height: 50%;
top: 0;
background-color: #fff;
-webkit-animation: scroll-down 2s ease-in-out infinite;
    -ms-animation: scroll-down 2s ease-in-out infinite;
	    animation: scroll-down 2s ease-in-out infinite;
}

@-webkit-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@-ms-keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes scroll-down {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: bottom;
  }
  100% {

    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom;
  }
}




/* 10.3. news modal */
.news-modal-close-wrapper {
position: relative;
width: 125px;
height: auto;
line-height: 1.5;
margin: -4px 0 0 7px;
padding: 0;
left: 0;
text-align: center;
cursor: pointer;
}

.news-modal-content-inner {
position: relative;
width: 100%;
padding: 0;
text-align: center;
}


/* 10.4. news modal TXT */
.news-modal-txt {
margin: -7px 0 0 0;
padding: 0;
color: #fff;
text-align: left;
}

.news-modal-txt.news-modal-txt-dark {
color: #5f5f5f;
}

.news-modal-txt-dark,
.news-modal-txt-dark a,
.news-modal-txt-dark a:hover {
color: #5f5f5f;
}




/* 18. Owl Carousel v2.2.0 CUSTOM */
.owl-buttons {
position: static;
}


/* 18.1. Owl Carousel navigation */
.owl-prev,
.owl-next {
position: absolute;
display: block;
top: 50%;
margin-top: -29px;
width: 60px;
height: 60px;
line-height: normal;
font-size: 11px;
padding-top: 23px;
color: #111;
text-align: center;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
     -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: visible;
}

.owl-prev {
left: -50px;
padding-left: 21px; 
}

.owl-next {
right: -50px;
padding-right: 21px; 
}

.owl-prev:before,
.owl-next:before {
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;
content: "";
display: block;
width: 66%;
height: 66%;
position: absolute;
background: #fff;
-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
   -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
     -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.owl-prev:before {
left: 85px;
top: 9px;
}

@media only screen and (max-width: 1200px) {
  .owl-prev:before {
    left: 60px;
  }
}

.owl-next:before {
right: 85px;
top: 9px;
}

@media only screen and (max-width: 1200px) {
  .owl-next:before {
    right: 60px;
  }
}

.owl-prev .owl-custom,
.owl-next .owl-custom {
position: relative;
}

.owl-prev .owl-custom {
position: relative;
left: 64px;
}

@media only screen and (max-width: 1200px) {
  .owl-prev .owl-custom {
    left: 39px;
  }
}

.owl-next .owl-custom {
position: relative;
right: 64px;
}

@media only screen and (max-width: 1200px) {
  .owl-next .owl-custom {
    right: 39px;
  }
}

.owl-prev:hover,
.owl-next:hover {
-webkit-transition: 0 none;
   -moz-transition: 0 none;
	-ms-transition: 0 none;
     -o-transition: 0 none;
        transition: 0 none;
}

.owl-prev:hover:before,
.owl-next:hover:before,
.owl-prev:active:before,
.owl-next:active:before,
.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-carousel:hover .owl-prev {
left: -35px;
}

.owl-carousel:hover .owl-next {
right: -35px;
}

/* 22. Magnific Popup v1.1.0 CUSTOM */
.mfp-bg {
background: rgba(0, 0, 0, .7);
}

.mfp-arrow-left:after {
font-family: "Ionicons";
content: "\f124";
font-size: 16px;
font-weight: 500;
color: #fff;
margin-top: 22px;
left: 15px;
}

.mfp-arrow-right:after {
font-family: "Ionicons";
content: "\f125";
font-size: 16px;
font-weight: 500;
color: #fff;
margin-top: 22px;
right: 15px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: crosshair;
}

.mfp-arrow-left:after,
.mfp-arrow-left:before {
border-right: none;
}

.mfp-arrow-right:after,
.mfp-arrow-right:before {
border-left: none;
}

.mfp-title,
.mfp-counter {
font-family: 'Raleway', sans-serif;
font-size: 13px;
line-height: 1.5;
font-style: normal;
font-weight: 700;
letter-spacing: 0.05em;
color: #fff;
}

.mfp-close {
font-weight: 500!important;
color: #fff!important;
cursor: pointer!important;
}

.mfp-arrow-left,
.mfp-arrow-right {
z-index: 99998!important;
}

.mfp-bg {
z-index: 99996!important;
}

.mfp-wrap {
z-index: 99997!important;
}

.mfp-content {
z-index: 99998!important;
}

.mfp-close,
.mfp-arrow {
color: #fff;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* 24. on / off */
.logo.on {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
visibility: visible;
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}

.logo.off {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.75);
   -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75);
visibility: hidden;
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}

.navigation-icon.on {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
        transform: scale(1);
visibility: visible;
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}

.navigation-icon.off {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transform: scale(0.75);
   -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
     -o-transform: scale(0.75);
        transform: scale(0.75);
visibility: hidden;
-webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
     -o-transition: all 1s ease;
        transition: all 1s ease;
}


/* 25. additional styling */
.section-title-heading.section-title-heading-home {
position: absolute;
top: 3px;
font-family: 'Jura', cursive;
font-size: 100px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: -0.12em;
color: #365eb7;
text-shadow: 1px 1px 2px #111;
z-index: -1;
line-height: 1;
}

@media only screen and (max-width: 1200px) {
  .section-title-heading.section-title-heading-home {
    font-size: 60px;
  }
}

@media only screen and (max-width: 640px) {
  .section-title-heading.section-title-heading-home {
    font-size: 40px;
  }
}

.section-title-heading {
position: absolute;
top: 3px;
font-family: 'Jura', cursive;
font-size: 100px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: -012;
color: rgba(255, 38, 74, .55);
z-index: -1;
line-height: 1;

}

@media only screen and (max-width: 1200px) {
  .section-title-heading {
    font-size: 60px;
  }
}

@media only screen and (max-width: 640px) {
  .section-title-heading {
    font-size: 40px;
  }
}

.section-heading {
font-family: 'Jura', cursive;
font-size: 55px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: -0.04em;
text-align: left;
color: #fff;
line-height: 1.25;
padding: 0 0 0 129px;
margin: -16px 0 -13px 0;
}

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