.flexslider {
	margin-bottom: 0;
}

.flex-control-nav {
	bottom: 0;
	position: relative;
}

.flex-direction-nav {
    align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
    display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	margin: 0 !important;
	padding: 0;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
}

.single-flexslider .flex-direction-nav{
	display: block;
	top: 50%;
	height: auto;
}

.single-flexslider a {
	text-decoration: none;
	color: #242424;
}

.single-flexslider a .caption span {
	text-decoration: underline;
	color: #a57800;
}

.jumbotron.flexslider-header .flex-direction-nav {
	display: block;
	width: unset; 
	height: unset;
	position: unset;
	left: unset;
	top: unset;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  margin: -20px 0 0;
  position: absolute;
  z-index: 10;
  top: unset;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
}

.flex-direction-nav .flex-next {
	margin-top: -24px;
}

.flex-direction-nav .flex-prev {
	margin-top: -24px;
}
	
.flexslider.image-container .flex-direction-nav {
	display: block;
	top: 50%;
	height: auto;
}

.jumbotron.flexslider-header .flex-direction-nav a {
	top: 50%;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.home .flexslider:hover .flex-direction-nav .flex-prev, .home .flex-direction-nav .flex-prev, #home-flexslider:hover .flex-direction-nav .flex-prev, #home-flexslider .flex-direction-nav .flex-prev {
	left: 0;
}

.home .flexslider:hover .flex-direction-nav .flex-next, .home .flex-direction-nav .flex-next, #home-flexslider:hover .flex-direction-nav .flex-next, #home-flexslider .flex-direction-nav .flex-next {
	right: 0;
}

.flex-direction-nav a.flex-prev::before{
	content: "";
	font-family: none;
	background-image: url(https://s3.amazonaws.com/ba-en-us/global/arrow-white.svg);
	height: 50px;
	width: 50px;
	background-color: #242424;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: 12px center;
	transform: rotate(-180deg);
}

.flex-direction-nav a.flex-next::before {
	content: "";
	font-family: none;
	background-image: url(https://s3.amazonaws.com/ba-en-us/global/arrow-white.svg);
	height: 50px;
	width: 50px;
	background-color: #242424;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
}

.container .flex-direction-nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.container .slides {
	margin: 0;
	padding: 0;
}

.flexslider {
	border: 0;
	border-radius: 0;
}

.jumbotron .flexslider, .flex-viewport, .flexslider .slides {
	height: 100%;
}

.row .flexslider p.caption {
	border: 0;
	padding: 0;
}

#testimonials {
	background: transparent;
}


#testimonials .flex-direction-nav .flex-next {
	margin-top: 0;
}

#testimonials .flex-direction-nav .flex-prev {
	margin-top: 0;
}

#product-carousel .flex-viewport {
	z-index: 2;
}

#product-carousel .flex-direction-nav {
	z-index: 1;
	height: 32%;
}

#product-carousel .flex-direction-nav .flex-next {
	right: -60px;
	margin-top: 0;
}

#product-carousel .flex-direction-nav .flex-prev {
	left: -60px;
	margin-top: 0;
}

#testimonials .flex-direction-nav a.flex-next::before, 
#testimonials .flex-direction-nav a.flex-prev::before,
#product-carousel .flex-direction-nav a.flex-next::before,
#product-carousel .flex-direction-nav a.flex-prev::before,
#product-slider .flex-direction-nav a.flex-next::before,
#product-slider .flex-direction-nav a.flex-prev::before,
.carousel .flex-direction-nav a.flex-next::before,
.carousel .flex-direction-nav a.flex-prev::before{
	background-image: url("https://s3.amazonaws.com/ba-en-us/global/arrow-black.svg"); 
	background-color: transparent;
}

.jumbotron.parallax .carousel .flex-direction-nav a.flex-next::before,
.jumbotron.parallax .carousel .flex-direction-nav a.flex-prev::before{
	background-image: url("https://s3.amazonaws.com/ba-en-us/global/arrow-white.svg"); 
	background-color: transparent;
}

#testimonials blockquote .quote {
	font-weight: normal; 
	font-style: normal;
}

#testimonials blockquote .author {
	margin-left: 5em;
}

#testimonials .flex-direction-nav {
	z-index: 1;
}

#testimonials .flex-viewport {
	z-index: 2;
}

