/**

 * 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: -6px;
	}
	.owl-theme .owl-nav
	{
		position: absolute;
    	width: 120px;
		right: 50px;
    	top: -88px;
		z-index: 999;
	}
	.owl-prev
	{
	border:solid 2px #022a70;
	float: left;
    width: 56px;
    height: 56px;
	position:relative;
	}
	.owl-next
	{
	border:solid 2px #022a70;
	float: right;
    width: 56px;
    height: 56px;
	position:relative;
	}
	.owl-dots,.owl-theme .owl-nav
	{
		
	}
	.owl-prev:after, .owl-next:after
	{
		content:" ";
		position:absolute;
		top:0;
		bottom:0;
		left:auto;
		right:0;
		background:#022a70;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		width:0;
		z-index:-8;
	}
	.owl-prev:hover:after, .owl-next:hover:after
	{
		left:0;
		right:auto;
		width:100%;
	}
	.owl-theme .owl-nav [class*=owl-]:hover
	{
		color:#fff;
	}
	.owl-theme .owl-nav [class*=owl-]{
    color: #022a70;
    font-size: 42px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    line-height: 46px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	overflow:hidden;}.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:5px;height:5px;margin:5px 6px;background:#fff;border:solid 1px #ef4923; 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:#ef4923}
@media only screen and (max-width:768px)
{	
	.owl-theme .owl-nav
	{
		top: auto;
		bottom: -18px;
		right:auto;
		left:0;		
    	width: 80px;
	}
	.owl-theme .owl-nav [class*="owl-"]
	{
		font-size: 32px;
		line-height: 30px;
	}
	.owl-prev, .owl-next
	{
		width: 36px;
		height: 36px;
	}
}