/*
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* 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%;}

.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);}

	.owl-controls.clickable {
		display: block !important;
	}

/* mouse grab icon */
.grabbing {
    cursor:url(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);}

/* CUSTOM STYLES */

#owl-demo .item {position:relative !important; display:block !important;}

#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;}

.owl-home, .owl-gallery .owl-wrapper-outer {
	border: 1px solid #d6d7db;
	padding:1px;
	margin:20px 0 20px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	-webkit-box-shadow: 0 5px 10px -2px #E7ECEE;
	-moz-box-shadow: 0 5px 10px -2px #E7ECEE;
	box-shadow: 0 5px 10px -2px #E7ECEE;}

.itemTxt {
	padding:20px;
	width:100%;
	position:absolute;
	right:0px;
	bottom:0px;
	background:rgba(255,255,255,0.8);
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.itemTxt h2 {
	color:#3e7800;
	font-family:'Lato','sans-serif';
	font-size:14px;
	margin:0;}

.owl-gallery .itemTxt {
	padding:10px;}

.owl-gallery .owl-pagination {display:none;}
.owl-page {display:inline-block;}

.owl-gallery .owl-controls .item-link {
    position: relative;
    display: block;
    width: 51px;
    height: 38px;
    margin: 0 2px;
    border: 2px solid #fff;
    outline: none;}

.owl-gallery .owl-controls .item-link:focus {
    -webkit-box-shadow: 0 0 8px #cc4895;
    -moz-box-shadow: 0 0 8px #cc4895;
    box-shadow: 0 0 8px #cc4895;
    outline: none;}

.owl-gallery .owl-controls .active .item-link {
   border: 2px solid #3e7800;}

.owl-gallery .owl-controls .owl-page span {
    display: none;}

.owl-gallery .prev-owl,
.owl-gallery .next-owl {
    position: absolute;
   	position:absolute;
   	top:37%;
   	background-image:url(/content/images/templates2/ssControls.png);
   	width:30px;
   	height:40px;
	text-indent:-9999em;
    outline: none;}

.prev-owl {left:0;background-position:0 0;}
.prev-owl:hover {background-position:0 -40px;}

.next-owl {right:0;	background-position:-30px 0;}
.next-owl:hover {background-position:-30px -40px;}


@media only screen and (min-width:48em){

	.owl-home {margin:50px 0 50px;}

	.itemTxt h2 {
		font-size:48px;
		font-weight:300;
		text-shadow:#a3bac1 2px 2px 2px;}

	.owl-gallery {margin:0px 0 20px 0px;}
	.owl-gallery .itemTxt h2 {
		font-size:28px;}

	.owl-gallery .owl-pagination {
		display:block;
		border:1px solid #d7dde0;
		padding:5px 5px 0 5px;
		-webkit-box-shadow: 0 5px 10px -2px #E7ECEE;
		-moz-box-shadow: 0 5px 10px -2px #E7ECEE;
		box-shadow: 0 5px 10px -2px #E7ECEE;}


}