@charset "utf-8";
/* CSS Document */

body,html {
  height: 100%;
}

body {
/*   padding-top: 80px; */
  font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #5a5a5a
}

h1 {
  font-weight: 900;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
}

h2 {
  line-height: 1.3
}
/*
.navbar img {
  width: 170px
} */

/* 5-grid addition to bootstrap */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* 8-grid addition to bootstrap */
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-18 {
    width: 12.5%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-18 {
        width: 12.5%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-18 {
        width: 12.5%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-18 {
        width: 12.5%;
        float: left;
    }
}

#hospitalityapps h2 {
  padding-bottom: 40px
}

#hospitalityapps .row {
  background-color: white;
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px 10px;
  margin: 0px;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.10);
	-moz-box-shadow:    1px 1px 4px 0px rgba(50, 50, 50, 0.10);
	box-shadow:         1px 1px 4px 0px rgba(50, 50, 50, 0.10);
}


#hospitalityapps .tab-content img {
  -webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.20);
	-moz-box-shadow:    2px 2px 4px 0px rgba(50, 50, 50, 0.20);
	box-shadow:         2px 2px 4px 0px rgba(50, 50, 50, 0.20);
  background: rgb(45,45,45); /* Old browsers */
background: -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(63,63,63,1) 50%, rgba(10,14,10,1) 51%, rgba(10,8,9,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(63,63,63,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(63,63,63,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#0a0809',GradientType=0 ); /* IE6-9 */
}

#hospitalityapps .tab-content .app-icon {
    padding-bottom: 10px;
    padding-top: 10px;
}

#hospitalityapps .col-tn-4 {
  padding-left: 10px;
  padding-right: 10px
}

#socialmedia .right {
  text-align:right
}

#socialmedia h2 {
  padding-bottom: 15px;
  line-height: 1.3
}

#socialmedia h3 {
  font-size: 18px;
  color: #5a5a5a;
  font-weight:700;
  padding: 5px 0px;
}

#socialmedia .p-last {
  padding-bottom: 40px
}

#socialmedia .tab-content {
    background-color: white;
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 10px;
    margin: 0px;
}

#socialmedia #advantages {
  background-image: url(../images/socialmedia/bg.jpg);
  background-size: cover
}

#socialmedia #advantages h2 {
  color: white
}

section {
  padding: 40px 0px
}

.img-stack {
  padding: 20px 0px
}

/* BG */

#intro {
  background-image: url(../images/hospitalityapps/bg_01.jpg);
  background-size:cover
}

.light_grey {
  background-image: url(../images/bg/noisy-grid.png);
  background-color:#F1F1F1
}

.dark_grey {
  background-color:#797979;
  color: white
}

/* GALLERIES */

.gallery {
  padding: 0px;
  margin: 50px
}

.flickity-page-dots {
  bottom: 20px!important
}

.gallery-cell {
  width: 100%
 }
 
 .gallery-cell img {
  max-width: 100%
 }
 
 .big_pic {
   position: relative;
   padding: 30px 0px;
   margin: 50px;
 }
 
 .big-pic img {
   max-width: 100%;
   height: auto;
 }

