@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700);
body {
  background-color: #0f0f0f;
  padding-top: 0px;
  color: daslightDark;
  font-family: "Open Sans", "arial", sans-serif;
  font-weight: 300;
  margin-top: 0px;
}

a {
  color: #999;
  text-decoration: none;
  outline: 0;
}
a:hover, a:active, a:focus {
  outline: 0 !important;
  text-decoration: none;
  color: #9bea2a;
}

textarea {
  resize: none;
}

input::-moz-focus-inner {
  outline: 0;
  border: 0;
  text-decoration: none;
  color: #9bea2a;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1, h2, h3, h4 {
  font-family: "Open Sans", "arial", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #9bea2a;
}

h1, h3, h5 {
  color: #9bea2a;
}

h2, h6, h4 {
  color: #19f7f7;
}

h1 {
  font-size: 55px;
  line-height: 50px;
  letter-spacing: -0.02em;
}
h1.big {
  font-size: 6em;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #ccc;
  margin-top: 10px;
}
p.smaller {
  font-size: 12px;
}
p b, p strong {
  font-weight: 400;
  color: #fff;
}

.text-bold {
  font-weight: bold;
}

.noDisplay {
  display: none;
}

.separator {
  border-top: 1px solid #eee;
}

::selection, ::-moz-selection {
  background: #404040;
  /* WebKit/Blink Browsers */
}

/* table */
table {
  color: #19f7f7;
  border-color: #404040;
}
table th {
  font-size: 2.5em;
  color: #9bea2a;
  font-family: "Open Sans", "arial", sans-serif;
  font-weight: 300;
  text-align: center;
  border-bottom-color: #404040 !important;
}
table td {
  font-weight: 300;
  font-size: 1.5em;
  text-align: center;
  border-top-color: #404040 !important;
}
table td img {
  max-width: 150px !important;
}
table td i {
  margin: 0 !important;
}
table tr > td:first-child {
  color: #777;
  text-align: left;
}
table tr > th:first-child {
  text-align: left;
}
table.table-download tr:first-child > td {
  border: 0px !important;
}
table.table-download td {
  font-size: 1.2em;
  max-width: 300px;
  vertical-align: middle !important;
}
table.table-download td h3 {
  font-size: 1.35em;
}
table.table-download td p {
  font-size: 0.8em;
  margin-top: 3px;
}
table.table-distrib td {
  font-size: 1.6em;
  vertical-align: middle !important;
}
table.table-distrib td h3 {
  font-size: 1.9em;
}
table.table-distrib td p {
  font-size: 0.9em;
  margin-top: 3px;
}
table.table-distrib tr:last-child > td {
  border-bottom: 1px solid #404040 !important;
}

/*NAVBAR*/
.dropdown-menu, .navbar-default .navbar-nav .dropdown.open .dropdown-menu {
  background-color: rgba(32, 32, 32, 0.9);
  border: 1px solid #404040;
  min-width: 100px;
  -webkit-border-radius: 0px 0 0 0;
  -moz-border-radius: 0px 0 0 0;
  -ms-border-radius: 0px 0 0 0;
  border-radius: 0px 0 0 0;
}
.dropdown-menu > li > a, .navbar-default .navbar-nav .dropdown.open .dropdown-menu > li > a {
  font-size: 13px;
  color: #fff;
  padding: 3px 10px;
}
.dropdown-menu > li > a:hover, .navbar-default .navbar-nav .dropdown.open .dropdown-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #9bea2a;
}
.dropdown-menu > li > a i, .navbar-default .navbar-nav .dropdown.open .dropdown-menu > li > a i {
  margin-right: 5px;
}

