	.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
		padding-bottom: 120px;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}


	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		bottom: 0;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
	}
	.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	  background: #eee;
	  max-width: 490px;
	  height: 10px;
	  width: 100%;
    border: none;
    bottom: 15px;
    box-shadow: none;
    left: 310px;
    right: 0;
    top: auto;
    border-radius: 5px;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background: linear-gradient(to right, rgba(77,80,167,1) 0%,rgba(230,41,196,1) 100%);
		border-radius: 50%;
    height: 37px;
    left: 0;
    opacity: 1;
    overflow: hidden;
    top: -12px;
    width: 37px;
    display: none;
	}
	.mCSB_dragger_bar {
		display: none;
	}
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
	background: linear-gradient(to right, rgba(77,80,167,1) 0%,rgba(230,41,196,1) 100%) !important;
    height: 37px;
    border-radius: 100%;
    width: 37px !important;
    min-width: 37px !important;
    left: 0;
    opacity: 1;
    overflow: hidden;
    top: -15px;
    cursor: pointer;

	}
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger:hover {
		background: #c34432;
	}


	@media (max-width: 767px) {
		.mCSB_scrollTools.mCSB_scrollTools_horizontal {
			width: 320px;
			left: 15px;
		}

		.mCustomScrollBox {
			padding-bottom: 60px;
		}
	}