@charset "UTF-8";
/* CSS Document */


.fullscreen-image-slider .orbit-image {

	margin-top: -8px;
}

.fullscreen-image-slider .orbit-caption {
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
 background: rgba(0, 0, 0, 0.3);  
	width: 70%;
	margin-left: 15%;
	margin-right: auto;
	text-align: center;

}

.orbit-caption h1 {
    font-weight: 800;
    margin-top: 0.53em;
    margin-bottom: 0.53em;
	color: #eee;
    text-transform: none;
    line-height: 1;
    text-align: center;
}

.orbit-caption h2 {
    font-weight: 400;
	color: #eee;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    line-height: 1;
}

.orbit-caption h3 {
    font-weight: 400;
	color: #eee;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    line-height: 1;
}