/**
 * Owl Carousel v2.1.1
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */

.owl-prev, .owl-next { position: absolute; top: 15%; padding: 5px; margin: 0; z-index: 100; font-size: 3rem; cursor: pointer; color: #CCCCCC; }
.owl-prev { left: 0; transition: all 0.2s ease-in-out 0.2s; -moz-transition: all 0.2s ease-in-out 0.2s; -webkit-transition: all 0.2s ease-in-out 0.2s; -o-transition: all 0.2s ease-in-out 0.2s; }
body .owl-prev:hover { color: #9B9B9B; transition: all 0.2s ease-in-out 0.2s; -moz-transition: all 0.2s ease-in-out 0.2s; -webkit-transition: all 0.2s ease-in-out 0.2s; -o-transition: all 0.2s ease-in-out 0.2s; }
.owl-prev.disabled { color: #F6F6F6; }
body .owl-prev.disabled:hover { color: #F6F6F6; }
.owl-next { right: 0; transition: all 0.2s ease-in-out 0.2s; -moz-transition: all 0.2s ease-in-out 0.2s; -webkit-transition: all 0.2s ease-in-out 0.2s; -o-transition: all 0.2s ease-in-out 0.2s; }
body .owl-next:hover { color: #9B9B9B; transition: all 0.2s ease-in-out 0.2s; -moz-transition: all 0.2s ease-in-out 0.2s; -webkit-transition: all 0.2s ease-in-out 0.2s; -o-transition: all 0.2s ease-in-out 0.2s; }
.owl-next.disabled { color: #F6F6F6; }
body .owl-next.disabled:hover { color: #F6F6F6; }
.owl-theme .owl-controls .owl-buttons div { color: #CCCCCC; display: inline-block; zoom: 1; font-size: 3rem; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; background: transparent; opacity: 1; margin-top: -32px; }
.owl-carousel .owl-item img { width: auto !important; margin: 0 auto; }