.navbar {
  height: 100px;
  font-family: "Open Sans", "arial", sans-serif;
  font-weight: 300;
  font-size: 16px;
  border: 0;
  padding-top: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar * {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-header {
  height: 90px;
}
.navbar-header .navbar-toggle {
  margin-top: 23px;
  margin-right: 25px;
}

.navbar-brand {
  padding-top: 12px;
}
.navbar-brand img {
  width: 190px;
}

.navbar-collapse {
  border: 0;
}
.navbar-collapse.collapse {
  margin-top: 28px;
  border: 0;
}
.navbar-collapse.collapse.in {
  display: block !important;
}

.navbar-default {
  background-color: rgba(30, 30, 30, 0.85);
}
.navbar-default .navbar-nav > li > a {
  padding: 2px 10px 5px 10px;
  color: #fff;
  margin: 0px 2px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #9bea2a;
}
.navbar-default .navbar-nav > li.selectLang > a {
  font-size: 0.8em;
  line-height: 19px;
  padding: 2px 8px 3px;
  margin: 0px 5px;
  vertical-align: middle;
  background-color: #252221;
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -ms-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
}
.navbar-default .navbar-nav > li.selectLang > a:hover {
  background-color: #615e5d;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active a:hover, .navbar-default .navbar-nav > .active a:focus {
  color: #9bea2a;
  font-weight: 500;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open a:hover, .navbar-default .navbar-nav > .open a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-nav .dropdown.open .dropdown-menu a {
  -webkit-border-radius: 0px 0 0 0;
  -moz-border-radius: 0px 0 0 0;
  -ms-border-radius: 0px 0 0 0;
  border-radius: 0px 0 0 0;
}

.navbarScrolled {
  /*animated reducing*/
  background-color: #202020;
  height: 80px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -moz-box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.7);
  -o-box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.7);
}
.navbarScrolled .navbar-brand {
  padding-top: 8px;
}
.navbarScrolled .navbar-brand img {
  width: 145px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.navbarScrolled .navbar-header {
  height: 80px;
}
.navbarScrolled .navbar-header .navbar-toggle {
  margin-top: 12px;
}
.navbarScrolled .navbar-collapse.collapse {
  margin-top: 18px;
  border: 0;
}
.navbarScrolled .navbar-collapse.collapse.in {
  margin-top: 0px;
  border: 0;
}

.navbar-fixed-top .navbar-collapse {
  max-height: 400px;
}

.navbar-toggle {
  padding: 6px 10px;
}

/*buttons specials */
.btn {
  font-weight: 500;
}

.btn-default-o {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
  text-shadow: none;
  border: 2px solid #fff;
}
.btn-default-o:hover {
  background-color: #fff !important;
  color: #9bea2a !important;
  border: 2px solid #fff !important;
}
.btn-default-o:hover i {
  color: #9bea2a !important;
}
.btn-default-o.blue:hover {
  color: #19f7f7 !important;
}
.btn-default-o.blue:hover i {
  color: #19f7f7 !important;
}

.btn-default {
  background-color: #fff !important;
  color: #9bea2a !important;
  text-shadow: none;
  border: 0;
}
.btn-default:hover {
  background-color: #9bea2a !important;
  color: #fff !important;
}

.btn-primary {
  background-color: #9bd634 !important;
  color: #fff !important;
  text-shadow: none;
  border: 0;
}
.btn-primary:hover {
  background-color: #9bea2a !important;
  color: #fff !important;
}

.fa-05x {
  font-size: 1.6em;
  margin-top: 2px;
}

.label-primary {
  background-color: #ff485c;
}

/*SLIDESHOW HOMEPAGE*/
#divSliderHomepage {
  background-color: #404040;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1280px;
}
#divSliderHomepage .item {
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
#divSliderHomepage .item .container .wrap {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.8);
}
#divSliderHomepage .item .container .wrap h1 {
  font-size: 5em;
  letter-spacing: -0.05em;
  line-height: 1em;
}
#divSliderHomepage .item .container .wrap h2 {
  font-size: 3em;
  line-height: 1.1em;
  font-weight: 300;
}
#divSliderHomepage .item .container .wrap p {
  font-size: 1.1em;
  color: #fff;
  margin-top: 15px;
  line-height: 1.4em;
}
#divSliderHomepage .item .container img {
  width: 100%;
  text-align: center;
  max-width: 750px;
}

