/**

 * Owl Carousel v2.2.1

 * Copyright 2013-2017 David Deutsch

 * Licensed under  ()

 */

.owl-theme .owl-dots
	{
		text-align: center;
		-webkit-tap-highlight-color: transparent;
		position: relative;
		bottom: -5px;
	}
	.owl-theme .owl-nav
	{
		position: absolute;
		bottom:0;
		z-index: 999;
	}
	.owl-prev
	{
		background: #fff url(../images/prev.svg) center center no-repeat;
		background-size: 15px;
		width: 50px;
		height: 50px;
		position: absolute;
		z-index: 999;
		top:50%;
		right: 20px;
		margin-top: -26px;
		border-radius: 50%;
		cursor:pointer;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.owl-next
	{
		background: #fff url(../images/next.svg) center center no-repeat;
		background-size: 15px;
		width: 50px;
		height: 50px;
		position: absolute;
		z-index: 999;
		top:50%;
		right: 20px;
		margin-top: 26px;
		border-radius: 50%;
		cursor:pointer;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.owl-dots,.owl-theme .owl-nav
	{
		
	}
	.owl-theme .owl-nav [class*=owl-]{
    color: #fff;
    font-size: 54px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;}.owl-theme .owl-nav [class*=owl-]:hover{}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:0}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 6px;background:none;border:solid 1px #fff;border-radius:50%; display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{border:solid 1px #f26522;}
	/*.owl-item img
	{
		  opacity: 0.6;
	}
	.owl-item.center img
	{
		  opacity: 1;
	}*/