/* 
 * 	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: 94%;
	margin: 0 auto;
	-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);
}

/* 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 style for mercola */

.owl-container { 
	position:relative; 
	font-family:arial; 
    font-size:16px; 
}
.owl-nav { 
	position:absolute; 
	top:30%; 
	z-index:100; 
	background:url(//media.mercola.com/themes/mercola/images/carousel/owl-buttons.gif); 
	width: 16px; 
	height: 33px;
}
.owl-nav:hover { cursor:pointer; }
.owl-nav.next { right:0; background-position: 16px 0; }
.owl-nav.prev {}
.owl-nav.next:hover { right:0; background-position: 16px 33px; }
.owl-nav.prev:hover { background-position: 0 33px; }
	
#owl-list .item{
	margin: 7px;
	border: 3px solid #cdcdcd;
	text-align: center;
	background: white;
	border-radius: 5px;
}
#owl-list a, #owl-list a:hover { text-decoration:none; }
#owl-list a p {
	color: #333333;
	font-weight: bold;
	height:20px;
	margin-left:2px;
	margin-right:2px;
}
#owl-list .item:hover{
	border: 3px solid #5eb936;
}
#owl-list .item img{
	display: block;
	width: 100%;
  	height: auto;
}

@media screen and (max-width:350px) 
{
    .owl-carousel { width:84%; }
    #owl-list .item img { max-width: 150px; margin: 0 auto; }
    #owl-list a p { font-size:14px; } 
}

/*hack for mobile devices */
.owl-carousel { max-width:900px; }    
    @media only screen and (max-width:768px) 
    {
        .owl-carousel { max-width:680px; }
    }
        
    @media only screen and (max-width:520px) 
    {
        .owl-carousel { max-width:400px; font-size: 14px; }
    }
        
    @media only screen and (max-width:320px) 
    {
        .owl-carousel { max-width:300px; }
    }
 
.herbal-oil-btn { text-align:center; }
.herbal-oil-btn a  
{
    background:#2bb64a; 
    padding:12px 28px; 
    font-size:18px; 
    text-shadow: 0px 2px #21a93d; 
    box-shadow: 0px 2px 0px #139c2f; 
    border-radius:4px;   
    font-family: arial;
    color: white;
    font-weight: bold;
    text-decoration: none;
    background: -webkit-linear-gradient(#43c464, #20a83c); 
    background: -o-linear-gradient(#43c464, #20a83c); 
    background: -moz-linear-gradient(#43c464, #20a83c);
    background: linear-gradient(#43c464, #20a83c);
}

.herbal-oil-btn a:hover 
  {
    text-shadow: 0px 2px #139c2f; box-shadow: 0px 2px 0px #0a8021;
    background: -webkit-linear-gradient(#21a83c, #1b9433);
    background: -o-linear-gradient(#21a83c, #1b9433); 
    background: -moz-linear-gradient(#21a83c, #1b9433);
    background: linear-gradient(#21a83c, #1b9433);
  }
  
  @media only screen and (max-width:591px) 
  {
    .herbal-oil-btn a { padding:8px 20px; font-size:16px;}
  }        