/* panorama layout */
.mobileTimeline{
	display: none;
	/* border-top: 1px solid #01344c;*/
	border: 1px solid #01344c;
}
.mobileTimeline img{
	width: 100%;
	height: auto;
	display: block
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	.desktopTimeline{
		display: none;
	}
	.mobileTimeline{
		display: block;
	}
}
.panoGuideline{
	background-color: rgba(0,58,86,0.8);
	padding: 10px 15px;
	color: #ffffff;
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	width: 100%;
	font-size: 18px;
	z-index: 10
}
.panorama{
		border-bottom: 6px solid #f3f0ed;
	   
}
.chelstimeline {
/* border-top: 1px solid #01344c;*/
	border: 1px solid #01344c;
}
.panoOverlay{
	width: 100%;
	height: 100%;
	background-color: rgba(159,65,66,0.50);
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 1
}
.panorama,
.panorama-view {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.panorama,
.panorama-container {
	position: relative;
}

.panorama-container img {
	height: 100%;
	width: auto !important;
	position: absolute;
	top: 0;
}

.panorama .info,
.panorama-view .area {
	position: absolute;
	display: block;
}

.panorama .info {
	right: 10px;
	bottom: 10px;
}

.panorama .controls {
	position: absolute;
	left: 20px;
	top: 20px;
}

.panorama .controls a {
	display: block;
	float: left;
	margin-right: 5px;
}

.panorama .preloader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* panorama style */
.panorama-view {
/*	cursor: url(openhand.cur), default;*/
	cursor: move;
}

.panorama-view.grab {
	/*cursor: url(closedhand.cur), default;*/
}

.panorama .info,
.panorama .controls a {
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #ffffff;
	color: #fff;
	font: bold 11px/14px Arial, sans-serif;
	text-decoration: none;
	/*padding: 6px 7px;*/;
	width: 40px;
	height: 40px;
	cursor: pointer;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	-ms-transition: all .25s linear;
	transition: all .25s linear;
	border: 1px solid #ffffff
}

.panorama .info:hover,
.panorama .controls a:hover {
    background-color: #003a56;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.panorama-view .area {
	opacity: 0.25;
	filter: alpha(opacity=25);
	background-color: #000;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
}

.panorama-view .area.circle {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.panorama-view .area:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.panorama-view img {
	-o-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.panorama .info,
.panorama-view .area,
.panorama .controls a {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.panorama .preloader {
	background: url(preloader.gif) no-repeat center center;
}

.panorama .controls a.prev span,
.panorama .controls a.stop span,
.panorama .controls a.next span {
	display: block;
	text-indent: -999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: center center
}

.panorama .controls a.prev span,
.panorama .controls a.next span,
.panorama .controls a.stop span{
	width: 38px;
	height: 38px;
}

.panorama .controls a.prev span {
	background-image: url(../images/prev-pro-arrow.svg);
}

.panorama .controls a.next span {
	background-image: url(../images/next-pro-arrow.svg);
}

.panorama .controls a.stop span {
	background-size: 12px auto;
	background-image: url(../images/pause-btn-blue.gif);
}


.panorama .controls a.prev:hover span {
	background-image: url(../images/prev-pro-arrow-white.svg);
}

.panorama .controls a.next:hover span {
	background-image: url(../images/next-pro-arrow-white.svg);
}

.panorama .controls a.stop:hover span {
	background-size: 12px auto;
	background-image: url(../images/pause-btn.gif);
}


.panorama.chelstimeline .controls{
    left: 0px;
    position: absolute;
    top: 50%;
	margin-top: -85px;
	width: 100%;
}
.panorama.chelstimeline .controls a.stop{
	display: none
}
.panorama.chelstimeline .controls a.prev span,
.panorama.chelstimeline .controls a.next span{
	display: none;
}
.panorama.chelstimeline .controls a.prev,
.panorama.chelstimeline .controls a.next{
	background-color: transparent;
	position: absolute;
	width: 54px;
	height: 174px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 54px 170px;
	top: 50%;
	margin-right: 0px;
	/*margin-top: -85px;*/
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
}
.panorama.chelstimeline .controls a.prev{
	background-image: url(prev-arrow.png);
	left: -1px;
}
.panorama.chelstimeline .controls a.next{
	background-image: url(next-arrow.png);
	right: -1px;
}
/*.panorama.chelstimeline .controls a.prev span,
.panorama.chelstimeline .controls a.next span{
	width: 54px;
	height: 174px;
}
.panorama.chelstimeline .controls a.prev span,
.panorama.chelstimeline .controls a.next span {
	background-size: 54px 170px;

}*/


html[dir="rtl"] .panorama .panorama-view,
body[dir="rtl"] .panorama .panorama-view,
.rtl .panorama .panorama-view {
	direction: ltr;
}

/* retina display graphics */
@media only screen and (min-width:480px) and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
/*	.panorama .controls a.prev span,
	.panorama .controls a.stop span,
	.panorama .controls a.next span {
		background-image: url(panorama-controls@2x.png);
		-webkit-background-size: 32px 14px;
		background-size: 32px 14px;
	}*/
}