﻿/*  Cameo Skin CSS ========================================= */
.mis-stage {
  background-color: #fff;
	height: 300px !important;
}
.mis-slider {
  margin-top: 138px;
  height: 80px;
}
.mis-slider li a {
  text-decoration: none;
  color: #666;
  display: block;
}
.mis-slider li figcaption {
  font-size: 14px;
	font-weight: bold;
	padding-top: 1em;
	color: #333;
}
.mis-slider li img {
  max-width: 470px;
  width: 100%;
  border: none;
}
.mis-slide {
  height: 380px;
  margin-top: -250px;
	padding-top: 100px;
}
.mis-nav-buttons a {
  color: #fff;
}


.mis-current figure{position: relative;}
.mis-current figure::after {
  content: '';
  background-color: rgba(255,255,255,0) !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


.mis-slide figure{position: relative;}
.mis-slide figure::after {
  content: '';
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.mis-slide figcaption {
	width: 100%;
	position: absolute;
	text-align: center;
	background-color: #fff !important;
}

.mis-slide p {text-align: center;}
.mis-nav-buttons {display: none !important;}