.carousel-indicators {
  bottom: -4px;
}

/* FOOTER */
footer {
  padding: 65px 0px 50px;
  background-color: #202020;
}
footer a:hover {
  color: #19f7f7;
}
footer h4 {
  color: #9bea2a;
}
footer img {
  max-width: 140px;
}
footer p {
  font-size: 0.8em;
  margin-top: 5px;
  line-height: 15px;
  color: #777;
}
footer ul {
  padding: 0;
  list-style: none;
}
footer ul li {
  list-style: none;
  padding: 2px 0px;
}
footer ul a i {
  margin-right: 5px;
}

/* NEWS LIST HORIZONTAL*/
.newsList {
  border-top: 1px solid #eee;
  padding: 50px 0px;
}
.newsList:first-child {
  border: 0px;
}
.newsList > div > h1 {
  font-weight: 400;
  font-size: 5.5em;
  line-height: 1.2em;
  margin-bottom: 0px;
  margin-top: 0px;
}
.newsList > div > h3 {
  color: #ff485c;
}
.newsList > div > p {
  line-height: 1.6em;
  font-size: 1.1em;
  color: #252221;
}
.newsList > div > img {
  max-width: 90%;
}
.newsList > div > h5 {
  font-family: "Open Sans", "arial", sans-serif;
  letter-spacing: -0.08em;
  margin: 0px 0px 25px 0px;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 50;
}
.container-fluid .newsListHorizontal > a {
  display: block;
}
.container-fluid .newsListHorizontal > a > div {
  background-color: #202020;
  min-height: 250px;
  padding: 18px 20px 10px;
  border-right: 1px solid #404040;
  border-top: 1px solid #404040;
}
.container-fluid .newsListHorizontal > a:hover > div {
  background-color: #9bea2a;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.container-fluid .newsListHorizontal > a:hover > div h1 {
  color: #404040;
  -webkit-transition: color 0.7s;
  -moz-transition: color 0.7s;
  -ms-transition: color 0.7s;
  transition: color 0.7s;
}
.container-fluid .newsListHorizontal > a:hover > div h3, .container-fluid .newsListHorizontal > a:hover > div p {
  color: #fff;
  -webkit-transition: color 0.7s;
  -moz-transition: color 0.7s;
  -ms-transition: color 0.7s;
  transition: color 0.7s;
}
.container-fluid .newsListHorizontal h1 {
  font-weight: 400;
  font-size: 3.2em;
  line-height: 1em;
  margin-bottom: 15px;
  margin-top: 5px;
}
.container-fluid .newsListHorizontal h3 {
  color: #19f7f7;
}
.container-fluid .newsListHorizontal p {
  line-height: 20px;
  color: white;
}
.container-fluid .newsListHorizontal img {
  max-height: 200px;
  max-width: 100%;
}

/* SCROLLING EFFECT*/
.scrollAppear {
  opacity: 0;
}
.scrollAppear.showAppear {
  opacity: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  transition: opacity 1s;
}

