/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	background: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	z-index:901;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: -100px;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/* pins */

.av-fullwidth-hotspots {
		position: relative;
		clear: both;
	}
	.av-hotspot-container {
		position: relative;
		display:block;
		margin:0 auto;
		clear: both;
		table-layout: fixed;
	}
	.av-fullwidth-hotspots .av-hotspot-container-inner-cell {
		width: 100%;
		display:block;
	}
	.av-hotspot-container .av-image-hotspot_inner {
		width: 30px;
		height: 30px;
		-webkit-border-radius: 50% 50% 50% 0;
		border-radius: 50% 50% 50% 0;
		background: #000;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -20px 0 0 -20px;
		-webkit-animation-name: bounce;
		-moz-animation-name: bounce;
		-o-animation-name: bounce;
		-ms-animation-name: bounce;
		animation-name: bounce;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		-o-animation-fill-mode: both;
		-ms-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-duration: 1s;
		-moz-animation-duration: 1s;
		-o-animation-duration: 1s;
		-ms-animation-duration: 1s;
		animation-duration: 1s;
		color:#ffffff;
		border:1px solid white;
		z-index:902;
	}

	.pin1:after {
		content:'1' !important;
		transform: rotate(45deg);
		left:4px;
		font-family: "Open Sans", sans-serif;
	}
	.pin2:after {
		content:'2' !important;
		transform: rotate(45deg);
		left:4px;
		font-family: "Open Sans", sans-serif;
	}
	.pin3:after {
		content:'3' !important;
		transform: rotate(45deg);
		left:4px;
		font-family: "Open Sans", sans-serif;
	}
	.pin4:after {
		content:'4' !important;
		transform: rotate(45deg);
		left:4px;
		font-family: "Open Sans", sans-serif;
	}
	.pin5:after {
		content:'5' !important;
		transform: rotate(45deg);
		left:4px;
		font-family: "Open Sans", sans-serif;
	}
	.pin6:after {
		content:'6' !important;
		transform: rotate(45deg);
		left:4px;
		font-family: "Open Sans", sans-serif;
	}
	.pin7:after {
		content:'7' !important;
		transform: rotate(45deg);
		left:4px;
		font-family: "Open Sans", sans-serif;
	}
	.pin8:after {
		content:'8' !important;
		transform: rotate(45deg);
		left:4px;
		font-family: "Open Sans", sans-serif;
	}
	.pin9:after {
		content:'9' !important;
		transform: rotate(45deg);
		left:4px;
		font-family: "Open Sans", sans-serif;
	}
	.pin10:after {
		content:'10' !important;
		transform: rotate(45deg);
		left:4px;
		margin: 2px 0 0 7px !important;
		font-family: "Open Sans", sans-serif;
	}
	.pin11:after {
		content:'11' !important;
		transform: rotate(45deg);
		left:4px;
		margin: 2px 0 0 7px !important;
		font-family: "Open Sans", sans-serif;
	}
	.pin12:after {
		content:'12' !important;
		transform: rotate(45deg);
		left:4px;
		margin: 2px 0 0 7px !important;
		font-family: "Open Sans", sans-serif;
	}
	.pin13:after {
		content:'13' !important;
		transform: rotate(45deg);
		left:4px;
		margin: 2px 0 0 7px !important;
		font-family: "Open Sans", sans-serif;
	}
	.pin14:after {
		content:'14' !important;
		transform: rotate(45deg);
		left:4px;
		margin: 2px 0 0 7px !important;
		font-family: "Open Sans", sans-serif;
	}
	.pin15:after {
		content:'15' !important;
		transform: rotate(45deg);
		left:4px;
		margin: 2px 0 0 7px !important;
		font-family: "Open Sans", sans-serif;
	}

	.av-hotspot-container .av-image-hotspot_inner:after {
		content: '';
		width: 14px;
		height: 14px;
		margin: 5px 0 0 10px;
		position: absolute;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}

	.av-hotspot-container .av-image-hotspot-pulse {
		background: #ffffff;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		height: 14px;
		width: 14px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin: 11px 0px 0px -12px;
		-webkit-transform: rotateX(55deg);
		-moz-transform: rotateX(55deg);
		-o-transform: rotateX(55deg);
		-ms-transform: rotateX(55deg);
		transform: rotateX(55deg);
		z-index: 0;
	}

	.av-hotspot-container .av-image-hotspot{
		position:absolute;
	}

	.av-hotspot-container .av-image-hotspot-pulse:after {
		content: "";
		-webkit-border-radius: 50%;
		border-radius: 50%;
		height: 40px;
		width: 40px;
		position: absolute;
		margin: -13px 0 0 -13px;
		-webkit-animation: pulsate 1s ease-out;
		-moz-animation: pulsate 1s ease-out;
		-o-animation: pulsate 1s ease-out;
		-ms-animation: pulsate 1s ease-out;
		animation: pulsate 1s ease-out;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		-o-animation-iteration-count: infinite;
		-ms-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-webkit-box-shadow: 0 0 1px 2px #ffffff;
		box-shadow: 0 0 1px 2px #ffffff;
		-webkit-animation-delay: 1.1s;
		-moz-animation-delay: 1.1s;
		-o-animation-delay: 1.1s;
		-ms-animation-delay: 1.1s;
		animation-delay: 1.1s;
	}

	.av-hotspot-fallback-tooltip {
		position: relative;
		padding: 15px 15px 0 15px;
	}
	.av-hotspot-fallback-tooltip-count {
		background:#ffffff;
		color:#000000;
		border-color: #000000;
		height: 40px;
		width: 40px;
		line-height: 40px;
		border-style: solid;
		border-width: 1px;
		text-align: center;
		border-radius: 100px;
		position: absolute;
		top:15px;
		left: 15px;
		z-index: 901;
	}

	.av-hotspot-fallback-tooltip div.avia-arrow {
		left:59px;
		top:13px;
		border-right: none;
		border-top:none;
		background-color: #ffffff;
		border-color:#000000;
	}

	.avia-arrow {
		height: 10px;
		width: 10px;
		position: absolute;
		top:6px;
		left:50px;
		margin-left: -5px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-width: 1px;
		border-style: solid;
	}

	.av-hotspot-fallback-tooltip-inner {
		background-color: #ffffff;
		border:#e1e1e1;
		border-color:#e1e1e1;
		margin-left: 60px;
		border: 1px solid #000000;
		padding: 15px;
		position: relative;
		border-radius: 2px;
	}

	@-webkit-keyframes pulsate {
		0% {
			-webkit-transform: scale(0.1, 0.1);
			-moz-transform: scale(0.1, 0.1);
			-o-transform: scale(0.1, 0.1);
			-ms-transform: scale(0.1, 0.1);
			transform: scale(0.1, 0.1);
			opacity: 0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
		}
		50% {
			opacity: 1;
			-ms-filter: none;
			filter: none;
		}
		100% {
			-webkit-transform: scale(1.2, 1.2);
			-moz-transform: scale(1.2, 1.2);
			-o-transform: scale(1.2, 1.2);
			-ms-transform: scale(1.2, 1.2);
			transform: scale(1.2, 1.2);
			opacity: 0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
		}
	}
	@-o-keyframes pulsate {
		0% {
			-webkit-transform: scale(0.1, 0.1);
			-moz-transform: scale(0.1, 0.1);
			-o-transform: scale(0.1, 0.1);
			-ms-transform: scale(0.1, 0.1);
			transform: scale(0.1, 0.1);
			opacity: 0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
		}
		50% {
			opacity: 1;
			-ms-filter: none;
			filter: none;
		}
		100% {
			-webkit-transform: scale(1.2, 1.2);
			-moz-transform: scale(1.2, 1.2);
			-o-transform: scale(1.2, 1.2);
			-ms-transform: scale(1.2, 1.2);
			transform: scale(1.2, 1.2);
			opacity: 0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
		}
	}
	@keyframes pulsate {
		0% {
			-webkit-transform: scale(0.1, 0.1);
			-moz-transform: scale(0.1, 0.1);
			-o-transform: scale(0.1, 0.1);
			-ms-transform: scale(0.1, 0.1);
			transform: scale(0.1, 0.1);
			opacity: 0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
		}
		50% {
			opacity: 1;
			-ms-filter: none;
			filter: none;
		}
		100% {
			-webkit-transform: scale(1.2, 1.2);
			-moz-transform: scale(1.2, 1.2);
			-o-transform: scale(1.2, 1.2);
			-ms-transform: scale(1.2, 1.2);
			transform: scale(1.2, 1.2);
			opacity: 0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
		}
	}
	@-moz-keyframes bounce {
		0% {
			opacity: 0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
			-webkit-transform: translateY(-2000px) rotate(-45deg);
			-moz-transform: translateY(-2000px) rotate(-45deg);
			-o-transform: translateY(-2000px) rotate(-45deg);
			-ms-transform: translateY(-2000px) rotate(-45deg);
			transform: translateY(-2000px) rotate(-45deg);
		}
		60% {
			opacity: 1;
			-ms-filter: none;
			filter: none;
			-webkit-transform: translateY(30px) rotate(-45deg);
			-moz-transform: translateY(30px) rotate(-45deg);
			-o-transform: translateY(30px) rotate(-45deg);
			-ms-transform: translateY(30px) rotate(-45deg);
			transform: translateY(30px) rotate(-45deg);
		}
		80% {
			-webkit-transform: translateY(-10px) rotate(-45deg);
			-moz-transform: translateY(-10px) rotate(-45deg);
			-o-transform: translateY(-10px) rotate(-45deg);
			-ms-transform: translateY(-10px) rotate(-45deg);
			transform: translateY(-10px) rotate(-45deg);
		}
		100% {
			-webkit-transform: translateY(0) rotate(-45deg);
			-moz-transform: translateY(0) rotate(-45deg);
			-o-transform: translateY(0) rotate(-45deg);
			-ms-transform: translateY(0) rotate(-45deg);
			transform: translateY(0) rotate(-45deg);
		}
	}
	@-webkit-keyframes bounce {
		0% {
			opacity: 0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
			-webkit-transform: translateY(-2000px) rotate(-45deg);
			-moz-transform: translateY(-2000px) rotate(-45deg);
			-o-transform: translateY(-2000px) rotate(-45deg);
			-ms-transform: translateY(-2000px) rotate(-45deg);
			transform: translateY(-2000px) rotate(-45deg);
		}
		60% {
			opacity: 1;
			-ms-filter: none;
			filter: none;
			-webkit-transform: translateY(30px) rotate(-45deg);
			-moz-transform: translateY(30px) rotate(-45deg);
			-o-transform: translateY(30px) rotate(-45deg);
			-ms-transform: translateY(30px) rotate(-45deg);
			transform: translateY(30px) rotate(-45deg);
		}
		80% {
			-webkit-transform: translateY(-10px) rotate(-45deg);
			-moz-transform: translateY(-10px) rotate(-45deg);
			-o-transform: translateY(-10px) rotate(-45deg);
			-ms-transform: translateY(-10px) rotate(-45deg);
			transform: translateY(-10px) rotate(-45deg);
		}
		100% {
			-webkit-transform: translateY(0) rotate(-45deg);
			-moz-transform: translateY(0) rotate(-45deg);
			-o-transform: translateY(0) rotate(-45deg);
			-ms-transform: translateY(0) rotate(-45deg);
			transform: translateY(0) rotate(-45deg);
		}
	}
	@-o-keyframes bounce {
		0% {
			opacity: 0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
			-webkit-transform: translateY(-2000px) rotate(-45deg);
			-moz-transform: translateY(-2000px) rotate(-45deg);
			-o-transform: translateY(-2000px) rotate(-45deg);
			-ms-transform: translateY(-2000px) rotate(-45deg);
			transform: translateY(-2000px) rotate(-45deg);
		}
		60% {
			opacity: 1;
			-ms-filter: none;
			filter: none;
			-webkit-transform: translateY(30px) rotate(-45deg);
			-moz-transform: translateY(30px) rotate(-45deg);
			-o-transform: translateY(30px) rotate(-45deg);
			-ms-transform: translateY(30px) rotate(-45deg);
			transform: translateY(30px) rotate(-45deg);
		}
		80% {
			-webkit-transform: translateY(-10px) rotate(-45deg);
			-moz-transform: translateY(-10px) rotate(-45deg);
			-o-transform: translateY(-10px) rotate(-45deg);
			-ms-transform: translateY(-10px) rotate(-45deg);
			transform: translateY(-10px) rotate(-45deg);
		}
		100% {
			-webkit-transform: translateY(0) rotate(-45deg);
			-moz-transform: translateY(0) rotate(-45deg);
			-o-transform: translateY(0) rotate(-45deg);
			-ms-transform: translateY(0) rotate(-45deg);
			transform: translateY(0) rotate(-45deg);
		}
	}
	@keyframes bounce {
		0% {
			opacity: 0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
			-webkit-transform: translateY(-2000px) rotate(-45deg);
			-moz-transform: translateY(-2000px) rotate(-45deg);
			-o-transform: translateY(-2000px) rotate(-45deg);
			-ms-transform: translateY(-2000px) rotate(-45deg);
			transform: translateY(-2000px) rotate(-45deg);
		}
		60% {
			opacity: 1;
			-ms-filter: none;
			filter: none;
			-webkit-transform: translateY(30px) rotate(-45deg);
			-moz-transform: translateY(30px) rotate(-45deg);
			-o-transform: translateY(30px) rotate(-45deg);
			-ms-transform: translateY(30px) rotate(-45deg);
			transform: translateY(30px) rotate(-45deg);
		}
		80% {
			-webkit-transform: translateY(-10px) rotate(-45deg);
			-moz-transform: translateY(-10px) rotate(-45deg);
			-o-transform: translateY(-10px) rotate(-45deg);
			-ms-transform: translateY(-10px) rotate(-45deg);
			transform: translateY(-10px) rotate(-45deg);
		}
		100% {
			-webkit-transform: translateY(0) rotate(-45deg);
			-moz-transform: translateY(0) rotate(-45deg);
			-o-transform: translateY(0) rotate(-45deg);
			-ms-transform: translateY(0) rotate(-45deg);
			transform: translateY(0) rotate(-45deg);
		}
	}

	.av-fullwidth-hotspots img {
		width: 100%;
	}
