
.owlmd-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.owlmd-carousel .owlmd-animated-in {
    z-index: 0;
}
.owlmd-carousel .owlmd-animated-out {
    z-index: 1;
}
.owlmd-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.owlmd-height {
    transition: height 500ms ease-in-out 0s;
}
.owlmd-carousel {
    display: none;
    position: relative;
    width: 100%;
    z-index: 1;
}
.owlmd-carousel .owlmd-stage {
    position: relative;
}
.owlmd-carousel .owlmd-stage::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.owlmd-carousel .owlmd-stage-outer {
    overflow: hidden;
    position: relative;
}
.owlmd-carousel .owlmd-controls .owlmd-dot, .owlmd-carousel .owlmd-controls .owlmd-nav .owlmd-next, .owlmd-carousel .owlmd-controls .owlmd-nav .owlmd-prev {
    -moz-user-select: none;
    cursor: pointer;
}
.owlmd-carousel.owlmd-loaded {
    display: block;
}
.owlmd-carousel.owlmd-loading {
    display: block;
    opacity: 0;
}
.owlmd-carousel.owlmd-hidden {
    opacity: 0;
}
.owlmd-carousel .owlmd-refresh .owlmd-item {
    display: none;
}
.owlmd-carousel .owlmd-item {
    -moz-user-select: none;
    float: left;
    min-height: 1px;
    position: relative;
}
.owlmd-carousel .owlmd-item img {
    display: block;
    width: 100%;
	margin: 0 auto 0.5em auto;
	max-width:200px;
}
.owlmd-carousel.owlmd-text-select-on .owlmd-item {
    -moz-user-select: auto;
}
.owlmd-carousel .owlmd-grab {
    cursor: grab;
}
.owlmd-carousel.owlmd-rtl {
    direction: rtl;
}
.owlmd-carousel.owlmd-rtl .owlmd-item {
    float: right;
}
.no-js .owlmd-carousel {
    display: block;
}
.owlmd-carousel .owlmd-item .owlmd-lazy {
    opacity: 0;
    transition: opacity 400ms ease 0s;
}
.owlmd-carousel .owlmd-item img {
    transform-style: preserve-3d;
}
.owlmd-carousel .owlmd-video-wrapper {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    position: relative;
}
.owlmd-carousel .owlmd-video-play-icon {
    background: rgba(0, 0, 0, 0) url("owlmd.video.play.png") no-repeat scroll 0 0;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    transition: scale 100ms ease 0s;
    width: 80px;
    z-index: 1;
}
.owlmd-carousel .owlmd-video-play-icon:hover {
}
.owlmd-carousel .owlmd-video-playing .owlmd-video-play-icon, .owlmd-carousel .owlmd-video-playing .owlmd-video-tn {
    display: none;
}
.owlmd-carousel .owlmd-video-tn {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    transition: opacity 400ms ease 0s;
}
.owlmd-carousel .owlmd-video-frame {
    position: relative;
    z-index: 1;
}






.owlmd-theme .owlmd-controls {
    margin-top: 2em;
    text-align: center;
}
.owlmd-theme .owlmd-controls .owlmd-nav [class*="owlmd-"] {
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    margin: 5px;
    padding: 5px 15px;
}
.owlmd-theme .owlmd-controls .owlmd-nav [class*="owlmd-"]:hover {
    background: #869791 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
.owlmd-theme .owlmd-controls .owlmd-nav .disabled {
    cursor: default;
    opacity: 0.5;
}
.owlmd-theme .owlmd-dots .owlmd-dot {
    display: inline-block;
}
.owlmd-theme .owlmd-dots .owlmd-dot span {
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}
.owlmd-theme .owlmd-dots .owlmd-dot.active span, .owlmd-theme .owlmd-dots .owlmd-dot:hover span {
    background: #869791 none repeat scroll 0 0;
}
#demos .owlmd-carousel .item p {
    font-family: inherit;
    font-size: 1em;
    font-weight: 100;
    line-height: 1.6;
    margin-bottom: 0;
    text-rendering: optimizelegibility;
}




#demos .owlmd-carousel {
    margin: 2rem 0;
}
#demos .owlmd-carousel .item {
    background: #fff none repeat scroll 0 0;
 /*   height: 10rem; */
    padding: 0rem;
	text-align:center;
}
#demos .owlmd-carousel .item h4 {
    color: #fff;
    font-weight: 400;
    margin-top: 0rem;
}
#demos .owlmd-carousel .item-video {
    height: 300px;
}
#demos #setup {
    margin-top: 4rem;
}
#demos .demo-list h5 {
    margin: 0;
}