/*Back to top button */
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 1024px) {
  main p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(37, 134, 200, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #2586c8;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/*Back to top button */

/* NAVBAR */ /*
.navbar{
	border-radius: 0px;
	border-color: #cecece;
	height: 80px;	
}

.navbar .navbar-header {
  padding: 5px 0px 0px 15px
}

.navbar .navbar-right {
  padding-top: 17px;
  padding-right: 15px;
  text-transform: uppercase;
  font-size: 17px
}

.navbar .navbar-right li a:hover {
  color: black
}

.navbar-inverse {
	background: linear-gradient(to bottom,#FFFFFF ,#ECECEC 60%);
	border-color: #cecece;
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.30);
	-moz-box-shadow:    0px 2px 8px 0px rgba(50, 50, 50, 0.30);
	box-shadow:         0px 2px 8px 0px rgba(50, 50, 50, 0.30);
}

.navbar-collapse.collapse.in,
.navbar-collapse.collapsing
 {
	border: none;
	background-color: rgba(250, 250, 250, 0.95);
	margin-top: 9px;
	text-align: center;
		-webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.30);
	-moz-box-shadow:    0px 2px 8px 0px rgba(50, 50, 50, 0.30);
	box-shadow:         0px 2px 8px 0px rgba(50, 50, 50, 0.30);
}

.navbar-collapse.collapse.in li,
.navbar-collapse.collapsing li
 {	
 	background-color: transparent
 }

.navbar-inverse .navbar-toggle {
  border-color: #949494;
  margin-top: 15px
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #ededed;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #949494;
}
*/

.wide, .parralax-window {
  position: relative;
  width:100%;
  height:600px;
  background-size:cover;
  background-position:center
}

.wide img {
  width:100%;
}

.wide .black-overlay {
  position:absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Standard syntax (must be last) */
}

.wide .black-overlay .headline-wrapper {
  position: relative;
  height: 100%;
  width: 100%
}

.wide .black-overlay .headline {
  position: absolute;
  color: white;
  width: 100%;
  height: 100%;
  display: table
}

.wide .black-overlay .headline h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

.logo {
  color:#fff;
  font-weight:800;
  font-size:14pt;
  padding:25px;
  text-align:center;
}


.line {
  padding-top:20px;
  white-space:no-wrap;
  overflow:hidden;
  text-align:center;
}

.img-center {
  margin: 0px auto;
}

.img-center img {
  display:block;
    margin:auto;
}

h2 span {
  font-family: 'Lato', sans-serif;
	text-align: center;
	font-size: 80px;
  opacity: 0.5;
	font-weight: 100;
	line-height: 0.9;
	text-transform:uppercase;
}

/* Live demo */
.fullheight {
  min-height:100%;
  position:relative;
}

#livedemo {
  padding-top: 40px;
  padding-bottom:155px;
}

#livedemo .container-fluid {
  max-width: 1200px
}

#livedemo p {
  padding-top: 15px
}

#livedemo .media {
  padding: 20px
}

#livedemo .media:first-child {
  margin-top: 15px;
}

#livedemo button {
  margin-top: 15px;
  margin-bottom: 40px
}

#livedemo a {
  color: black;
}

#livedemo button:hover a {
  color: white;
  text-decoration: none
}

#livedemo button:hover  {
  background-color: #2586c8;
  color: white
}

.stickyfooter {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Solutions */

.gallery-solutions {
	padding: 0px
}

.gallery-solutions .gallery-cell{
	width: 25%;
	padding: 0px 7px 0px 7px
}

.solutions-slideshow {
  position: relative;
  overflow: hidden;
  height: 250px;
   -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.30);
	-moz-box-shadow:    2px 2px 2px 0px rgba(50, 50, 50, 0.30);
	box-shadow:         2px 2px 2px 0px rgba(50, 50, 50, 0.30);
}
.slideshow-images {
  background: url(../images/solutions/slideshowNames.jpg);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 20;
  height: 100%;
  width: 300%;
  animation: slideshow 90s linear infinite;
}

@keyframes slideshow {
  0%    { left: 0; }
  100%  { left: -200%; }
}

.hovereffect {
  width: 100%;
  height: 250px;
  border-radius: 4px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #2586c8;
  margin-bottom: 30px;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.30);
	-moz-box-shadow:    2px 2px 2px 0px rgba(50, 50, 50, 0.30);
	box-shadow:         2px 2px 2px 0px rgba(50, 50, 50, 0.30);
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 75px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  overflow: hidden;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.5
}

.hovereffect:hover img {
  opacity: 0.1;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
	text-shadow: 1px 1px 8px black;
	font-weight:700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

#index {
  background-color: #F1F1F1;
}

