  @charset "UTF-8";
/* CSS Document */
.owl-item {
	max-height: 500px;
}
.owl-carousel .owl-item  img.owl-item--desktop {
    display: none;
  }
.owl-carousel .owl-item  img.owl-item--mobile {
    width: 100%;
    height: auto;
    margin: 0;
  }
.owl-carousel .owl-item img {
	z-index: 1;
    margin-top: 0;
	min-height: 375px;
	min-width: 625px;
}
.owl-item .no-text {
	max-height: 500px;
}
.owl-item .text-left {
    text-align: left;
	z-index: 200;
	background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.75) 0%, transparent 66%);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.75) 0%, transparent 66%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, transparent 66%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); 
}
.owl-item .text-right {
	text-align: right;
	z-index: 200;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, transparent 66%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75) 0%, transparent 66%);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.75) 0%, transparent 66%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); 
}
.owl-item .text-bottom {
	text-align: center;
	vertical-align: bottom;
	z-index: 200;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 66%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 66%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 66%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); 
}
.owl-item h1.bottom {
	position: relative;
	vertical-align: bottom;
	z-index: 100;
	margin-top: 0;
	margin-bottom: 0;
}
.owl-item h1.left {
	position: relative;
	z-index: 100;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.owl-item h1.right {
	position: relative;
	z-index: 100;
	margin-top: 0;
	margin-bottom: 0;
	text-align: right;
}
.owl-carousel .owl-item h1 {
    font-family: "effra", Helvetica, sans-serif;
    font-weight: 900;
	font-size: 38px;
	line-height: 0.85em;
    text-transform: uppercase;
    -webkit-text-shadow: 0 0 10px rgba(0,0,0,.6);
    -moz-text-shadow: 0 0 10px rgba(0,0,0,.6);
    text-shadow: 0 0 10px rgba(0,0,0,.6);
    opacity: .9;
    color: #fff;
    cursor: default;
    display: block;
	z-index: 100;
	margin: 0;
}
.owl-carousel .owl-item p {
	z-index: 100;
	font-family: "museo-slab", Georgia, serif;
    font-weight: 300;
	color: #fff;
	margin: 1em 0;
	font-size: 1.1rem;
    line-height: 1.4rem;
	max-width: 812px;
}
.owl-item .text-left a, .owl-item .text-right a, .owl-item .text-bottom a {
    font-family: "effra", Helvetica, sans-serif;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #800000;
    color: #fff;
    font-size: 1.1rem;
    padding: 0.6rem 2rem;
    border: 2px solid #800000;
    display: inline-block;
    margin: 0 0 16px 0;
}
.text-container {
	max-width: 1200px;
	margin: 0px auto;
	padding: 25px; 
}
.text-container-bottom {
	position: absolute;
	bottom: 0;
}

@media (min-width: 1280px) {
.owl-item .no-text, .owl-item .text-left, .owl-item .text-right, .owl-item .text-bottom {
	 min-height: 500px;
	}
}

@media (min-width: 641px) {
.owl-item h1, .owl-item h1.bottom, .owl-item h1.left, .owl-item h1.right {
  font-size: 50px;
  line-height: .8em; }
.owl-carousel .owl-item p {
  font-size: 1.66rem;
  line-height: 2rem;} 
.owl-item .no-text, .owl-item .text-left, .owl-item .text-right, .owl-item .text-bottom {
   min-height: 350px; } 
}

@media (min-width: 801px) {
.owl-item h1, .owl-item h1.bottom, .owl-item h1.left, .owl-item h1.right {
  font-size: 70px; }
.owl-item p {
  font-size: 1.45rem;
  line-height: 1.8rem;	}
.owl-item .no-text, .owl-item .text-left, .owl-item .text-right, .owl-item .text-bottom {
   min-height: 400px;} 
}

@media (min-width: 941px) {
.owl-item h1, .owl-item h1.bottom, .owl-item h1.left, .owl-item h1.right {
  font-size: 90px; }
.owl-item p {
  font-size: 1.56rem;
  line-height: 2rem; }
.owl-item .no-text, .owl-item .text-left, .owl-item .text-right, .owl-item .text-bottom {
   min-height: 475px; } 
}

@media (max-width: 640px) {
.owl-item .no-text, .owl-item .text-left, .owl-item .text-right, .owl-item .text-bottom {
   min-height: 375px; } 
}

@media (min-width: 641px) {
.owl-carousel .owl-item  img.owl-item--desktop {
        display: block;
      }
.owl-carousel .owl-item  img.owl-item--mobile {
        display: none;
      }
}