/*owl bt*/
.owl-theme .owl-controls{ position:relative; }
.owl-prev{ display: none!important; position: absolute; left:-76px;   top: -200px; text-indent: -999px;  }
.owl-prev::before{content: ''; position: absolute; left:-9px; width: 50px; height: 50px; /*border-radius: 50%;*/ /*background-color: #FF0000;*/ background-image: url(../owl/image/prev.png);  color: #000; background-repeat: no-repeat;
    background-position: center; background-size: cover;}
.owl-next{ display: none!important; position:absolute; right: -76px; top: -200px; text-indent: 	999px;}
.owl-next::before{content: ''; position: absolute; right:-9px; width: 50px; height: 50px;/* border-radius: 50%; *//*background-color: #FF0000;*/ background-image: url(../owl/image/next.png);  color: #000; background-repeat: no-repeat;
    background-position: center; background-size: cover;}
.owl-theme .owl-controls .owl-nav [class*=owl-]{ background: unset!important; }
/*.owl-dot{ display: none!important; }*/


#demos .item{ border: 1px solid #ccc ;     padding: 20px; background-color: #fff;}