.owl-theme .owl-controls .owl-buttons div{
  font-size:14px;
  font-size:1rem;
  line-height:1.57; }

.owl-theme .owl-controls{
  margin-top:10px;
  text-align:right; }
.owl-theme .owl-controls .owl-buttons div{
  display:inline-block;
  zoom:1;
  *display:inline;
  /*IE7 life-saver */
  position:relative; }

.owl-theme .owl-controls, .owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter:Alpha(Opacity=100);
  /*IE7 fix*/
  text-decoration:none; }

.front .owl-theme .owl-item{
  padding:30px 0;
  padding:2.14286rem 0rem; }

.owl-theme .owl-item.loading{
  min-height:150px;
  background:url('../../images/theme/AjaxLoader.gif') no-repeat center center; }

.owl-theme .l-teaser{
  padding:0 10px;
  padding:0rem .71429rem; }

@media (min-width: 640px){
  .owl-theme .owl-controls{
    margin-top:0;
    position:absolute;
    top:-55px;
    background:transparent;
    opacity:1;
    width:100%;
    text-align:right; } }

.owl-theme .owl-controls .owl-buttons .owl-prev{
  padding-left:35px;
  padding-right:10px; }

.owl-theme .owl-controls .owl-buttons .owl-next{
  padding-right:35px;
  padding-left:10px; }

.owl-theme .owl-controls .owl-buttons .disabled{
  display:none;
  visibility:hidden; }

.node__link_list .owl-theme .owl-controls, .node__news_list .owl-theme .owl-controls, .node__event_list .owl-theme .owl-controls{
  position:absolute;
  bottom:-23px;
  top:auto; }

.front .owl-theme .owl-controls{
  position:relative;
  bottom:0;
  top:auto;
  left:0;
  right:0;
  background:transparent;
  opacity:1;
  width:auto; }
.front .owl-theme .owl-controls .owl-buttons .owl-prev, .front .owl-theme .owl-controls .owl-buttons .owl-next{
  padding:0;
  font-size:1px;
  bottom:30px; }
.front .owl-theme .owl-controls .owl-buttons .owl-prev{
  float:left; }
.front .owl-theme .owl-controls .owl-buttons .owl-next{
  float:right; }
.front .owl-theme .owl-controls .owl-buttons .disabled{
  display:none;
  visibility:hidden; }

.node__link_list .owl-carousel .owl-wrapper-outer, .node__news_list .owl-carousel .owl-wrapper-outer, .node__event_list .owl-carousel .owl-wrapper-outer{
  margin-bottom:30px; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination{
  padding:0 60px; }

.owl-theme .owl-controls .owl-page{
  display:inline-block;
  zoom:1;
  *display:inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span{
  display:block;
  width:7px;
  height:7px;
  margin:5px 7px;
  filter:Alpha(Opacity=50);
  /*IE7 fix*/
  opacity:.5;
  -webkit-border-radius:50%;
          border-radius:50%; }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
  filter:Alpha(Opacity=100);
  /*IE7 fix*/
  opacity:1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
  height:auto;
  width:auto;
  color:#fff;
  padding:2px 10px;
  font-size:12px;
  -webkit-border-radius:30px;
          border-radius:30px; }

/* preloading images */
.owl-item.loading{
  min-height:150px;
  background:url(AjaxLoader.gif) no-repeat center center; }

.owl-next:before, .owl-prev:before{
  width:29px;
  height:29px;
  display:block;
  content:'';
  position:absolute;
  -webkit-border-radius:50%;
          border-radius:50%; }

.owl-next:before{
  background-image:url('../../images/theme/arrow--right.png');
  right:0; }

.owl-prev:before{
  background-image:url('../../images/theme/arrow--left.png');
  left:0; }