/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 20px;
    width: 45px;
	height: 100px;
	line-height: 100px;
	padding: 0 0;
    background: url('../images/carousel-arrow.png') no-repeat #FFFFFF center center;
    display: inline-block;
    cursor: pointer;
	text-indent: -9999px;
	overflow:hidden; 
	}
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #000000;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
	background:#666666;
	}
	.owl-theme .owl-nav [class*='owl-']:hover{
	background: url('../images/carousel-arrow.png') no-repeat #FFFFFF center center;
	}
.owl-prev{
	background: url('../images/carousel-arrow.png') no-repeat #FFFFFF center center;
	transform: rotate(180deg);
	float: left;
	margin: -130px 0 0 0;
	position: absolute;
	left: 0;
}
.owl-theme .owl-nav .disabled{
	background: url('../images/carousel-arrow.png') no-repeat #FFFFFF center center;
}

.owl-next{
	background: url('../images/carousel-arrow.png') no-repeat #FFFFFF center center;
	margin: -130px 0 0 0;
	float:right;
	position: absolute;
	right: 0;
}
