.owl-carousel {
	margin: 0;
}

.owl-carousel .owl-nav [class*=owl-] {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 0;
	text-align: center;
}


.owl-carousel  .owl-nav i {
	color: #fff;
	font-size: 50px;
}


.owl-carousel .owl-prev:hover i, .owl-carousel .owl-next:hover i {
	color: #6e6e6e;
}

.owl-carousel  .owl-nav {
	width: 99vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
}


.owl-carousel .owl-nav [class*=owl-]:hover {
	color: #6e6e6e;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	height: 30px;
	margin: auto !important;
}

.owl-carousel .owl-prev {
	left: 20px;
	top: -4.5vw;
}

.owl-carousel .owl-next {
	right: 20px;
	top: -4.5vw;
}

.owl-carousel .owl-dots {
	display: none !important;
}

.header-top-right .content:first-child > a > i {
	color: red;
	animation-name: socios;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}


/* The animation code */
@keyframes socios {
  0%   {color: red;}
  50% {color: white;}
  100%   {color: red;}
}