
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.activenavNew,.activenav  {
    background-color: #cc202c!important;
    color: #fff !important;
    height: 30px;
    padding: 0;
    position: relative;
}

.owl-item > a {
    text-decoration: none !important;
}
.clubnav .owl-item .item {
    line-height: 28px !important;
}
.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);
}



    #owl-demo .item{
		background: #841c8d none repeat scroll 0 0;
    color: #fff;
    height: 30px;
    text-align: center;
    padding-top: 8px;
    font-size: 16px;
    font-weight: bold;
    }
    .customNavigation{
	position:relative;
      text-align: center;
    }
	.activenav::after {
     border-color: #ffffff transparent;
    border-style: solid;
    border-width: 16px 15px 0;
    content: "";
    display: block;
    left: 90px;
    position: absolute;
    top: 30px;
    transform: rotate(180deg);
    width: 0;
    z-index: 1;
	}
	#CustleftIcon {
   background: #989898 none repeat scroll 0 0;
    color: #fff !important;
    cursor: pointer;
    font-family: fontawesome;
    font-size: 27px;
    font-weight: bold;
    left: 0;
    padding: 2px 10px;
    position: absolute;
    top: -38px;
}


#CustrgtIcon {
    background: #989898 none repeat scroll 0 0;
    color: #fff !important;
    cursor: pointer;
    font-family: fontawesome;
    font-size: 27px;
    font-weight: bold;
    padding: 2px 10px;
    position: absolute;
    right: 0;
    top: -38px;
}
#CustrgtIcon:hover,#CustleftIcon:hover{text-decoration:none;}