.index-wide {
  height: 200px;
  background-position: bottom
}

.index-wide .black-overlay {
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
}

#index h1 {
  text-shadow: none;
  padding-top: 30px
}

#index .container-fluid {
  padding-right: 5px;
  padding-left: 5px
}

#index .col-md-4 {
  margin-bottom: 13px;
  padding-left: 0px;
  padding-right: 0px
  
}

#index .grid {
	padding: 20px 0px 0px 0px;
}

#index .grid li {
  padding: 0px 10px;
}

#index .grid figure {
  -webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.40);
	-moz-box-shadow:    2px 2px 4px 0px rgba(50, 50, 50, 0.40);
	box-shadow:         2px 2px 4px 0px rgba(50, 50, 50, 0.40);
}

#index .grid figure img {
  float: right;
  height: 250px
}

#index .grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px 10px 10px;
    color: #fff;
}

#index .grid figcaption h3 {
  font-size: 16px;
  text-align: center;
  padding-top: 0px;
  margin-bottom: 13px
}

#index .grid figcaption p {
  text-align: center
}

#index figcaption span {
  color: white;
  padding: 10px
}

#index figcaption .btn {
  width: 96%;
  position: absolute;
  bottom: 20px;
  right: 2%;
  left: 2%;
  padding: 10px;
  color: rgba(255,255,255,1)
}

#index figcaption .btn:hover {
  color: rgba(255,255,255,0.8)
}

#index_footer {
	height: 180px;
}

#index_footer .vcard {
  padding-top: 13px
}

#index_footer #hospitality-apps {
  border: 1px dashed white;
  padding-top: 10px;
  padding-bottom: 10px
}

#index_footer p {
  margin-bottom: 3px
}

#index_footer h4 {
  margin-top: 0px;
  margin-bottom: 0px
}

#index_footer .well {
  margin-top: 10px
}

#index_footer span img {
  width: 55px
}

.live-demo {
  background-color: #2586c8!important
}

#index_footer #social-buttons {
  padding-top: 35px
}

#guestarea .img-responsive {
  padding: 20px
}

#aboutus .container-fluid,
#meetyourguests .container-fluid {
  max-width: 1280px;
  padding: 0px
}

#aboutus .videoplayer,
#meetyourguests .videoplayer {
  padding: 0px
}

#turnkeysolutions p {
  padding-bottom: 15px
}

#turnkeysolutions h2 {
  padding-bottom: 15px;
  padding-top: 0px!important
}

#turnkeysolutions .caption {
  padding-top: 20px
}

#turnkeysolutions #solutions {
  background-image: url(../images/turnkeysolutions/stairs.jpg);
  background-size:cover;
  background-position:center center;
  color: white
}

#turnkeysolutions #solutions p {
  padding-bottom: 0px
}

#turnkeysolutions #financing .img-center{
  padding-bottom: 15px
}

#turnkeysolutions .grid figure {
  height: 190px
}

#turnkeysolutions .grid figure img {
  top: 40px;
  height: auto;
  width: auto;
}

#turnkeysolutions .grid .smart-signage img {
  top: 10px;
}

#turnkeysolutions .cs-style-3 smart-signage:hover .smart-signage img,
#turnkeysolutions .cs-style-3 smart-signage.cs-hover .smart-signage img {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

#turnkeysolutions .solutionbox {
  padding-left: 0px;
  padding-right: 0px
}

#turnkeysolutions .grid figure figcaption {
  bottom: 0px
}

#turnkeysolutions .grid figure h3 {
  font-size: 16px;
  text-align: center;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px
}

#turnkeysolutions .cs-style-3 figure:hover img,
#turnkeysolutions .cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
}

