/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-carousel2 .owl-nav {
	position: absolute;
  margin-top: 0px;
  text-align: center;
	width: 100%;
	top:calc(50% - 10px) !important;}
.owl-theme .owl-nav {
	position: absolute;
  margin-top: 0px;
  text-align: center;
	width: 100%;
	top:calc(50% - 35px);
	
  -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav .owl-prev {
	z-index: 12000;
	background-image: url(../images/arrowsp.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	position: absolute;
	left: 0;
	top:0;
	width: 45px;
	height: 77px;
	box-shadow: 0 0 20px rgba(61,66,110,0.5);
	border-radius:0 3px 3px 0;
	
}
.owl-theme .owl-nav .owl-next {
		background-image: url(../images/arrowsn.png);
	background-repeat: no-repeat;
	background-position:15px center;
	z-index: 12000;
	position: absolute;
	right: 0;
	top:0;
	width: 45px;
	height: 77px;
	box-shadow: 0 0 20px rgba(61,66,110,0.5);
	border-radius:3px 0 0 3px;
}

.owl-carousel2 .owl-nav .owl-prev {
	z-index: 12000;
	background-image: url(../images/ar_ss_l.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	position: absolute;
	left:-20px;
	top:0;
	width: 10px;
	height: 20px;
	box-shadow:none;
	border-radius:0 3px 3px 0;
	
}
.owl-carousel2 .owl-dots {
	text-align: right;
	position: absolute;
	bottom: 37px;
	right: 40px;
}
.owl-carousel2 .owl-dots .owl-dot span {
      width: 14px !important;
      height: 14px !important;
      margin: 5px 5px !important;
      background: #fff !important;
	opacity: 0.5;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius:0px !important; }
.owl-carousel2 .owl-dots .owl-dot.active span, .owl-carousel2 .owl-dots .owl-dot:hover span {
      background: #fff !important;
opacity: 1;}
.owl-carousel2 .owl-nav .owl-next {
		background-image: url(../images/ar_ss_r.png);
	background-repeat: no-repeat;
	background-position:0px center;
	z-index: 12000;
	position: absolute;
	right: -20px;
	top:0;
	width: 10px;
	height: 20px;
	box-shadow:none;
	border-radius:3px 0 0 3px;
}
.owl-carousel3 .owl-nav .owl-prev {
	z-index: 12000;
	background-image: url(../images/ar_s_l.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	position: absolute;
	left:0px;
	top:0;
	width: 45px;
	height: 77px;
	box-shadow:none;
	border-radius:0 3px 3px 0;
	
}
.owl-carousel3 .owl-nav .owl-next {
		background-image: url(../images/ar_s_r.png);
	background-repeat: no-repeat;
	background-position:15px center;
	z-index: 12000;
	position: absolute;
	right:0px;
	top:0;
	width: 45px;
	height: 77px;
	box-shadow:none;
	border-radius:3px 0 0 3px;
}
  .owl-theme .owl-nav [class*='owl-'] {
	  	-webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #FFF;
	  text-indent:-9999px;
    font-size: 14px;
    margin: 0px;
    
	  background-color: #003c68;
    display: inline-block;
    cursor: pointer;
     }
.owl-carousel2 .owl-nav [class*='owl-'] {
	  	-webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #FFF;
	  text-indent:-9999px;
    font-size: 14px;
    margin: 0px;
    
	  background-color: transparent;
    display: inline-block;
    cursor: pointer;
     }
.owl-carousel3 .owl-nav [class*='owl-'] {
	  	-webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #FFF;
	  text-indent:-9999px;
    font-size: 14px;
    margin: 0px;
    
	  background-color: transparent;
    display: inline-block;
    cursor: pointer;
     }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background-color: #004E87;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
   .owl-carousel2 .owl-nav [class*='owl-']:hover {
      background-color:transparent;
      color: #FFF;
	   opacity: 0.7;
      text-decoration: none; }
  .owl-carousel2 .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

   .owl-carousel3 .owl-nav [class*='owl-']:hover {
      background-color:transparent;
      color: #FFF;
	   opacity: 0.7;
      text-decoration: none; }
  .owl-carousel3 .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

@media screen and (max-width: 1024px) {
.owl-carousel3 .owl-nav .owl-prev {
	z-index: 12000;
	background-image: url(../images/ar_s_l.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	position: absolute;
	left: 0px;
	top:0;
	width: 45px;
	height: 77px;
	box-shadow:none;
	border-radius:0 3px 3px 0;
	
}
.owl-carousel3 .owl-nav .owl-next {
		background-image: url(../images/ar_s_r.png);
	background-repeat: no-repeat;
	background-position:15px center;
	z-index: 12000;
	position: absolute;
	right: 0px;
	top:0;
	width: 45px;
	height: 77px;
	box-shadow:none;
	border-radius:3px 0 0 3px;
}
}