/**
 *  Deploy Slider Skin
 */

.deploy .ms-slide .ms-slide-vpbtn,
.deploy .ms-video-btn{
	width: 50px;
	height: 51px;
	background: url(images/light-skin-1.png) no-repeat -14px -150px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
}

.deploy .ms-slide .ms-slide-vcbtn {
	width: 30px;
	height: 30px;
	background: url(images/light-skin-1.png) no-repeat -24px -28px;
	top: 18px;
	right: 30px;
}

/* controls */

.deploy .ms-nav-next,
.deploy .ms-nav-prev {
	width: 30px;
	background: url(images/light-skin-1.png);
	background-position: -89px -26px;
	height: 40px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -20px;
	position: absolute;
	z-index: 10;
}
.deploy .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -89px -103px;
}

.deploy .ms-bullet {
	width: 10px;
	height: 10px;
	background: #A39797;
	margin: 4px;
	border-radius:50%;
}

.deploy .ms-bullet-selected {
	background: #FF6600;
}
.deploy .ms-bullet:hover {
	opacity:.5;
}
.deploy .ms-bullet-selected:hover {
	opacity: 1;
}

.deploy .ms-tooltip{
	position: absolute;
	z-index: 110;
	cursor: auto;
}

.deploy .ms-tooltip-top .ms-tooltip-arrow,
.deploy .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.deploy .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.deploy .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.deploy .ms-tooltip-right .ms-tooltip-arrow,
.deploy .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.deploy .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.deploy .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.deploy .ms-tooltip-point {cursor: pointer;}
.deploy .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px; 
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 5;
}

.deploy .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px; 
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;
	
	animation: point-anim 1.5s infinite ;
	-moz-animation: point-anim 1.5s infinite;
	-webkit-animation: point-anim 1.5s infinite;
	-o-animation: point-anim 1.5s infinite;
}

.deploy .ms-tooltip {
	max-width:200px;
}

.deploy .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	margin-left: -1px;
}
.deploy .ms-slide-info.ms-dir-h {position:absolute!important;left: 20px;top: 17%;width: 50%;}
.deploy .ms-slide-info.ms-dir-h h2
{
color: #fff!important;
display: inline-block;
float: left;
clear: both;
padding: 7px 20px;
background: rgba(0, 0, 0, .4);
letter-spacing: -0.025em;
line-height: 100%!important;
font-size: 30px!important;
margin-bottom: 1px!important;
}
.deploy .ms-slide-info.ms-dir-h p
{
color:#fff;	
clear: both;
padding: 15px 0;
margin-bottom: 1px!important;
}

.deploy .ms-slide-info.ms-dir-h .ms-info a {clear:both; float: left; text-decoration: none!important;}

.deploy .ms-bullets.ms-dir-h {z-index: 9999;}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

@media (max-width: 940px) 
{
	.deploy .ms-slide-info.ms-dir-h {
	top:40px;	
}
}   
@media (max-width: 767px) 
{
	.deploy .ms-slide-info.ms-dir-h {
	top:20px;	
}
} 

@media (max-width: 680px) 
{
	.deploy .ms-slide-info.ms-dir-h {
	display:block!important;
	width:100%;
	padding:0;
	}

	.deploy .ms-slide-info.ms-dir-h h2 {
		font-size: 1.2rem!important;
		padding:6px 20px!important;
	}
	.deploy .ms-slide-info.ms-dir-h p {
		padding:10px 0!important;
		font-size:.8rem!important;
	}
	.deploy .ms-slide-info.ms-dir-h .ms-info a {
		font-size: .9rem!important;
		padding: 8px 13px!important;
	}
}

@media (max-width: 600px) 
{
	.deploy .ms-bullets.ms-dir-h {display:none;}
}

@media (max-width: 540px) {
	.deploy .ms-slide-info.ms-dir-h {
		top: 0;
	}
}


@media (max-width: 460px) {
	.deploy .ms-slide-info.ms-dir-h {
	display:block!important;
	width:100%;
	padding:0;
	}

	.deploy .ms-slide-info.ms-dir-h h2 {
	font-size: 1rem!important;
	padding:3px 20px!important;
}
	.deploy .ms-slide-info.ms-dir-h p {
	padding:5px 0!important;
	font-size:.7rem!important;
}
.deploy .ms-slide-info.ms-dir-h .ms-info a {
	font-size: .8rem!important;
	padding: 5px 10px!important;
}

}

@media (max-width: 340px) {
	.deploy .ms-slide-info.ms-dir-h {
		left: 10px;
	}
	.deploy .ms-slide-info.ms-dir-h h2 {
		font-size: 0.7rem!important;
		padding:3px 5px 4px!important;
	}
	.deploy .ms-slide-info.ms-dir-h p {
		font-size:.5rem!important;
		margin-bottom: 0!important;
		line-height:1!important;
	}
	.deploy .ms-slide-info.ms-dir-h .ms-info a {
		font-size: .6rem!important;
	}
}
