.carousel-wrapper {position: absolute;width: 100%;left: 0;}
.carousel-item {position: relative;height: 600px;overflow: hidden;}
.carousel-item.mod-auto-height {height: auto;}
.carousel-item img {width: 100%;height: auto;position: absolute;top: 0;bottom: 0;left: 0;right: 0;}
.carousel-item.mod-auto-height img {position: static;}
.carousel-item img.landscape {width: 100%;height: 100%;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.carousel-item img.portrait {height: 100%;width: auto;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.carousel-content {position: absolute;width: 100%;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.carousel-content h1 {color: #fff;font-family: "raleway","Gill Sans", "Gill Sans MT", Calibri, sans-serif;font-weight: 100;font-size: 3em;text-align: center; margin:0 auto;}
.carousel-content .shorttxt {color: #fff;font-family: "raleway","Gill Sans", "Gill Sans MT", Calibri, sans-serif;font-weight: 100;font-size: 1.475em;text-align: center; margin:0 auto;}
.carousel-content a {text-decoration: none;color: #fff;text-shadow: 2px 2px 3px #000000;}
.owl-controls {height: 10px;position: absolute;right: 20px;bottom: 60px; }
.owl-pagination { height: 10px; }
.owl-page {width: 10px;height: 10px;float: left;margin-left: 10px; }
.owl-page span {width: 10px;height: 10px;border-radius: 50%;background-color: #535353;display: block; }
.owl-page.active span { background-color: #db4d4d; }
/*@media screen and (max-width: 560px) {
  .carousel-content h1 { font-size: 1.875em; }
  .carousel-item { height: 350px; }
}*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

@media screen and (max-width: 860px) {
  .carousel-content { display:none; }
}