.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
    height: 44px;
    line-height: 44px;
font-family: Ubuntu;
color:#fff;
}
body.hidden-scroll {
    overflow: hidden
}
.sl-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .8;
    display: none;
    z-index: 9998;
}
.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
    top: 30px;
    display: none;
    color: #fff;
    position: fixed;
	z-index: 99999;
}
.sl-wrapper {
    z-index: 1000
}
.sl-wrapper button {
    border: 0;
    background: 0 0;
    font-size: 28px;
    padding: 0;    color: #fff;
    cursor: pointer;	z-index: 99999;
}
.sl-wrapper button:hover {
    opacity: .7;
}
.sl-wrapper .sl-close {
    right: 30px;
    z-index: 1015;
    margin-top: -14px;
    margin-right: -14px;
    width: 44px;
    font-size: 3rem;    color: #fff;	z-index: 99999;
}
.sl-wrapper .sl-counter {
    left: 30px;
    z-index: 1015;
    font-size: 0.85em;
	color:#000;
	padding: 7px;font-family: Ubuntu;
	font-weight: bold;
	background-color:#fff;	z-index: 99999;
}
.sl-wrapper .sl-navigation {
    width: 100%;    color: #fff;
    display: none;	z-index: 99999;
}
.sl-wrapper .sl-navigation button {
    position: fixed;    color: #fff;
    top: 50%;
    margin-top: -22px;
    width: 22px;
    text-align: center;
    display: block;
    z-index: 1015;
    color: #fff;	z-index: 99999;
}
.sl-wrapper .sl-navigation button.sl-next {
    right: 5px;    color: #fff;
    font-size: 2rem;outline:0;	z-index: 99999;
}
.sl-wrapper .sl-navigation button.sl-prev {
    left: 5px;    color: #fff;
    font-size: 2rem;outline:0;	z-index: 99999;
}
.sl-wrapper .sl-image {
    position: fixed;    color: #fff;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000;	z-index: 99999;
}
.sl-wrapper .sl-image img {
    margin: 0;    color: #fff;
    padding: 0;
    display: block;
    border: 0;	z-index: 99999;
}
.sl-wrapper .sl-image iframe {
    background: #fff;    color: #fff;
    border: 0;	z-index: 99999;
}
@media (min-width: 35.5em) {
    .sl-wrapper .sl-navigation button {
        width: 44px;    color: #fff;
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 10px;    color: #fff;
        font-size: 3rem
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 10px;    color: #fff;
        font-size: 3rem
    }
    .sl-wrapper .sl-image iframe,
    .sl-wrapper .sl-image img {
        border: 0;    color: #fff;
    }
}
@media (min-width: 50em) {
    .sl-wrapper .sl-navigation button {
        width: 44px;    color: #fff;
    }
    .sl-wrapper .sl-navigation button.sl-next {
        right: 20px;    color: #fff;
        font-size: 3rem
    }
    .sl-wrapper .sl-navigation button.sl-prev {
        left: 20px;    color: #fff;
        font-size: 3rem
    }
    .sl-wrapper .sl-image iframe,
    .sl-wrapper .sl-image img {
        border: 0;    color: #fff;
    }
}
.sl-wrapper .sl-image .sl-caption {
    display: none;
    padding: 10px;
    color: #fff;
    background: #fff;
    opacity: .8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
font-family: 'Oswald', sans-serif;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;    color: #fff;
    top: 0
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto;    color: #fff;
}
.sl-wrapper .sl-image .sl-download {
    display: none;    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    z-index: 1005
}
.sl-spinner {
    display: none;    color: #fff;
    border: 5px solid #333;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007;
    -webkit-animation: pulsate 1s ease-out infinite;
    -moz-animation: pulsate 1s ease-out infinite;
    -ms-animation: pulsate 1s ease-out infinite;
    -o-animation: pulsate 1s ease-out infinite;
    animation: pulsate 1s ease-out infinite;color:#fff;
}
.sl-scrollbar-measure {
    position: absolute;    color: #fff;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@-webkit-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
@-moz-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
@-o-keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2);
        opacity: 0
    }
}
@-ms-keyframes pulsate {
    0%, 100% {
        opacity: 0
    }
    0% {
        transform: scale(.1)
    }
    50% {
        opacity: 1
    }
    100% {
        transform: scale(1.2)
    }
}/* line 1, ../sass/demo.scss */
html, body {
  font-family: 'Slabo 27px', serif;
  padding: 0;
  margin: 0;
  background: #ffffff;
}

/* line 8, ../sass/demo.scss */
* {
  box-sizing: border-box;
}

/* line 12, ../sass/demo.scss */
a {
  color: #4ab19a;
}

/* line 16, ../sass/demo.scss */
.clear {
  clear: both;
  float: none;
  width: 100%;
}

/* line 22, ../sass/demo.scss */
.container {
  max-width: 1170px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 32, ../sass/demo.scss */
.container .gallery a img {
  float: left;
  width: 20%;
  height: auto;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
/* line 46, ../sass/demo.scss */
.container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
/* line 57, ../sass/demo.scss */
.container .gallery a.big img {
  width: 40%;
}

/* line 65, ../sass/demo.scss */
.align-center {
  text-align: center;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;font-family: 'Oswald', sans-serif; 
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(owl-carousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #8cc640;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	transition: all ease 0.5s;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	opacity: 1;
	text-decoration: none; color:#004724;

}

/* Styling Pagination*/

.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: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #004724;
}

.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;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

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