/**/
.stripe {
  padding: 65px 0px;
}
.stripe.sepTop {
  border-top: 1px solid #404040;
}
.stripe.smallPadding {
  padding: 30px 0px;
}
.stripe i {
  margin-right: 7px;
  vertical-align: middle;
}
.stripe img {
  max-width: 100%;
}
.stripe img.osComp {
  max-height: 70px;
  max-width: 10%;
  margin-right: 1%;
}
.stripe img.imgHardwarePicto {
  max-width: 70%;
}
.stripe.stripePict {
  background: #000;
  background-image: url("../img/about2.jpg");
  background-position: 50% 50%;
  background-size: cover;
}
.stripe.stripePict p {
  font-size: 1.1em;
  color: #fff;
  -moz-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
  -o-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8);
}
.stripe.stripePict h2 {
  color: #fff !important;
  text-shadow: none;
}
.stripe.stripePict h1 {
  text-shadow: none;
  color: #fff !important;
}
.stripe.stripeColored {
  /*        input,button{
              border-color: #fff;
              background-color: #FFF;
              box-shadow: none;
          }

          a{
              color:#fff;
              font-weight:400;

              &:hover{
                  color:$daslightDark; 
              }
          }

          ul{

              li {

                  &:before{
                      color:$daslightClear;
                  }

              }
          }*/
}
.stripe.stripeColored * {
  color: #fff;
}
.stripe.stripeColored.blue {
  background-color: #38dfdf;
}
.stripe.stripeColored.green {
  background-color: #9bd634;
}
.stripe.stripeColored.green select {
  background-color: #9bd634;
  border: 2px solid #fff;
  font-weight: 500;
  vertical-align: top;
  padding-top: 7px !important;
}
.stripe.stripeColored.green select option {
  vertical-align: middle;
}
.stripe.separator {
  border-top: 1px solid #eee;
}
.stripe ul {
  padding: 15px;
  list-style: none;
  padding: 0px;
}
.stripe ul li {
  padding: 2px 0px;
}
.stripe ul li:before {
  content: "• ";
  color: #404040;
}
.stripe ul a {
  font-weight: 400;
  font-size: 16px;
}
.stripe ul a i {
  margin-right: 5px;
}

.linkCard {
  background-color: #202020;
  -webkit-border-radius: 25px 25px 25px 25px;
  -moz-border-radius: 25px 25px 25px 25px;
  -ms-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
  min-height: 200px;
  display: block;
  padding: 20px;
  margin: 30px 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.linkCard h2 {
  color: #fff !important;
  font-size: 2.9em;
  line-height: 1em;
  margin: 0px 0px 10px 0px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.linkCard h3, .linkCard h4 {
  color: #9d918d !important;
  font-size: 1.1em !important;
  margin: 0px 0px 5px 0px !important;
  font-family: "Open Sans", "arial", sans-serif;
  font-weight: 300;
  letter-spacing: 0em;
}
.linkCard h4 {
  font-weight: 500;
}
.linkCard h4 i {
  vertical-align: top;
  margin-right: 0;
  font-size: 1em !important;
}
.linkCard.linkDistributor h4 {
  font-weight: 500;
  color: #ff485c !important;
  margin-top: 5px !important;
}
.linkCard.linkDistributor h4 i {
  vertical-align: middle;
}
.linkCard.linkDistributor h3 {
  margin-top: 25px !important;
}
.linkCard .logo {
  display: inline-block;
  width: 166px;
  height: 166px;
  -webkit-border-radius: 83px 83px 83px 83px;
  -moz-border-radius: 83px 83px 83px 83px;
  -ms-border-radius: 83px 83px 83px 83px;
  border-radius: 83px 83px 83px 83px;
  margin: 30px 0px;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 85%;
  border: 3px solid #9d918d;
}
.linkCard:hover {
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.linkCard:hover h2 {
  color: #252221 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.videoDialog {
  position: fixed;
  width: 100%;
  top: 0;
  display: none;
  background-color: rgba(37, 34, 33, 0.9);
  z-index: 1500;
}

/* modal*/
h4.modal-title {
  color: #404040;
}

/* big frame*/
.bigFrame {
  background-color: rgba(0, 0, 0, 0.73);
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  -ms-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  padding: 30px 40px;
  color: #fff;
}
.bigFrame h2, .bigFrame h3, .bigFrame h4, .bigFrame p {
  color: #fff;
}
.bigFrame h2 {
  font-size: 2.5em !important;
  color: #9d918d !important;
}
.bigFrame h1 {
  color: #ff485c !important;
  font-size: 7em !important;
}

.maxHeightImgProduct {
  max-height: 300px;
}

/*# sourceMappingURL=lumidesk.css.map */
