#prom_contentbox {
  width:980px;
  height:488px;
  position:relative;
  overflow:hidden;
  z-index:10;
  margin-bottom:0px;
}
.bkslider #prom_contentbox{
  height: 324px;
}

#prom_contentbox.withMenu {
  height:292px;
}

#prom_menu {
  width:100%;
  height:40px;
  position:absolute;
  overflow:hidden;
  bottom:1px;
}

.prom_menuItem {
  position: absolute;
  left:1000px;
  height:40px;
  text-align:center;
  cursor: pointer;
}

.prom_menuItem > div {
  height:37px;
  margin-left:1px;
}

.prom_menuItem div div {
  margin:0 5px;
  font-size:12px;
  line-height:15px;
}

#prom_contentOuter {
  position:relative;
  top:0;
  width:980px;
  height:472px;
  margin:1px;
  overflow: hidden;
}
.bkslider #prom_contentOuter {
  height: 308px;
}

.prom_content {
  position:absolute;
  width:980px;
  height:472px;
  left:1000px;
  background: 0 0 no-repeat;
  z-index:1;
}

.bkslider .prom_content{
  height: 308px;
}

.prom_image {
  display:block;
}

.prom_glass {
  height:100%;
  width:330px;
}

.prom_text {
  position:absolute;
  left:55px;
  top:55px;
  max-width:448px;
  background-color: rgba(63, 51, 66, 0.4);
  padding: 16px;
}
.bkslider .prom_text{
  top:40px;
}


.prom_text h1 {
  font-size:32px;
  font-weight:bold;
  padding:0;
  margin:0 0 16px 0;

}

.prom_text span {
  display: block;
  margin-bottom:10px;
  font-size:19px;
  line-height:27px;
}

/**
.prom_actionButton {
  float:right;
  font-size:16px;
  height:41px;
  background:url(sprites.png) -70px -80px no-repeat;
  padding-left:12px;
  margin-right: 20px;
}

.prom_actionButton a {
  display:block;
  height:41px;
  background:url(sprites.png) right 0 no-repeat;
  line-height:39px;
  padding-right:30px;
  text-decoration:none;
}
*/
#prom_prevButtonWrapper, #prom_nextButtonWrapper {
  width:35px;
  height:200px;
  top:111px;
  z-index:209;
  position: absolute;
}
.bkslider #prom_prevButtonWrapper, .bkslider #prom_nextButtonWrapper{
  top: 40px;
}

#prom_nextButtonWrapper {
  right:0;
}

.prom_nextButton, .prom_prevButton {
  width:24px;
  height:84px;
  position:absolute;
  background:url(sprites.png) -5px -45px no-repeat;
  top:83px;
  z-index:50;
  cursor:pointer;
  display:none;
}

.prom_prevButton {
  left:8px;
}

.prom_nextButton {
  background-position:-31px -45px;
  right:8px;
}

.prom_text ul {
  margin:4px 0 0 0;
  padding:0 0 0 17px;
}

.prom_text ul.prom_checkList {
  padding:0;
  list-style:none;
}

.prom_checkList li {
  line-height:18px;
  background:url(sprites.png) -14px -138px no-repeat;
  padding-left:20px;
}
/*
.prom_checkList li:before {
  content :"\2713";
  margin-right:5px;
  font-weight:bold;
  font-size:18px;
}
*/

.prom_staticSlide .prom_content {
  left:0;
}

.prom_bullet {
  display: inline-block;
  width:11px;
  height:11px;
  margin-left: 5px;
  background: url(sprites.png) no-repeat -70px -46px;
  cursor: pointer;
}

.prom_bullet.prom_active {
  background-position: -86px -46px;
}

/* viversum changes */

#prom_bulletList {
    position: relative;
    left: 0;
    right: 0;
    top: inherit;
    display: inline-flex;
    width: 100%;
    margin-top: 8px;
}

.prom_bullet {
    display: inline-block;
    width: calc(100% / 7);
    height: 4px;
    margin-left: 0;
    background: #CCCCCC;
    margin: 0 5px;
}

.prom_bullet:first-child {
	margin-left: 0;
}

.prom_bullet:last-child {
	margin-right: 0;
}

.prom_bullet.prom_active {
    background-color: #DB2C4E;
}
