.bmi {
color:#777;
}
.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.7);
    border: 1px solid #efefef;
    border-radius: 4px;
    display: inline-block;
    font-family: "andepict";
    font-size: 24px;
    height: 25px;
    line-height: 25px;
    margin-top: -2px;
    padding: 5px;
    position: absolute;
    text-decoration: none;
    top: -10px;
    width: 25px;
}
.bmi__arr--next:after {
    content: '\2192';
	left: -14px;
}
.bmi__arr--prev:after {
    content: '\2190';
	right: -14px;
}
.bmi_circle .bmi__arr--next:after {
    content: '\e80c';
	left: -14px;
}
.bmi_circle .bmi__arr--prev:after {
    content: '\e803';
	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: '\e75e';
	left: -14px;
}
.bmi_square .bmi__arr--prev:after {
    content: '\e75d';
	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: "andepict";
  	content: '\1f311';
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    width: 40px;
  	text-shadow: 0.1em 0.1em 0.2em #888;
}

.bmi--fullscreen .bmi__fullscreen-icon:after {
	font-family: 'andepict';
	content: '\1f312';
	background-color: transparent;
    font-size: 48px;
    line-height: 48px;
}
.bmi__video-play:after {
  	background:#fff;
  	border-radius: 50%;
    color: #999;
    font-family: "andepict";
    content: '\1f316';
    font-size: 90px;
    padding: 0 6px;
}
.bmi__video-play {
    margin-top: 0px;
}
.bmi__nav__frame .bmi__video-play:after {
	border-radius: 25px;
	font-size: 28px;
	line-height: 28px;
    height: 28px;
    margin-top: -7px;
	left: 3px;
    width: 28px;
	text-indent:0.74rem;
}
.bmi__video-close:after {
	font-family: 'andepict';
    content: '\1f315';
  	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:#000;
}
.bmi__dot {
    border: 1px solid #000;
}