#turnkeysolutions .cs-style-3 figcaption {
	background-color: rgba(0,0,0,0);
	height: 290px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 1;
	-webkit-transform: translateY(70%);
	-moz-transform: translateY(70%);
	-ms-transform: translateY(70%);
	transform: translateY(70%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

#turnkeysolutions .cs-style-3 figcaption p {
  text-align: center!important;
  font-size: 13px;
  margin: 5px;
  line-height: 1.2;
  color: white;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

#turnkeysolutions  .cs-style-3 figure:hover figcaption,
#turnkeysolutions .cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(160px);
	-moz-transform: translateY(160px);
	-ms-transform: translateY(160px);
	transform: translateY(160px);
	background-color: rgba(90,90,90,0);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

#turnkeysolutions  .cs-style-3 figure:hover figcaption p,
#turnkeysolutions .cs-style-3 figure.cs-hover figcaption p {
  opacity: 1;
}

#turnkeysolutions .cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 10px;
	left:10px
}

#brandedhardware .img-wrap,
#socialmedia .img-wrap {
  position: relative;
  height: 150px;
  width: auto;
  white-space: nowrap;
}

#brandedhardware #intro img,
#socialmedia #intro img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#planyourscreens #intro .img-wrap {
  position: relative;
  height: 80px;
  width: auto;
  white-space: nowrap;
}

#planyourscreens .gallery {
  margin-bottom: 0px;
  margin-top: 20px
}

#planyourscreens img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#planyourscreens .figures {
  padding: 20px 0px
}

#planyourscreens .flickity-page-dots {
  bottom: -10px!important
}
#planyourscreens .flickity-prev-next-button {
  margin: 0px -65px
}

#planyourscreens table {
  margin: 5px 0px
}

#planyourscreens table tr:first-child td:first-child, 
#planyourscreens table tr:first-child td:first-child + td 
{
  border-top: none
}

/* social tabs */
#socialmedia #tabs {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#socialmedia #tabs li {
  float: left;
  margin: 0 .5em 0 0;
}

#socialmedia #tabs a {
  position: relative;
  background: #ddd;
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  padding: .7em 3.5em;
  float: left;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  border-radius: 5px 0 0 0;
  box-shadow: 0 2px 2px rgba(0,0,0,.4);
  

}

#socialmedia #tabs a:hover,
#socialmedia #tabs a:hover::after,
#socialmedia #tabs a:focus,
#socialmedia #tabs a:focus::after {
  background: #fff;
}

#socialmedia #tabs a:focus {
  outline: 0;
}

#socialmedia #tabs a::after {
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  box-shadow: 2px 2px 2px rgba(0,0,0,.2);
  border-radius: 0 5px 0 0;  
}

#socialmedia #tabs #current a,
#socialmedia #tabs #current a::after {
  background: #fff;
  z-index: 3;
}

#content {
  background: #fff;
  padding: 2em;
  position: relative;
  z-index: 2; 
  border-radius: 0 5px 5px 5px;
  box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .2);
}

#content .flickity-page-dots {
  bottom: -30px!important
} 

#content .flickity-prev-next-button {
  margin: 0px -65px
}

#socialicons {
  padding: 35px 0px
}

#partners .headline-wrapper {
  padding-top: 20px
}

#personalizedmarketing .panel {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  	-webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.10);
	-moz-box-shadow:    2px 2px 4px 0px rgba(50, 50, 50, 0.10);
	box-shadow:         2px 2px 4px 0px rgba(50, 50, 50, 0.10);
}

#personalizedmarketing .parameter-icon {
  padding: 40px
}

#personalizedmarketing .panel-footer {
  padding: 2px
}

#personalizedmarketing .parameter-title p {
  margin: 0px
}

#personalizedmarketing #welcomeportal .nav,
#personalizedmarketing #welcomeportal #welcomeportaltabs {
  padding-top: 20px
}

#personalizedmarketing #welcomeportal li {
  background-color: white;
  margin-top: 3px;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.10);
	-moz-box-shadow:    2px 2px 4px 0px rgba(50, 50, 50, 0.10);
	box-shadow:         2px 2px 4px 0px rgba(50, 50, 50, 0.10);
}

