.bmi {
color:#878787;
}
.fullscreen {
    background: #fff none repeat scroll 0 0;
}
.bmi--fullscreen {
    background: rgba(255, 255, 255, 0.8);
}
.bmi--fullscreen .bmi__nav, .bmi--fullscreen .bmi__stage {
    background: rgba(255, 255, 255, 0.8);
}
.bmi__arr--next:after,.bmi__arr--prev:after {
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #ddd;
  border-radius: 10%;
  display: inline-block;
  font-family: 'WorldTech';
  font-size: 2.1em;
  line-height: 0.5em;
  padding: 0.6em 0.35em;
  position: absolute;
  text-decoration: none;
  top: 0;
}
.bmi__arr--next:after {
    content: '\e602';
	left: -20px;
}
.bmi__arr--prev:after {
    content: '\e603';
	right: -20px;
}
.bmi_circle .bmi__arr--next:after {
    content: '\e602';
	left: -14px;
}
.bmi_circle .bmi__arr--prev:after {
    content: '\e603';
	right: -14px;
}
.bmi_square .bmi__arr--next:after, .bmi_square .bmi__arr--prev:after {
    padding: 10px 10px 8px 14px;
}
.bmi_square .bmi__arr--next:after {
    content: '\e602';
	left: -14px;
}
.bmi_square .bmi__arr--prev:after {
    content: '\e603';
	right: -14px;
}
.bmi__dot {
    height: 10px;
    width: 10px;
}
.bmi__nav__frame.bmi__active .bmi__dot {
    border-width: 5px;
}
.bmi__fullscreen-icon {
    background-position: 0 -40px;
    height: 40px;
    width: 40px;
  	right: 10px;
  	top: 5px;
    z-index: 20;
}
.bmi__fullscreen-icon:after {
  	display: inline-block;
    font-family: 'WorldTech';
  	content: '\e674';
    font-size: 3.6em;
    line-height: 1em;
    text-decoration: none;
  	text-shadow: 0.1em 0.1em 0.2em #888;
}

.bmi--fullscreen .bmi__fullscreen-icon:after {
	font-family: 'WorldTech';
	content: '\e673';
	background-color: transparent;
    font-size: 3em;
    line-height: 1em;
}
.bmi__video-play {
    margin-top: 0px;
}
.bmi__video-play:after {
  	background:#fff;
  	border-radius: 50%;
    color: #999;
    font-family: 'WorldTech';
    content: '\e638';
    font-size: 5em;
}
.bmi__nav__frame .bmi__video-play:after {
  padding: 0;
}
.bmi__video-close:after {
	font-family: 'WorldTech';
    content: '\e60f';
  	height: 32px;
  	width: 32px;
    font-size: 28px;
}
.bmi__video-close {
  	top: 5px;
}
/* Color themes*/
.bmi__arr--next:hover,
.bmi__arr--prev:hover,
.bmi__fullscreen-icon:hover,
.bmi__video-close:hover,
.bmi__thumb-border,
.bmi__video-play:after{
    color:#eee;
}
.bmi__dot {
    border: 1px solid #eee;
}
