.owl-carousel .owl-nav button.owl-prev
{
	font-size: 100px;
    top: 20%;
    left: -28%;
    height: 60%;
    width: 60%;
    opacity: 0.5;
    color: #000;
    position: absolute;
}

.owl-carousel .owl-nav button.owl-next
{
	font-size: 100px;
    top: 20%;
    right: -28%;
    height: 60%;
    width: 60%;
    opacity: 0.5;
    color: #000;
    position: absolute;
}

.owl-carousel .owl-nav button.owl-prev:hover
{
	background-color: transparent;
}

.owl-carousel .owl-nav button.owl-next:hover
{
	outline: 0;
	background-color: transparent;
}

.owl-carousel .owl-nav button.owl-prev:focus
{
	outline: 0;
}

.owl-carousel .owl-nav button.owl-next:focus
{
	outline: 0;
}

.owl-theme .owl-dots{
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}


@media screen and (max-width: 700px)
{
	.owl-carousel .owl-nav button.owl-prev
	{
		color: transparent;
	}

	.owl-carousel .owl-nav button.owl-next
	{
		color: transparent;
	}

	.owl-carousel .owl-nav button.owl-prev:hover
	{
		color: transparent;
	}

	.owl-carousel .owl-nav button.owl-next:hover
	{
		color: transparent;
	}

}

@media screen and (max-width: 400px)
{
	.owl-theme .owl-dots 
	{
	    bottom: -18px;
	}
}