#personalizedmarketing #welcomeportal li a {
  color: #5a5a5a;
  font-weight: 700;
  border-radius: 0px
}

#personalizedmarketing #welcomeportal li a:hover {
  color: black!important;
}

#personalizedmarketing #welcomeportal .nav-pills>li.active>a {
  color: white;
}

#personalizedmarketing #welcomeportal .nav-pills>li.hover>a {
  color: #5a5a5a!important
}

#startersolutions .scheme {
  padding-top: 20px
}

#startersolutions .grey-line {
  top: 73px;
  height: 5px;
    background-color: #EEEEEE;
    z-index: -1;
    width: 240px;
    position: absolute;
    left: 130px
}

#startersolutions li {
  list-style: none;
  
}

#startersolutions #gui .videoplayer {
  position: absolute;
  left: 30px;
  top: -12px;
  margin-left: 75px;
  margin-right: 100px
}

#startersolutions #systemefficiency .img-responsive {
  margin-bottom: 10px
}

#startersolutions #gui ul {
  
  padding: 0;
  padding-top: 35px;
  padding-left: 1.0em;
  line-height: 2.5
}


#startersolutions li:before {
  content: "\f105"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.0em; /* same as padding-left set on li */
  width: 1.0em; /* same as padding-left set on li */
}

#startersolutions #screensharing .fa {
  padding-top: 95px
}

#startersolutions #screensharing .tablet {
  padding-top: 8px
}

#startersolutions #screensharing p {
  padding-top: 15px;
  margin-left: 27px
}

#startersolutions #startersocialnews h2 {
  text-align: right;
  padding-top: 0px;
  margin-top: 3px;
  margin-right: 10px
}

#startersolutions #startersocialnews p {
  padding-left: 0px
}

#startersolutions #hotelnews {
  color: white;
  background-image: url(../images/startersolutions/black_background.jpg);
  background-size:cover
}

#startersolutions #hotelnews p {
  padding-top: 12px
}

#startersolutions #systemsetup .col-xs-6 p {
  padding-top: 12px
}

#startersolutions #systemsetup .img-responsive {
  padding: 12px
}

#startersolutions #systemsetup .grey-line01 {
  height: 3px;
    background-color: #EEEEEE;
    z-index: -1;
    width: 200px;
    position: absolute;
    top: 90px;
    left: 100px;
    -ms-transform: rotate(25deg); /* IE 9 */
    -ms-transform-origin: 40% 40%; /* IE 9 */
    -webkit-transform: rotate(25deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 40% 40%; /* Chrome, Safari, Opera */
    transform: rotate(25deg);
    transform-origin: 40% 40%;
}

#startersolutions #systemsetup .grey-line02 {
  height: 3px;
    background-color: #EEEEEE;
    z-index: -1;
    width: 200px;
    position: absolute;
    top: 170px;
    left: 100px;
    -ms-transform: rotate(-16deg); /* IE 9 */
    -ms-transform-origin: 40% 40%; /* IE 9 */
    -webkit-transform: rotate(-16deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 40% 40%; /* Chrome, Safari, Opera */
    transform: rotate(-16deg);
    transform-origin: 40% 40%;
}

#startersolutions #systemsetup .grey-line03 {
  height: 3px;
    background-color: #EEEEEE;
    z-index: -1;
    width: 200px;
    position: absolute;
    top: 72px;
    left: 120px;
    -ms-transform: rotate(11deg); /* IE 9 */
    -ms-transform-origin: 40% 40%; /* IE 9 */
    -webkit-transform: rotate(11deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 40% 40%; /* Chrome, Safari, Opera */
    transform: rotate(11deg);
    transform-origin: 40% 40%;
}

#startersolutions #systemsetup .grey-line04 {
  height: 3px;
    background-color: #EEEEEE;
    z-index: -1;
    width: 100px;
    position: absolute;
    top: 24px;
    left: 283px;
    -ms-transform: rotate(90deg); /* IE 9 */
    -ms-transform-origin: 40% 40%; /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 40% 40%; /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    transform-origin: 40% 40%;
}

