video {
	height: auto; max-width: 100%;
}
#pm-pulse-container {
	position: relative;
}
#pm-pulse-loader {
	padding: 10% 0px 0px; text-align: center;
}
.pm-slider {
	margin: 0px; height: 700px; overflow: hidden; position: relative; opacity: 0; background-color: rgb(0, 0, 0);
}
.pm-slider-shadow {
	background-position: top; left: 0px; top: 0px; width: 100%; height: 30px; position: absolute; z-index: 99;
}
#pm-slider-progress-bar {
	transition:0.3s; left: 0px; top: 0px; width: 0px; height: 2px; position: absolute; z-index: 100; opacity: 1; background-color: rgb(255, 153, 0); -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;
}
.pm-slider ul {
	margin: 0px; padding: 0px; left: 0px; list-style-type: none; position: relative;
}
.pm-slider ul li {
	margin: 0px; padding: 0px; float: left; display: block; position: relative; transform: translateZ(0px); backface-visibility: hidden; -webkit-transform: translateZ(0); -moz-backface-visibility: hidden; -moz-transform: translateZ(0); -o-backface-visibility: hidden; -o-transform: translateZ(0);
}
.pm-slider ul li > div {
	text-align: center; display: block;
}
.pm-slider ul li > img {
	margin: 0px auto; border: currentColor; border-image: none; display: block; max-width: 100%;
}
.pm-slider nav span {
	top: 50%; text-align: center; font-size: 50px; font-weight: normal; margin-top: -50px; position: absolute; cursor: pointer;
}
.pm-slider nav span:hover {
	
}
.pm-slider nav span.pm-next {
	padding: 15px; border-radius: 4px 0px 0px 4px; transition:0.3s; width: 15px; height: 22px; right: 0px; color: rgb(255, 255, 255); overflow: hidden; font-size: 20px; display: block; background-color: rgba(0, 0, 0, 0.5); -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -moz-border-radius: 4px 0px 0px 4px; -webkit-border-radius: 4px 0px 0px 4px; -o-border-radius: 4px 0px 0px 4px;
}
.pm-slider nav span.pm-prev {
	padding: 15px; border-radius: 0px 4px 4px 0px; transition:0.3s; left: 0px; width: 15px; height: 22px; color: rgb(255, 255, 255); overflow: hidden; font-size: 20px; display: block; background-color: rgba(0, 0, 0, 0.5); -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; -moz-border-radius: 0px 4px 4px 0px; -webkit-border-radius: 0px 4px 4px 0px; -o-border-radius: 0px 4px 4px 0px;
}
.pm-slider nav span.pm-next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.pm-slider nav span.pm-prev:hover {
	background-color: rgba(0, 0, 0, 0.8);
}
.pm-slider nav span.pm-next i {
	transition:ease-out; -webkit-transition: all 0s ease-out 0s; -moz-transition: all 0s ease-out 0s; -o-transition: all 0s ease-out 0s;
}
.pm-slider nav span.pm-prev i {
	transition:ease-out; -webkit-transition: all 0s ease-out 0s; -moz-transition: all 0s ease-out 0s; -o-transition: all 0s ease-out 0s;
}
.pm-next .pm-slide-count {
	left: 0px; top: 6px; width: 60px; color: white; overflow: hidden; font-family: "Roboto", Verdana, Geneva, sans-serif; font-size: 10px; font-weight: 300; display: none; position: absolute;
}
.pm-prev .pm-slide-count {
	top: 6px; width: 60px; right: 0px; color: white; overflow: hidden; font-family: "Roboto", Verdana, Geneva, sans-serif; font-size: 10px; font-weight: 300; display: none; position: absolute;
}
.pm-dots {
	padding: 10px; width: 100%; text-align: center; bottom: 0px; white-space: nowrap; position: absolute; z-index: 3000; background-color: rgba(0, 0, 0, 0.8);
}
.pm-dots span {
	margin: 4px; border: 2px solid transparent; transition:0.3s; border-image: none; width: 50px; height: 2px; display: inline-block; cursor: pointer; background-color: rgb(70, 184, 218); -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;
}
.pm-dots span.pm-currentDot {
	transition:0.2s ease-in-out; box-shadow: 0px 0px 0px 0px grey; background-color: white; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
}
.pm-thumbs {
	width: 100%; text-align: center; bottom: 0px; padding-bottom: 10px; white-space: nowrap; position: absolute; z-index: 3000;
}
.pm-thumbs span {
	margin: 2px; border: 1px solid grey; transition:0.3s; border-image: none; width: 40px; height: 40px; overflow: hidden; display: inline-block; cursor: pointer; opacity: 0.8; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;
}
.pm-thumbs .pm-prev {
	border: currentColor !important; transition:0.6s; border-image: none !important; opacity: 0.3;
}
.pm-thumbs .pm-next {
	border: currentColor !important; transition:0.6s; border-image: none !important; opacity: 0.3;
}
.pm-thumbs .pm-prev:hover {
	opacity: 1;
}
.pm-thumbs .pm-next:hover {
	opacity: 1;
}
.pm-thumbs span:hover {
	border: 1px solid orange; border-image: none;
}
.pm-thumbs span.pm-currentThumb {
	border: 1px solid orange; border-image: none; opacity: 1;
}
.pm-holder {
	margin: 0px auto; width: 100%; height: auto; padding-top: 230px;
}
.pm-caption {
	margin: 0px auto; padding-left: 0px;
}
.pm-objects {
	left: 0px; top: 25%; width: auto; position: absolute;
}
.pm-caption h1 {
	margin: 0px auto; padding: 25px 180px; text-align: center; color: black; text-transform: uppercase; overflow: hidden; font-family: "Open Sans"; font-size: 50px; font-weight: 300; display: table; background-color: rgba(70, 184, 218, 0.8);
}
.pm-caption-decription {
	margin: 1px auto !important; padding: 20px 50px; color: black; text-transform: uppercase; font-family: "Open Sans"; font-size: 24px; display: table; background-color: rgba(53, 126, 189, 0.8);
}
.pm-caption h1 span {
	padding: 0px 20px; vertical-align: auto; display: inline; position: relative; -ms-zoom: 1;
}
.pm-caption h1 span::before {
	top: 30px; width: 15%; border-top-color: black; border-top-width: 1px; border-top-style: solid; display: block; position: absolute; content: "";
}
.pm-caption h1 span::after {
	top: 30px; width: 15%; border-top-color: black; border-top-width: 1px; border-top-style: solid; display: block; position: absolute; content: "";
}
.pm-caption h1 span::before {
	right: 100%;
}
.pm-caption h1 span::after {
	left: 100%;
}
.pm-slide-btn i {
	padding: 0px 0px 0px 12px; font-family: "FontAwesome"; font-size: 14px; font-style: normal; position: relative; z-index: 100;
}
.pm-slide-btn {
	padding: 12px 20px; border-radius: 4px; transition:0.4s; color: white; text-transform: uppercase; font-family: "Open sans"; font-size: 14px; font-weight: 700; text-decoration: none; margin-top: 200px; display: inline-block; background-color: rgb(239, 84, 56); -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px;
}
.pm-slide-btn:hover {
	color: white; background-color: rgb(51, 51, 51);
}
.animated.pm-slide-btn i {
	transition:0.4s; margin-left: -25px; opacity: 0; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s;
}
.animated.pm-slide-btn:hover i {
	margin-left: 2px; opacity: 1;
}
#pm_slider_tooltip {
	border-radius: 0px; border: 1px solid rgb(51, 51, 51); transition:margin-top 0.4s; border-image: none; width: 42px; height: 42px; line-height: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; margin-top: -10px; position: absolute; z-index: 9999; opacity: 0; -webkit-transition: margin-top 0.4s ease 0s; -moz-transition: margin-top 0.4s ease 0s; -o-transition: margin-top 0.4s ease 0s;
}
#pm_slider_tooltip::after {
	left: 13px; width: 0px; height: 0px; bottom: -8px; border-right-color: transparent; border-left-color: transparent; border-right-width: 7px; border-left-width: 7px; border-right-style: solid; border-left-style: solid; position: absolute; content: "";
}
#pm-debugger {
	padding: 5px 20px; border: 1px solid white; border-image: none; color: white; overflow: auto; clear: both; font-family: Arial, Helvetica, sans-serif; display: none;
}
#pm-touchstart {
	clear: both; margin-bottom: 20px; float: left;
}
#pm-touchmove {
	clear: both; margin-bottom: 20px; float: left;
}
#pm-swipe {
	clear: both; float: left;
}
