#divHeader h1 {
	color: #43474a;
	font-family: 'Open Sans';
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
}

#divDetail .carousel_4 .owl-page.active {
	background-color: #43474a;
}

.ribbon-status {
 /* position: relative;*/
}
.ribbon-status:before, .ribbon-status:after
{
  content: "";
  position: absolute;
}
.ribbon-status {
	width: auto;
	height: 26px; /* auto;*/
	background: #AD402B;
	left: -9px;
	bottom: 40px;
	position: absolute;
}
.ribbon-status:before {
  height: 0;
  width: 0;
  border-bottom: 8px solid  #ca3011;
  border-left: 8px solid transparent;
  top: -8px;
}
.ribbon-status::after {
	height: 0;
	width: 0;
	border-top: 13px solid #AD402B;
	border-bottom: 13px solid #AD402B;
	border-right: 9px solid transparent;
	right: -8px;
}
.ribbon-content {
	color: #fff;
	font-size: 16px;
	padding: 0 16px;
	display:inline;
	}
	
.ribbon-status.purple {
	background: #800080;
}
.ribbon-status.purple::before {
	border-bottom-color: #800080;
}
.ribbon-status.purple::after {
	border-top-color: #800080;
	border-bottom-color: #800080;
}

#spName, #spAnimalID {
    color: #333333;
}

#owlCarousel {
    border: solid 1px #333333;
}

.btn-primary-as {
    background-color: #904d26;
    border-color: #904d26;
}

#divDogWeight {
    margin-left: 20px;
}

.hideElement {
    display: none;
}

.animalSearchBox {
    width: 100%;
    padding: 0px 3px 3px 3px;
}

.animalTitle {
    letter-spacing: normal;
    margin: 0 6px 30px 6px;
}

.animalName {
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: bold;
    color: white;
}

.animalID {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin: 8px 0 0 0;
}

.animalStatus {
    display:inline-block;
    font-size:13px;
    width: 100%;
}

.photo_box {
	border: solid 1px #666;
	border-radius: 8px;
	border-color: #ccc;
	border-bottom: solid 3px darkorange;	
	border-radius:0;
}

.col-sm-6.col-md-4 { 
	padding-bottom: 15px;
}

.photo_box.content_bottom_push_in_2 .shade {
	background-color: #666 !important;
}

.photo_box .ico span {
	background-color: darkorange !important;
}
.photo_box .text_sytle_2 {
	border-bottom: none;
}

#owlCarousel .owl-page {
	width: 15px;
	height: 15px;
}

#owlCarousel .owl-controls.clickable.owl-pagination,
#owlCarousel .owl-pagination {
	background-color: rgba(0,0,0,0.3);
	width: 100% ;
	z-index: 10;
	position:relative;
	bottom:0;
	right: 0px;
	padding-top: 10px;
}

#divPausePlay {
	top: -32px;	
	position:relative;
	margin-left: 10px;
	height:20px;
	z-index: 11;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   #divPausePlay {top: -24px;}
}

.btn-pauseplay{
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 15px;
  border-color: transparent transparent transparent #202020;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  cursor: pointer;
  border-style: solid;
  border-width: 8px 0 8px 15px;  
}

.btn-pauseplay.paused {
  border-style: double;
  border-width: 0px 0 0px 15px;
}

button.btn-pauseplay:hover,button.btn-pauseplay:focus {
  border-color: transparent transparent transparent #404040 !important;
}

button.btn-pauseplay:focus {
  border-color: transparent transparent transparent #FFF !important;
  box-shadow: none !important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none !important;
  }

#owlCarousel  .owl-buttons {float: right;}

#owlCarousel .owl-prev, 
#owlCarousel .owl-next {
	position: relative;
	font-size: 12px;
	margin: 0;
}


#owlCarousel .owl-next {
    right: 0;
}
#owlCarousel .owl-next {
    top: 0;
}

/*ANIMAL INFO UL*/

#animalInfo ul {
	padding: 0;
	list-style: none;
}

#animalInfo ul li {
	padding: 4px;
	border-top: 1px solid #dddddd;
}

#animalInfo ul li span {
	display: inline-block;
	width: 150px;
}

#animalInfo ul li.active {
	background-color: #f5f5f5;
}

/*VIRTUAL ADOPT*/

.virtual_adopt {
	position: relative;
}

.virtual_adopt:before {
	content: "";
    background-image: url('http://orangecountyanimalservicesfl.net/DesktopModules/Netpets/AnimalSearch/images/virtual-adoption.png');
	position: absolute;
	z-index: 1;
	width: 36px;
	height: 66px;
	display: inline-block;
	top: 10px; left: 10px;
	background-size: 100% auto;
}