#startersolutions #systemsetup .grey-line05 {
 height: 3px;
    background-color: #2586c8;
    opacity: 0.5;
    z-index: -1;
    width: 380px;
    position: absolute;
    top: 100px;
    left: 110px;
    -ms-transform: rotate(32deg); /* IE 9 */
    -ms-transform-origin: 40% 40%; /* IE 9 */
    -webkit-transform: rotate(32deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 40% 40%; /* Chrome, Safari, Opera */
    transform: rotate(-20deg);
    transform-origin: 40% 40%;
}

#startersolutions #systemsetup .grey-line06 {
  height: 3px;
    background-color: #EEEEEE;
    z-index: -1;
    width: 380px;
    position: absolute;
    top: 103px;
    left: 120px;
    -ms-transform: rotate(32deg); /* IE 9 */
    -ms-transform-origin: 40% 40%; /* IE 9 */
    -webkit-transform: rotate(32deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 40% 40%; /* Chrome, Safari, Opera */
    transform: rotate(-20deg);
    transform-origin: 40% 40%;
}

#startersolutions #systemsetup .grey-line07 {
 height: 3px;
    background-color: #2586c8;
    opacity: 0.5;
    z-index: -1;
    width: 380px;
    position: absolute;
    top: 144px;
    left: 110px;
    -ms-transform: rotate(-6deg); /* IE 9 */
    -ms-transform-origin: 40% 40%; /* IE 9 */
    -webkit-transform: rotate(-6deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 40% 40%; /* Chrome, Safari, Opera */
    transform: rotate(-6deg);
    transform-origin: 40% 40%;
}

#startersolutions #systemsetup .grey-line08 {
  height: 3px;
    background-color: #EEEEEE;
    z-index: -1;
    width: 380px;
    position: absolute;
    top: 150px;
    left: 120px;
    -ms-transform: rotate(-6deg); /* IE 9 */
    -ms-transform-origin: 40% 40%; /* IE 9 */
    -webkit-transform: rotate(-6deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 40% 40%; /* Chrome, Safari, Opera */
    transform: rotate(-6deg);
    transform-origin: 40% 40%;
}

#startersolutions #systemsetup .grey-line09 {
  height: 3px;
    background-color: #EEEEEE;
    z-index: -1;
    width: 350px;
    position: absolute;
    top: 186px;
    left: 130px;
    -ms-transform: rotate(11deg); /* IE 9 */
    -ms-transform-origin: 40% 40%; /* IE 9 */
    -webkit-transform: rotate(11deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 40% 40%; /* Chrome, Safari, Opera */
    transform: rotate(7deg);
    transform-origin: 40% 40%;
}

#startersolutions #allinone {
  background-image: url(../images/startersolutions/blur-background.jpg);
  background-size:cover
}

#startersolutions #allinone h2 {
  padding-bottom: 30px
}

#startersolutions #allinone li {
  padding-bottom: 15px
}

.vertical-align {
   display: flex;
   align-items: center;
}

.videoplayer {
	padding-top: 30px;
	padding-bottom: 30px
}

.videoplayer .plyr__progress--played {
	color: #2586c8
}

.img-square {
  width: 104px;
  height: 105px;
  overflow:hidden;
  margin-left:auto;
  margin-right:auto
}

#marketingbenefits #intro #headline1,
#marketingbenefits #intro #headline2,
#marketingbenefits #intro #headline3 {
  text-align: left
}

#marketingbenefits #intro #headline4,
#marketingbenefits #intro #headline5,
#marketingbenefits #intro #headline6 {
  text-align: right
}

#marketingbenefits #intro h3 {
  font-size: 20px
}

#marketingbenefits #guestcommunication {
  background-image: url(../images/marketingbenefits/blur.jpg);
  background-size:cover;
}

