/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #000;
	display: inline-block;
	position: absolute;
	top: 40%;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 10px 10px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #f2f2f2;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
}
.owl-carousel:hover .owl-prev {
	left: 0 !important;
	opacity: 1;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
}
.owl-theme:hover .owl-next {
	right: 0 !important;
	opacity: 1;
	transition: all ease-in-out 0.22s;
	-webkit-transition: all ease-in-out 0.22s;
	-moz-transition: all ease-in-out 0.22s;
}
.owl-prev {
	left: 0px;
}
.owl-next {
	right: 0px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/*#owl-example1 .owl-item img {
	width: 100%;
	margin: 0 auto;
}
*/
 
.balloon {
	width: 820px;
	padding-top: 30px;
	position: fixed;
	top: 70%;
	left: 20%;
	z-index: 999;
	font-family: 'Wendy One', sans-serif;
}
.balloon > div {
	width: 104px;
	height: 140px;
	background: rgba(182, 15, 97, 0.9);
	border-radius: 0;
	border-radius: 80% 80% 80% 80%;
	margin: 0 auto;
	position: absolute;
	padding: 10px;
	box-shadow: inset 17px 7px 10px rgba(182, 15, 97, 0.9);
	-webkit-transform-origin: bottom center;
}
.balloon > div:nth-child(1) {
	background: rgba(182, 15, 97, 0.9);
	left: 0;
	box-shadow: inset 10px 10px 10px rgba(135, 11, 72, 0.9);
	-webkit-animation: balloon1 6s ease-in-out infinite;
	-moz-animation: balloon1 6s ease-in-out infinite;
	-o-animation: balloon1 6s ease-in-out infinite;
	animation: balloon1 6s ease-in-out infinite;
}
.balloon > div:nth-child(1):before {
	color: rgba(182, 15, 97, 0.9);
}
.balloon > div:nth-child(2) {
	background: rgba(242, 112, 45, 0.9);
	left: 120px;
	box-shadow: inset 10px 10px 10px rgba(222, 85, 14, 0.9);
	-webkit-animation: balloon2 6s ease-in-out infinite;
	-moz-animation: balloon2 6s ease-in-out infinite;
	-o-animation: balloon2 6s ease-in-out infinite;
	animation: balloon2 6s ease-in-out infinite;
}
.balloon > div:nth-child(2):before {
	color: rgba(242, 112, 45, 0.9);
}
.balloon > div:nth-child(3) {
	background: rgba(45, 181, 167, 0.9);
	left: 240px;
	box-shadow: inset 10px 10px 10px rgba(35, 140, 129, 0.9);
	-webkit-animation: balloon4 6s ease-in-out infinite;
	-moz-animation: balloon4 6s ease-in-out infinite;
	-o-animation: balloon4 6s ease-in-out infinite;
	animation: balloon4 6s ease-in-out infinite;
}
.balloon > div:nth-child(3):before {
	color: rgba(45, 181, 167, 0.9);
}
.balloon > div:nth-child(4) {
	background: rgba(190, 61, 244, 0.9);
	left: 360px;
	box-shadow: inset 10px 10px 10px rgba(173, 14, 240, 0.9);
	-webkit-animation: balloon1 5s ease-in-out infinite;
	-moz-animation: balloon1 5s ease-in-out infinite;
	-o-animation: balloon1 5s ease-in-out infinite;
	animation: balloon1 5s ease-in-out infinite;
}
.balloon > div:nth-child(4):before {
	color: rgba(190, 61, 244, 0.9);
}
.balloon > div:nth-child(5) {
	background: rgba(180, 224, 67, 0.9);
	left: 480px;
	box-shadow: inset 10px 10px 10px rgba(158, 206, 34, 0.9);
	-webkit-animation: balloon3 5s ease-in-out infinite;
	-moz-animation: balloon3 5s ease-in-out infinite;
	-o-animation: balloon3 5s ease-in-out infinite;
	animation: balloon3 5s ease-in-out infinite;
}
.balloon > div:nth-child(5):before {
	color: rgba(180, 224, 67, 0.9);
}
.balloon > div:nth-child(6) {
	background: rgba(242, 194, 58, 0.9);
	left: 600px;
	box-shadow: inset 10px 10px 10px rgba(234, 177, 15, 0.9);
	-webkit-animation: balloon2 3s ease-in-out infinite;
	-moz-animation: balloon2 3s ease-in-out infinite;
	-o-animation: balloon2 3s ease-in-out infinite;
	animation: balloon2 3s ease-in-out infinite;
}
.balloon > div:nth-child(6):before {
	color: rgba(242, 194, 58, 0.9);
}
.balloon > div:nth-child(7) {
	background: rgba(45, 181, 167, 0.9);
	left: 720px;
	box-shadow: inset 10px 10px 10px rgba(35, 140, 129, 0.9);
	-webkit-animation: balloon4 3s ease-in-out infinite;
	-moz-animation: balloon4 3s ease-in-out infinite;
	-o-animation: balloon4 3s ease-in-out infinite;
	animation: balloon4 3s ease-in-out infinite;
}
.balloon > div:nth-child(7):before {
	color: rgba(45, 181, 167, 0.9);
}
.balloon > div:before {
	color: rgba(182, 15, 97, 0.9);
	position: absolute;
	bottom: -11px;
	left: 52px;
	content: "▲";
	font-size: 1em;
}
.balloon span {
	font-size: 4.8em;
	color: white;
	position: relative;
	top: 30px;
	left: 50%;
	margin-left: -27px;
}
/*BALLOON 1 4*/
@-webkit-keyframes balloon1 {
 0%, 100% {
 -webkit-transform: translateY(0) rotate(-6deg);
}
 50% {
 -webkit-transform: translateY(-20px) rotate(8deg);
}
}
@-moz-keyframes balloon1 {
 0%, 100% {
 -moz-transform: translateY(0) rotate(-6deg);
}
 50% {
 -moz-transform: translateY(-20px) rotate(8deg);
}
}
@-o-keyframes balloon1 {
 0%, 100% {
 -o-transform: translateY(0) rotate(-6deg);
}
 50% {
 -o-transform: translateY(-20px) rotate(8deg);
}
}
@keyframes balloon1 {
 0%, 100% {
 transform: translateY(0) rotate(-6deg);
}
 50% {
 transform: translateY(-20px) rotate(8deg);
}
}
/* BAllOON 2 5*/
@-webkit-keyframes balloon2 {
 0%, 100% {
 -webkit-transform: translateY(0) rotate(6eg);
}
 50% {
 -webkit-transform: translateY(-30px) rotate(-8deg);
}
}
@-moz-keyframes balloon2 {
 0%, 100% {
 -moz-transform: translateY(0) rotate(6deg);
}
 50% {
 -moz-transform: translateY(-30px) rotate(-8deg);
}
}
@-o-keyframes balloon2 {
 0%, 100% {
 -o-transform: translateY(0) rotate(6deg);
}
 50% {
 -o-transform: translateY(-30px) rotate(-8deg);
}
}
@keyframes balloon2 {
 0%, 100% {
 transform: translateY(0) rotate(6deg);
}
 50% {
 transform: translateY(-30px) rotate(-8deg);
}
}
/* BAllOON 0*/
@-webkit-keyframes balloon3 {
 0%, 100% {
 -webkit-transform: translate(0, -10px) rotate(6eg);
}
 50% {
 -webkit-transform: translate(-20px, 30px) rotate(-8deg);
}
}
@-moz-keyframes balloon3 {
 0%, 100% {
 -moz-transform: translate(0, -10px) rotate(6eg);
}
 50% {
 -moz-transform: translate(-20px, 30px) rotate(-8deg);
}
}
@-o-keyframes balloon3 {
 0%, 100% {
 -o-transform: translate(0, -10px) rotate(6eg);
}
 50% {
 -o-transform: translate(-20px, 30px) rotate(-8deg);
}
}
@keyframes balloon3 {
 0%, 100% {
 transform: translate(0, -10px) rotate(6eg);
}
 50% {
 transform: translate(-20px, 30px) rotate(-8deg);
}
}
/* BAllOON 3*/
@-webkit-keyframes balloon4 {
 0%, 100% {
 -webkit-transform: translate(10px, -10px) rotate(-8eg);
}
 50% {
 -webkit-transform: translate(-15px, 20px) rotate(10deg);
}
}
@-moz-keyframes balloon4 {
 0%, 100% {
 -moz-transform: translate(10px, -10px) rotate(-8eg);
}
 50% {
 -moz-transform: translate(-15px, 10px) rotate(10deg);
}
}
@-o-keyframes balloon4 {
 0%, 100% {
 -o-transform: translate(10px, -10px) rotate(-8eg);
}
 50% {
 -o-transform: translate(-15px, 10px) rotate(10deg);
}
}
@keyframes balloon4 {
 0%, 100% {
 transform: translate(10px, -10px) rotate(-8eg);
}
 50% {
 transform: translate(-15px, 10px) rotate(10deg);
}
}
