/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
.i-block .owl-carousel { margin-bottom: 0; } 
.owl-carousel .owl-item img { width: auto; margin: auto; }
.owl-carousel .owl-prev, .owl-carousel .owl-next { position: absolute; top: 50%; margin-top: -21px; width: 11px; height: 42px; z-index: 1001; cursor: pointer; text-indent: -100px; overflow: hidden; }
.owl-carousel .owl-prev { left: -18px; background: url(./carousel-prev.png) no-repeat 0 0; }
.owl-carousel .owl-next { right: -18px; background: url(./carousel-next.png) no-repeat 0 0; }
.owl-dots { position: absolute; left: 0; right: 0; bottom: -35px; text-align: center; }
.owl-dots .owl-dot { display: inline-block; margin: 3px 5px; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; cursor: pointer; background: #ffffff; height: 6px; width: 6px; }
.owl-dots .active { height: 12px; width: 12px; border: 1px solid #ffffff; background: transparent; margin-top: 0; margin-bottom: 0; }
*/