#marketingbenefits #guestcommunication .overlay {
  position: absolute
}

#marketingbenefits #corporatedesign {
  background-color: #121212;
  background-image: url(../images/marketingbenefits/bright-squares.png);
  background-repeat:repeat;
  color: white
}

#marketingbenefits #corporatedesign h2 {
  padding-top: 5px
}

#marketingbenefits #corporatedesign p {
  padding-bottom: 50px
}

#marketingbenefits #homefeelentertainment .second-screen {
  padding-top: 3px
}

#marketingbenefits #owndevice {
  background-image: url(../images/marketingbenefits/blur3.jpg);
  background-size:cover;
  color: white
}

#marketingbenefits #owndevice .fa {
  padding-top: 40px;
  padding-bottom: 15px
}

#marketingbenefits #greenroom {
  background-image: url(../images/marketingbenefits/bg-green.jpg);
  background-size: cover;
  color: white
}

#marketingbenefits #eshops {
  text-align: right;
  background: -moz-linear-gradient(bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%); 
background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to top, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

#marketingbenefits #eshops h2 {
  padding-top: 60px
}

#marketingbenefits #wow {
  text-align: left
}

#marketingbenefits #outleds {
  background-image: url(../images/marketingbenefits/bg-black.jpg);
  background-size: cover;
  color: white
}

#marketingbenefits #attention {
  background-image: url(../images/marketingbenefits/blur4.jpg);
  background-size: cover;
}

#marketingbenefits #attention .img-responsive {
  border: 7px white solid;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.20);
	-moz-box-shadow:    2px 2px 4px 0px rgba(50, 50, 50, 0.20);
	box-shadow:         2px 2px 4px 0px rgba(50, 50, 50, 0.20);
}

#marketingbenefits #promotion .gallery-cell img {
  border: 7px white solid;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.20);
	-moz-box-shadow:    2px 2px 4px 0px rgba(50, 50, 50, 0.20);
	box-shadow:         2px 2px 4px 0px rgba(50, 50, 50, 0.20);
}


#marketingbenefits #outside {
  background-image: url(../images/marketingbenefits/shopping-mall.jpg);
  background-size:cover;
  height: 700px;
  background-repeat:no-repeat;
  background-position:center;
  text-align:left
}

#marketingbenefits #outside .cover-text {
  color: white;
  padding-top: 500px;
  padding-left: 60px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}

#marketingbenefits #socialchannels {
  background-image: url(../images/marketingbenefits/blur5.jpg);
  background-size: cover;
  color: white
}

#marketingbenefits #socialchannels .fa {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}

#marketingbenefits #hotelandcity {
  background-image: url(../images/marketingbenefits/blur6.jpg);
  color: white;
  text-align: left;
  height: 700px;
  overflow: hidden
}

#marketingbenefits #hotelandcity h2 {
  padding-top: 130px
}

#marketingbenefits #hotelandcity img {
  padding-top: 20px
}

#marketingbenefits #newscast {
  text-align: right;
  overflow: hidden;
  background: -webkit-gradient(linear, center top, center bottom, from(#D8D8D8),color-stop(100%, #FFD1C8));
    background: -webkit-linear-gradient(top,#D8D8D8 ,#FFD1C8 100%);
    background: linear-gradient(to bottom,#D8D8D8 ,#FFD1C8 100%);
}

#marketingbenefits #newscast h2 {
  padding-top: 130px
}

#marketingbenefits #contentmanagement {
  background-image: url(../images/marketingbenefits/blur6.jpg);
  background-size:cover;
  color: white;
  height: 700px;
  overflow: hidden
}

#marketingbenefits #contentmanagement h2 {
  padding-top: 130px;
}

#marketingbenefits #contentmanagement img {
  padding-top: 20px
}

#customerprojects {
  background-color: #F1F1F1;
  padding-top: 0.6rem;
}

#customerprojects .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0rem !important;
}

