
a.button { display:block; background: #BC0054; width: 90%; padding: 3%; margin:2% 0; color: #FFF; font-weight:bold;  border:none;  }
a.button:hover { background:#a8a8a7; }


.pinkBlok { background:#BC0054; color:#fff; padding:10px 20px; display:block; margin-bottom:15px; }
.pinkBlok * { color:#fff; }
.pinkBlok .button { display:block; width:100%; background:#fff; color:#BC0054; text-align:center;}
.pinkBlok .button:hover { background:#fff; }
.main-container .pinkBlok a { color:#fff;}
.main-container .pinkBlok a.button { color:#BC0054;}


.owl-carousel .owl-item {
	min-height:250px;
	/* height:75vh; */
}
.pavo_banner_caroussel.owl-theme .owl-item { min-height:10px; }

.owl-theme .owl-controls {
	/*
	position:absolute;
	bottom:2%; width:100%;
	*/
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-controls .owl-nav  {
	display:none;
}
.owl-theme.withintro  .owl-controls .owl-nav  {
	display: block;
}


.withintro { padding: 0 50px;}
.owl-theme.withintro .owl-controls .owl-nav { display: block; position: absolute; left: 0; top: 0; width: 100%;}
.owl-theme.withintro .owl-controls .owl-nav * {color: #bc0054;}
.owl-theme.withintro .owl-controls .owl-nav .owl-prev { position: absolute; left: 0; top: 40px;}
.owl-theme.withintro .owl-controls .owl-nav .owl-next { position: absolute; right: 0; top: 40px;}


.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #fff;
	color: #fff;
	text-decoration: none
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
*display:inline
}
.owl-theme .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	margin: 5px 7px;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	
	background: #transparent;
	border:1px solid #bc0054;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background:rgba(188,0,84,0.6);
}
.owl-theme .owl-dots .owl-dot.active span {
	background:rgba(188,0,84,1.00);
}
