body, html{
width:100%;
overflow-x: hidden;
}

.tinted { opacity: 0.8; }
.blur{
  opacity:0;
}

.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}
.shadow-nav
{
-moz-box-shadow: 0 5px 5px #000;
-webkit-box-shadow: 0 5px 5px #000;
box-shadow: 0px 5px 5px #000;
}
.blurred-container{
  position:relative;
  width:100%;
  height:540px;
  top:0;
  left:0;
}
.blurred-container > .img-src{
    position:fixed;
    width:100%;
    height:540px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
}
.blurred-container .motto{
    color: #FFFFFF;
    font-size: 76px;
    font-weight: 600;

    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
    text-transform: uppercase;
    top: 100px;
    z-index: 3;

    display: block;
    margin: 0 auto;
    position: relative;
    width: 450px;
    height: 0;
}
.blurred-container .motto .border{
    float: left;
    border: 3px solid #FFFFFF;
    padding: 0px 30px;
    text-align: center;
}
.blurred-container .motto .no-right-border{
    border-right: none;
}
/*hover effect*/
.hovereffect {
width:100%;
height:auto;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
/*padding-bottom:20px;*/
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;

}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
.parallax-pro{
  width:100%;
  display: block;
  position: relative;
  background-color: #000;
}
.parallax-pro > .img-src{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    
}
.parallax-pro:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    display: block;
    content: "";
    z-index: 0;
}
.parallax-pro .container{
    padding-top: 20px;
    z-index: 1;
    position: relative;
}
.parallax-pro .hello a{
    color: #fff;
    text-decoration: none;
}
.parallax-pro .hello{
    font-size: 48px;
    font-weight: 300;
    position: relative;
/*     width: 430px; */
    margin: 30px auto 50px;
}
.parallax-pro .label{
    font-size: 18px;
    position: absolute;
    text-transform: uppercase;
    background-color: #FF9500;
    color: #FFFFFF;
    width: 60px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 0;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0;
}
.parallax-pro small{
    padding-top: 15px;
    font-size: 20px;
    display: block;
    color: #fff;
}
.parallax-pro ul{
     width: 280px;
    margin: 0 auto;
}
.parallax-pro li{
    padding: 9px 0;
    border-bottom: 1px solid #777;
}
.parallax-pro .actions{
    margin-top: 40px;
}
.parallax-pro .actions{
    margin-left: 10px;
}
.parallax-pro .motto{
    color: #FFFFFF;
    font-size: 64px;
    font-weight: 600;
    position: relative;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
    text-transform: uppercase;
    z-index: 3;
    margin: 0 auto;
    top: 22%;
    width: 285px;
}
.parallax-pro .motto .pro{
    position: absolute;
    font-size: 18px;
    background-color: #FFFFFF;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    color: #333333;
    text-shadow: 0 0 0;
}
.parallax-pro .motto .square{
       padding: 7px 14px;
    height: auto;
    width: auto;
    line-height: inherit;
    border-radius: 6px;
    bottom: 22px;
    right: -25px;
    color: #FFFFFF;
    background-color: #ff9500;
    font-weight: 300;
    background-color: #ff9500;
}
.social-share{
    margin-right: 0px;
    margin-top: 10px;
}
.footer h4{
    margin: 0px 0 20px;
}
.space-30{
    height: 30px;
    display: block;
}
.credits{
    display: block;
    margin: 15px 0;
    color: #ddd;
    opacity: .8;
}
.credits a{
    color: #FFFFFF;
}
.sharing-title{
    margin: 10px;
    line-height: 40px;
}
.social-line{
    padding: 5px 0;
}
.section-gray{
    padding: 10px 0;
    background-color: #EEE;
}
.section-gray h5{
    margin: 0;
    line-height: 40px;
}
/* product card */
.mb.card-body{
    text-align: center;
}
.mb.btn{
    border-radius: 0;
    box-shadow: 0.5px 1px 2px hsla(0, 0%, 20%, 1);
}
.mb.btn:hover{
    transform: translateY(-2px);
    box-shadow: 2px 2px 5px hsla(0, 0%, 20%, 1);
}
.mb.card{
    border-radius: 0px / 0px;
    overflow: hidden;
    box-shadow: 0.5px 1px 2px hsla(0, 0%, 20%, 1);
}

/*   EXTRA SHIT  */
/* @cristina: fisier singular, folosit pentru efectul de blur la parallax in header */

