/**

 * 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: -30px;
		height: 0;
	}
	.owl-theme .owl-nav
	{
		position: absolute;
		top: -53px;
		width: 84px;
		right: 0;
		z-index: 999;
	}
	.owl-prev
	{
    background: url(../images/prevblack.svg) center center no-repeat;
    background-size: contain;
    float: left;
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 999;
    bottom: -41px;
    left: 50%;
    margin-left: -45px;
    cursor: pointer;
	}
	.owl-next
	{
    background: url(../images/nextblack.svg) center center no-repeat;
    background-size: contain;
    float: right;
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 999;
    bottom: -41px;
    right: 50%;
    margin-right: -45px;
    cursor: pointer;
	}
	.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:16px;height:5px;margin:5px 6px;background:#C83946;border:solid 1px #C83946; display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#fff;border:solid 1px #C83946;}
	/*.owl-item img
	{
		  opacity: 0.6;
	}
	.owl-item.center img
	{
		  opacity: 1;
	}*/