﻿@charset "UTF-8";


.banner-carousel  {width: 100%;}

.banner-carousel .mod-carousel .item .featured-item-text .content { padding-top: 0px !important; }


.banner-carousel .mod-carousel .item .featured-item-text { padding-top: 15px !important; }

.banner-carousel .mod-carousel .item .featured-item-text { padding-left: 15px !important; }

.banner-carousel .mod-carousel .item .featured-item-text { padding-right: 15px !important; }

.banner-carousel .mod-carousel .item .featured-item-text .category { margin-top: 2px !important; }

.banner-carousel .mod-carousel .item .featured-item-text .content, .banner-carousel .page-about .section-recent { margin-top: 15px !important; }


.banner-carousel .mod-carousel, .banner-carousel .mod-carousel .item { margin-bottom: 0px !important; }

.banner-carousel .mod-carousel .item .featured-item-text .category { margin-bottom: 5px !important; }


.owl-carousel .owl-wrapper-outer, .owl-carousel .owl-stage-outer { overflow: visible; }


.owl-carousel .owl-item.active { opacity: 1 !important; }
.owl-carousel .owl-controls { margin-top: -20px; }

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next { background: none no-repeat; cursor: pointer; height: 40px; position: absolute; text-indent: -999999px; width: 20px; }
.owl-carousel .owl-controls .owl-nav .owl-prev { background-image: url(images/icon-arrow-left.png); background-position: right center; left: 0px; }

.mod-carousel-wrapper { position: relative; }

.mod-carousel .item { display: inline-block; }
.mod-carousel .item img { display: block; }


.banner-carousel { background: #ffffff; }
.banner-carousel .mod-carousel .owl-wrapper-outer, .banner-carousel .mod-carousel .owl-stage-outer { overflow: hidden; }
.banner-carousel .mod-carousel .owl-controls { margin-bottom: 0; position: absolute; bottom: 20px; width: 100%; }
.banner-carousel .mod-carousel .owl-controls .owl-dots .owl-dot.active span, .banner-carousel .mod-carousel .owl-controls .owl-theme .owl-dots .owl-dot:hover span { background: #FAFAFA; }


.banner-carousel .mod-carousel .owl-prev, .banner-carousel .mod-carousel .owl-next { top: -140px; }

.banner-carousel .mod-carousel .owl-item { opacity: 1; }
.banner-carousel .mod-carousel .item { display: block; }
.banner-carousel .mod-carousel .item .image { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center center; display: block; height: 100vh; width: 100%; }

@media (max-width: 800px) {
.banner-carousel .mod-carousel .item .image { 
	background-position: center center; }

.banner-carousel .mod-carousel .item .image { height: 50vh; width: 100%; }	
	}



@media print { 
  .mod-carousel-wrapper { margin: 0 auto !important; width: 600px !important; }
  }