﻿.owl-theme {
	width: 100% !important;
	text-align: center;
}
.owl-theme .owl-nav {
	padding: 0px;
	margin: 20px 0px 0px 0px;
	text-align: center;
	top: 0px;
	z-index: 2000;
	color: #212534;
	text-decoration: none;
	font-size: 27px;
	min-width: 70px;
	background-color: transparent !important;
	display: inline-table;
}
.owl-theme .owl-nav [class*='owl-'] {
	color: #333333;
	font-size: 27px;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	text-decoration: none;
	background-color: transparent !important;
	margin-right: 5px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
	color: #EB001B;
	text-decoration: none;
	font-size: 27px;
	background-color: transparent !important;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	color: #333333 !important;
	background-color: transparent !important;
}


@media (min-width: 550px) {
	
}