/* 
 * 	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%;
}
.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(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);
}
/* SUPERTABS */
.supertabs {
	position: relative;
	padding: 60px 0;
  }
  .supertabs .tab-navigation {
	padding-right: 0;
  }
  @media (max-width: 992px) {
	.supertabs .tab-navigation {
	  padding-right: 15px;
	}
  }
  .supertabs .tab-navigation ul li {
	margin-left: 10px;
	/* border: 1px solid #e0e0e0;
	border-width: 1px 1px 0 1px; */
  }
  /* .supertabs .tab-navigation ul li:last-child {
	border-bottom: 1px solid #e0e0e0;
  } */
  /* .supertabs .tab-navigation ul li.active {
	margin-left: 0;
	border-left: 2px solid #136084;
  } */
  .supertabs .tab-navigation ul li.active a {
	border-bottom: #1a8171 solid 1px;
  }
  .supertabs .tab-navigation ul li a {
	padding: 10px 50px 0px 5px;
	display: block;

  }
  .supertabs .tab-navigation ul li a .title {
	margin: 0 0 3px 0;
	/* font-size: 14px; */
  }
  .supertabs .tab-navigation ul li a .subtitle {
	margin: 0;
	color: #808080;
	font-size: 13px;
	font-weight: normal;
  }
  .supertabs .tab-content {
	padding-left: 0;
  }
  @media (max-width: 992px) {
	.supertabs .tab-content {
	  padding-left: 15px;
	}
  }
  .supertabs .tab-content .tab-pane {
	background-repeat: no-repeat;
	background-size: cover;
  }
  @media (max-width: 992px) {
	.supertabs .tab-content .tab-pane {
	  min-height: 350px !important;
	}
  }
  .supertabs .tab-content .tab-pane header {
	padding: 40px 0 0 50px;
  }
  .supertabs .tab-content .tab-pane header .title {
	margin: 0 0 3px 0;
	font-size: 14px;
  }
  .supertabs .tab-content .tab-pane header .subtitle {
	margin: 0;
	color: #808080;
	font-size: 13px;
	font-weight: normal;
  }
  .supertabs .tab-content .tab-pane p, .supertabs .tab-content .tab-pane ul {
	/* position: absolute; */
	padding-bottom: 35px;
	padding-left: 50px;
	padding-right: 50px;
  }
  @media (max-width: 992px) {
	.supertabs .tab-content .tab-pane p {
	  position: relative;
	  padding: 0 50px;
	  margin-top: 50px;
	  left: auto;
	  right: auto;
	  bottom: auto;
	}
  }
  .custom-list {
	padding: 0;
	margin: 0;
	list-style: none;
  }
  .tab-content > .tab-pane {
	display: none;
  }
/* TABS */
.tab-pane {
	display: none;
  }
  .tab-pane.active {
	display: block;
  }
  
