/* 
 * 	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;
    margin-bottom: 40px;
}
.sx .owl-carousel {
    padding: 20px;
    border: 1px solid #ccc;
    margin: 20px 0px;
}

.sx .owl-carousel .owl-buttons {
   display:none;
}

.owl-carousel#owl-demo-home {
    margin-bottom: 0px;
}
.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);
}
#owl-slideshow img {
    width: 100%;
    opacity: 0.7;
}
.owl-carousel#owl-slideshow {
    margin: 25px 0px 15px 0px;
}
#owl-slideshow .caption {
    position: absolute;
    bottom: 0px;
    padding: 40px;
    text-align: center;
    color: white;
    z-index: 9;
}
#owl-slideshow .caption h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #fff;
    font-size: 40px;
    text-align: center;
    word-spacing: inherit;
    font-weight: 300;
    line-height: 45px;
}
#owl-slideshow .item {
    padding: 0px;
    height: 630px;
    overflow: hidden;
    background-color: #333;
}
#owl-slideshow .btn {
    color: white;
    border-color: white
}
#owl-slideshow .owl-prev {
    color: rgba(255,255,255,0.5);
    left: 40px;
}
#owl-slideshow .owl-next {
    color: rgba(255,255,255,0.5);
    right: 40px;
}
#owl-slideshow.owl-theme .owl-controls .owl-buttons div {
    top: 30%;
}
#owl-slideshow .owl-pagination {
    display: none;
}
/* mouse grab icon */
.grabbing {
    cursor: url(../img/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 (max-width:1280px) {
#owl-slideshow .item {
    height: 612px;
}
}

@media (max-width:1170px) {
.owl-buttons {
    display: none;
}
#owl-demo-home.owl-carousel {
    margin-bottom: 0px;
}
}

@media (max-width:500px) {
#owl-slideshow .caption h2 {
    font-size: 20px;
    line-height: 25px;
}
#owl-slideshow .item {
    height: 335px;
}
}
