.circle{
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #000000;
  border-radius: 10px;
  color: #000000;
  display: inline-block;
  font-weight: 700;
  height: 20px;
  margin: 0 4px;
	padding-top: 1px;
  position: relative;
  width: 20px;
	font-size: 12px; 
}
.hint_top{
  width: calc(100% - 12px);
  position: absolute;
  top: 5px;
  background: rgba(0,0,0,0.7);
  text-align: LEFT;
  padding: 5px;
  font-weight: bold;
  text-shadow: 0 0 3px #fff;
}
.hint_bottom{
  width: calc(100% - 12px);
  position: absolute;
  bottom: 5px;
  background: rgba(0,0,0,0.7);
  text-align: center;
  padding: 5px;
  font-weight: bold;
  text-shadow: 0 0 3px #fff;
}
#filmiki_dots a { text-align: center; }

@media (max-width: 1199px){
  oe-callout-content {
    margin: 0;
    padding: 0 5px;
    width: 100% !important;
  }
  #filmiki{
    border-top: 1px solid rgba(0, 0, 0, 0.18);
    height: 35px;
		left: 15px;
		top: 11px;
    padding-top: 6px;
    z-index: 10;
    white-space: nowrap;
		text-align: center;
		margin-top: 10px;
  }
  .airgang_baner { display:  none; }
}

@media (min-width: 1200px) {
  #filmiki{
    border-top: 1px solid rgba(0, 0, 0, 0.18);
    bottom: 0;
    height: 35px;
    left: 784.6px;
    padding-top: 6px;
    position: absolute;
    white-space: nowrap;
    width: 248px;
    z-index: 10;
  }
  .airgang_baner{
    display:  block;
  }
}
