/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
!function(a,b,c,d){function e(b,c){this.settings=null,this.options=a.extend({},e.Defaults,c),this.$element=a(b),this._handlers={},this._plugins={},this._supress={},this._current=null,this._speed=null,this._coordinates=[],this._breakpoint=null,this._width=null,this._items=[],this._clones=[],this._mergers=[],this._widths=[],this._invalidated={},this._pipe=[],this._drag={time:null,target:null,pointer:null,stage:{start:null,current:null},direction:null},this._states={current:{},tags:{initializing:["busy"],animating:["busy"],dragging:["interacting"]}},a.each(["onResize","onThrottledResize"],a.proxy(function(b,c){this._handlers[c]=a.proxy(this[c],t.owl-nav {
	opacity: 0;
}
.owl-nav:hover {
	opacity: 1;
	background-color: currentColor;
}
.owl-carousel:hover .owl-nav{
	opacity: 1;
} 

.owl-prev {
    position: absolute;
	color: #00bdf2;
    top: 40%;
    margin-left: -36px;
	padding: 5px;
    display: block !important;
}

.owl-next {
    position: absolute;
    top: 40%;
    right: -36px;
	padding: 5px;
    display: block !important;
}
.owl-prev i, .owl-next i {
	font-size: 36px;
	background-image:none !important;
	color :#003366;
	outline: 0;
}

.in-page .owl-next{
    right: 0;
}
.in-page .owl-prev{
    margin-left: 0;
}
 @media only screen and (min-width: 320px) and (max-width:768px) {
    .owl-prev {
        margin-left: 0;
    }

    .owl-next {
        right: 0;
    }
}