/*.owl-carousel{ width:100%; height:100%; position:fixed; top:78px;}*/
.owl-carousel{ width:100%; height:100%; position:fixed;}

.owl-item {
	height:100%;
	float: left;
	width:100%;
	position:relative;
 
}
.owl-wrapper{ height:100%; width:100%; transition:all ease 0.5s; position:relative;}
.owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	top:0;
	height:820px;
	width:100%;
	left:0;
	transition:all ease 0.5s;
}

.item > img {
	/*height:auto;*/
    width:100%;
	transition:all ease 0.5s;
	height:100%
}
.item {
    /*height: auto;*/
	width:100%;
	height:100% !important
}
.cl { clear: both !important; }

    
 @media only screen and (min-width: 320px) and (max-width: 480px) {
.owl-prev,.owl-next{ display:none;}	 
 }
 
 @media only screen and (min-width:550px) and (max-width:767px){
.owl-prev,.owl-next{top:35%;}		 
 }
 
  @media only screen and (min-width:768px) and (max-width:1023px){
.owl-prev,.owl-next{top:35%;}		 
 }