/* Variables */
/* Secondary Colours */
/* ========== css ========== */
.carousel-caption {
  z-index: 10;
  /*background-color:rgba(0,0,0,0.5);*/
  /*border-radius:10px;*/
  padding: 16px;
  color: #ffffff;
  text-align: center;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-top: 2px solid #318390;
  border-bottom: 2px solid #318390; }

.carousel-caption p {
  text-transform: uppercase;
  color: #ffffff; }

@media only screen and (min-width: 320px) {
  .carousel-caption h3 {
    font-family: 'geomanist-bold', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 25px;
    line-height: 20pt; }

  .carousel-caption p {
    font-size: 10px !important;
    color: #ffffff; } }
@media only screen and (min-width: 480px) {
  .carousel-caption h3 {
    font-family: 'geomanist-bold', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 25px;
    line-height: 20pt; }

  .carousel-caption p {
    font-size: 14px !important;
    color: #ffffff; } }
@media only screen and (min-width: 767px) {
  .carousel-caption h3 {
    font-family: 'geomanist-bold', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 40px;
    line-height: 30pt; }

  .carousel-caption p {
    font-size: 20px !important;
    color: #ffffff; } }
@media only screen and (min-width: 979px) {
  .carousel-caption h3 {
    font-family: 'geomanist-bold', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 50px;
    line-height: 40pt; }

  .carousel-caption p {
    font-size: 24px !important;
    color: #ffffff; } }
@media only screen and (min-width: 1200px) {
  .carousel-caption h3 {
    font-family: 'geomanist-bold', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 60px;
    line-height: 50pt; }

  .carousel-caption p {
    font-size: 25px !important;
    color: #ffffff; } }
/* New arrows */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 27px;
  height: 47px; }

/* New button */
.btn-mtc {
  border-color: #1E4950;
  background-color: #1E4950;
  color: #ffffff !important;
  text-transform: uppercase; }

.btn-mtc:hover {
  border-color: #404040;
  background-color: #404040;
  color: #ffffff;
  text-transform: uppercase; }

.carousel-control.right, .carousel-control.left {
  background-image: none !important; }

/*# sourceMappingURL=home-carousel.css.map */