#customerprojects .col-xs-6 {
  margin-bottom: 13px;
  
}

#customerprojects .row {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

#customerprojects figure span {
  text-transform: uppercase;
  padding-right: 19px;
  padding-left: 15px;
  font-weight:500
}

#customerprojects figure span span {
  font-family: 'Fira Sans', sans-serif;
}

.grid figure span img {
  float: right;
  width: 32px;
  height: auto;
  right: 20px;
  top: -7px
}

#customerprojects figure h3 {
  padding-bottom: 7px;
  background-color: #2586c8;
  margin-bottom: 15px;
  line-height: 1.3
  
}

#customerprojects figure .list-group {
  margin: 0px 20px;
  padding-top: 10px
}

#customerprojects figure .list-group .list-group-item {
  font-size: 13px;
  background-color: transparent;
  color: #5a5a5a;
  padding: 1px 3px 1px 3px;
  border-color: rgba(255, 255, 255, 0.2)
}

#customerprojects figure .list-group .list-group-item:before {
  content: "\f105"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.0em; /* same as padding-left set on li */
  width: 1.0em; /* same as padding-left set on li */
}

#customerprojects h3 {
  font-size: 20px;
}

#customerprojects .col-xs-6 {
  padding-left: 0px;
  padding-right: 0px
}

#customerprojects .btnControl {
    display: none;
}

/* FOOTER */

/*footer {
	background-image: url("../images/bg/grey_wash_wall.png");
	height: 155px;
	margin-top: 0px;
	border-top: 3px solid #5a5a5a;
	color: white;
	z-index: 1000
}

footer #index_address {
  padding-top: 10px
}

footer h1 {
	margin-top: 30px
}

footer .well {
  height: 20px
}

footer a:hover,
footer a:active {
  color: #d1d1d1;
	text-decoration: none
}

footer b {
	font-family: 'Fira Sans', sans-serif;
	font-size: 16px;
	font-weight: 500
}*/

.address {
	font-size: 14px;
	text-align: left;
	padding-left: 0px
}

.address a:hover,
.address a:active {
  color: #d1d1d1;
	text-decoration: none
}

#support {
	font-size: 14px;
	text-align: left
}

footer a {
	color: white
}

footer .org {
	text-align: left
}

#social-buttons {
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px
}

.icon-button {
	background-color: white;
	border-radius: 5rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 5rem;
	line-height: 5rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 5rem;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.30);
	-moz-box-shadow:    2px 2px 2px 0px rgba(50, 50, 50, 0.30);
	box-shadow:         2px 2px 2px 0px rgba(50, 50, 50, 0.30);
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 5rem;
	height: 5rem;
	border-radius: 5rem;
	margin: -2.5rem;
}
.skype span {
	background-color: #009ee5;
}
.facebook span {
	background-color: #3B5998;
}
.linkedin span {
	background-color: #0177b5;
}
.youtube span {
	background-color: #ee1c1b;
}

/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 5rem;
	left: 0;
	line-height: 5rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 5rem;
	z-index: 10;
	font-size: 30px
}
.icon-button .icon-skype {
	color: #009ee5;
}
.icon-button .icon-facebook {
	color: #3B5998;
}
.icon-button .icon-linkedin {
	color: #0177b5;
}
.icon-button .icon-youtube {
	color: #ee1c1b;
}
.icon-button:hover .icon-skype,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-linkedin,
.icon-button:hover .icon-youtube
 {
	color: white;
}

.well {
	background-color: #f1f1f1;
	color: #5a5a5a;
	margin-bottom: 0px;
	margin-top: 20px;
	padding-top: 2px;
	padding-bottom: 24px;
	
}

.well a {
	color: #5a5a5a;
	font-weight: 700
}

.well a:hover {
	color: #2586c8;
	text-decoration: none;
	cursor: pointer
}

.well .pull-left,
.well .pull-right {
	margin: 0px
}
