#service {
  padding-top: 200px;
  /*overflow: visible;*/ }

#service .container {
  overflow: visible; }

#service .col-50 {
  width: 50%;
  float: left;
  display: inline-block;
  min-height: 100px; }

#service .title {
  text-align: left;
  margin-bottom: 0; }

#service p {
  width: 100%;
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
  color: #545F6E;
  margin-top: 50px;
  margin-bottom: 0; }

.videocontainer {
  position: relative;
  margin-top: 100px;
  text-align: center; }

.videocontainer .p {
  font-weight: 300;
  line-height: normal;
  font-size: 18px;
  color: #545F6E;
  text-align: center;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  width: 480px;
  float: right; }

.-video {
  position: relative;
  width: 480px;
  height: 320px;
  /* Dark */
  background: #545F6E;
  /* Shadow_Medium */
  -webkit-box-shadow: 0px 25px 40px rgba(31, 39, 58, 0.2);
  box-shadow: 0px 25px 40px rgba(31, 39, 58, 0.2);
  border-radius: 6px;
  float: right;
  z-index: 2; }

.oniframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(84, 95, 110, 0.5);
  cursor: pointer;
  border-radius: 6px; }

.oniframe i {
  color: #82bce7;
  position: relative;
  top: 38%;
  width: 80px;
  height: 80px; }

.oniframe svg {
  color: transparent; }

.oniframe:hover svg {
  width: 86px;
  height: 86px;
  position: relative;
  top: -3px; }

#video-raspberry {
  width: 283px;
  height: 279px;
  position: absolute;
  background: url(../../img/landing/video-raspberry.png) no-repeat 50% 50%;
  background-size: 100%;
  z-index: 3;
  top: 178px;
  left: -31px; }

#videolist {
  width: 242px;
  height: 233px;
  position: absolute;
  background: url(../../img/landing/videolist.png) no-repeat 50% 50%;
  background-size: 100%;
  z-index: 2;
  top: 54px;
  left: -26px; }

#video-kisspng {
  width: 364px;
  height: 335px;
  position: absolute;
  background: url(../../img/landing/video-kisspng.png) no-repeat 50% 50%;
  background-size: 100%;
  z-index: 2;
  top: 80px;
  left: 432px; }

#principi {
  padding-top: 150px;
  padding-bottom: 200px; }

#principi .title {
  text-align: left;
  margin-bottom: 0; }

#principi .flex-container {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.item-principi {
  width: 300px; }

.item-principi .title {
  margin-top: 16px;
  font-weight: 500;
  line-height: normal;
  font-size: 18px;
  color: #545F6E; }

.item-principi .text {
  margin-top: 16px;
  font-weight: 400;
  line-height: 27px;
  font-size: 16px;
  color: #545F6E; }
