/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */


.carousel-wrap {
 /* margin: 90px auto;
  padding: 0 5%;*/
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix 
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 33%;
  color: #cdcbcd;
}*/

.owl-nav i {
  font-size: 35px;
}
/*font awesome fix for large icons to make them smaller
.fa-2x {
	float:none;
}*/
.owl-prev {
	float:left;
  left: 20px;
  /*right:20px;*/
  position:relative;
  height:50px;
  width:50px;
  border-radius:25px;
  padding-right:5px;
  margin-bottom:20px;
}

.owl-next {
	float:right;
  right: 0px;
  /*left: 20px;*/
  
  position:relative;
  height:50px;
  width:50px;
  border-radius:25px;
  padding-left:5px;
  margin-bottom:20px;
}


/*.owl-nav{
	position:relative;
	top:0;
	width:100%;
	background-color:#000000;
	}
	
.owl-prev{
	height:50px;
	width:50px;
	padding-right:5px;
	float:left;
	}
	
.owl-next{
	height:50px;
	width:50px;
	padding-left:5px;
	float:right;
	margin-right:25px;
	}*/	
 
.owl-theme .owl-nav {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
   }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #20558b;
    /*font-size: 14px;*/
    /*margin: 5px;*/
    /*padding: 4px 7px;*/
	 padding-top: 9px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 25px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #FFF;
      color: #ec4439;
      text-decoration: none; }
  .owl-theme .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: 12px;
      height: 12px;
      margin: 5px 7px;
      background: #aaa;
      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: #ec4439; }


@media screen and (max-width: 600px) {
.owl-prev {
	float:left;
  left: 20px;
  /*right:20px;*/
  position:relative;
  height:50px;
  width:50px;
  border-radius:25px;
  padding-right:5px;
  margin-bottom:20px;
}

.owl-next {
	float:right;
  right: 20px;
  /*left: 20px;*/
  
  position:relative;
  height:50px;
  width:50px;
  border-radius:25px;
  padding-left:5px;
  margin-bottom:20px;
}
/*.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: #aaa;
      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: #ec4439; }	*/
.owl-theme .owl-dots {
  display: none;	
	}

}


@media screen and (max-width: 480px) {

owl-prev {
	float:left;
  left: 0px;
  position:relative;
  height:50px;
  width:50px;



}

.owl-next {
	float:right;
  left:0px;
  position:relative;
  height:50px;
  width:50px;

}
	
/*.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: 6px;
      height: 6px;
      margin: 5px 7px;
      background: #aaa;
      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: #ec4439; }	
	}*/

.owl-theme .owl-dots {
  display: none;	
	}
	
}