#testimonials .flex-direction-nav a {
	opacity: 1;
	position: relative;
}

#testimonials .flex-direction-nav .flex-prev {
	left: -5em;
}

#testimonials .flex-direction-nav .flex-next {
	right: -5em;
}

#testimonials .slides {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: -moz-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
}

.container .flexslider ol {
	margin: 0;
}

.carousel {
	background: transparent;
}

.carousel .flex-viewport {
	width: 80%;
	margin: 0 auto;
}

.carousel .slides {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: -moz-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
}

.carousel p {
	margin: 0;
}

.carousel li {
	margin: 0;
}

.carousel .flex-direction-nav a {
	opacity: 1;
}

.carousel .flex-direction-nav .flex-prev {
	left: 0;
}

.carousel .flex-direction-nav .flex-next {
	right: 0;
}

.container .carousel .flex-direction-nav {
	margin: 0;
}

.carousel .flex-direction-nav a {
	position: relative;
}

@media only screen and (max-width: 1300px) {
	#testimonials {
		width: 95%; 
		margin: 0 auto;
	}
	
	#testimonials .flex-direction-nav .flex-prev {
		left: -3em;
	}
	
	#testimonials .flex-direction-nav .flex-next {
		right: -3em;
	}
}

@media only screen and (max-width: 1100px) {
	#testimonials .flex-direction-nav .flex-prev {
		left: -3em;
	}
	
	#testimonials .flex-direction-nav .flex-next {
		right: -3em;
	}
}

@media only screen and (max-width: 1024px) {
	.flex-direction-nav .flex-next {
		right: 0;
		opacity: 1;
	}
	
	.flex-direction-nav .flex-prev {
		left: 0;
		opacity: 1;
	}
	
	#product-slider .flex-direction-nav .flex-next {
		margin-top: 0;
	}

	#product-slider .flex-direction-nav .flex-prev {
		margin-top: 0;
	}
}

@media only screen and (max-width: 1000px) {
	#testimonials .flex-direction-nav .flex-prev {
		left: -2em;
	}
	
	#testimonials .flex-direction-nav .flex-next {
		right: -2em;
	}
}

@media only screen and (max-width: 991px) {
	#testimonials .flex-direction-nav, .carousel .flex-direction-nav, #product-slider .flex-direction-nav {
		position: relative;
		justify-content: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
	}
	
	#testimonials .flex-direction-nav .flex-prev, #testimonials .flex-direction-nav .flex-next, .carousel .flex-direction-nav .flex-next, .carousel  .flex-direction-nav .flex-prev, #product-slider .flex-direction-nav  .flex-next, #product-slider .flex-direction-nav .flex-prev {
		position: relative;
		left: unset; 
		right: unset;
	}
	
	#testimonials .flex-viewport, .carousel .flex-viewport { 
		width: 100%;
	}
	
	#testimonials .flex-direction-nav .flex-prev {
		left: 0;
	}
	
	#testimonials .flex-direction-nav .flex-next {
		right: 0;
	}

	#product-slider .flex-direction-nav a {
		opacity: 1;
	}
	
	.carousel .flex-direction-nav .flex-prev, .carousel .flex-direction-nav .flex-next {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.jumbotron.flexslider-header .flex-direction-nav a {
		top: 32%;
	}
	
	#product-slider {
		margin-bottom: 2em;
	}
	
	.page-template-page-fans-product .flex-direction-nav .flex-next {
		margin-top: 0;
	}
	
	.page-template-page-fans-product .flex-direction-nav .flex-prev {
		margin-top: 0;
	}
	
	#testimonials {
		width: 100%;
	}
	
	#testimonials blockquote .author {
		margin-left: 4.3em;
	}
}

@media only screen and (max-width: 575px) {
	.jumbotron.flexslider-header .flex-direction-nav a {
		top: 28%;
	}
}

@media only screen and (max-width: 500px) {
	.jumbotron.flexslider-header .flex-direction-nav a {
		top: 27%;
	}
	
	#testimonials blockquote .author {
		margin-left: 0;
	}
}

@media only screen and (max-width: 375px) {
	.jumbotron.flexslider-header .flex-direction-nav a {
		top: 23%;
	}
}

@media only screen and (max-width: 337px) {
	.jumbotron.flexslider-header .flex-direction-nav a {
		top: 19%;
	}
}