.blurred-container{
  position:relative;
  width:100%;
  height:540px;
  top:0;
  left:0;
}
.blurred-container > .img-src{
    position:fixed;
    width:100%;
    height:540px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;
}
.header-container{
  position:relative;
  width:100%;
  height:280px;
  top:0;
  left:0;
  background-color:#000;
}
/* log related */
.logo {
max-height:50px;
}
.logo-container{
    margin-top: 10px;
}
.logo-container .logo{
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #333333;
    height: 50px;
    width: 50px;
    float: left;
}
.logo-container .logo img{
    width: 100%;
}
.logo-container .brand{
    font-size: 18px;
    color: #FFFFFF;
    float: left;
    height: 50px;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 5px;
    width: 60px;
}
/* tim stuff */
.tim-container{
    background: #ffffff;

}
.tim-row{
    margin-bottom: 20px;
}
.tim-title{
    margin-top: 30px;
    margin-bottom: 15px;
}
.tim-typo{
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;   
}
.tim-typo .tim-note{
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}
.tim-row h3{
    margin-top: 0;
}
.bg-gray{
background-color:#666;
background-color: rgba(102,102,102,0.5);
}
.bg-lt-gray{
background-color: #ccc;
background-color: rgba(204,204,204,0.2);

}
/* backgrounds */
.gr-background{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bfbfbf+19,000000+100 */
background: #fff; /* Old browsers */
background: -moz-linear-gradient(top,  #fff 19%, #000000 70%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fff 19%,#000000 70%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fff 19%,#000000 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.gr-background2{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bfbfbf+19,000000+100 */
background: #fff; /* Old browsers */
background: -moz-linear-gradient(top,  #fff 20%, #000000 90%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fff 20%,#000000 90%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fff 20%,#000000 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.gr-background-reverse{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bfbfbf+19,000000+100 */
background: #bfbfbf; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 19%, #bfbfbf 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #000000 19%, #bfbfbf 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #000000 19%, #bfbfbf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */
}
/*page loader div*/
.loader,
        .loader:after {
            border-radius: 50%;
            width: 10em;
            height: 10em;
        }
        .loader {            

            margin:auto;
            font-size: 10px;
            position: absolute;
            top:0;
            right:0;
            left:0;
            bottom:0;
            text-indent: -9999em;
            border-top: 0.5em solid rgba(255, 255, 255, 0.2);
            border-right: 0.5em solid rgba(255, 255, 255, 0.2);
            border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
            border-left: 0.5em solid #ff0000;
            -webkit-transform: translateZ(0);
            -ms-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-animation: load8 1.1s infinite linear;
            animation: load8 1.1s infinite linear;
        }
        @-webkit-keyframes load8 {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
        @keyframes load8 {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
         #loadingDiv {
            position:fixed;
            top:0;
            left:0;
            width:100%;
            height:100%;
            background-color:#000;
            z-index:2147483647;
            background-image:url('../img/logos/SSI-2020.png');
            background-position: center center;
            background-repeat: no-repeat;
            background-size:90px;
        }
@media (max-width:560px){
#aboutSsi{
	margin-left:0px !important;
	}
.dropdown-menu.mega-menu{
max-height:none !important;
}
}
/*end page loader css*/
@media (max-width: 768px){
    .blurred-container .motto{
        font-size: 60px;
        width: 268px;
        top: 130px;
    }
}


#scrubbing {
  background: url(/img/red-fuel.jpg) 50% 100% no-repeat;
  background-size: contain;
  padding-bottom: 30%;
  margin-bottom: -2em;
  font-size: 18px;
}
#scrubbing ol {
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  counter-reset: item;
  column-width: 400px;
}
#scrubbing ol > li {
  margin: 0 0 .75em;
  padding: 0 0 0 2em;
  line-height: 1.3em;
  text-indent: -1em;
  list-style-type: none;
  counter-increment: item;
  letter-spacing: -.02em;
  color: #353535;
  page-break-inside: avoid;
}
#scrubbing ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
  color: #000;
}
#scrubbing ol li strong {
  color: #000;
}
#scrubbing header {
  background: url(/img/dfc-topper.jpg) 0 0 no-repeat;
  background-size: contain;
  text-indent: -1234em;
  aspect-ratio: 2.2/1
}
#scrubbing header * {
  font-size: 0;
}
#scrubbing h3 {
  color: #d2232a;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -.03em;
  font-size: 30px;
  margin: 0;
}
#scrubbing h3 + p {
  margin-top: 0;
  color: #d2232a;
  letter-spacing: -.03em;
}

#scrubbing figure table {
  width: calc(100% + 20px);
  border-collapse: separate;
  border-spacing: 10px;
  margin: 0 -10px;
}
#scrubbing figure table img {
  max-width: 100%;
  object-fit: cover;
}
#scrubbing p.contactus {
  float: right;
  min-width: 50%;
  text-align: center;
  margin: 3em 0 -3.5em;
  font-size: 1.25em;
  padding-right: 4em;
  line-height: 1.75em;
}
#scrubbing p.contactus strong {
  font-size: 2.2em;
  display: block;
}
@media (max-width: 992px) {
  #scrubbing p.contactus {
    font-size: .8em;
  }
}
@media (max-width: 768px) {
  #scrubbing p.contactus {
    float: none;
    margin: 0;
    padding: 0;
  }
}
