body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #535353;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:focus {
	outline: 0 !important
}
iframe {
	border: none;
	width: 100%;
}
a {
	color: inherit;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	color: #1dc6df;
}
p {
	color: #737373;
}
img {
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: 'Source Sans Pro', sans-serif;
}
textarea {
	max-width: 100%;
	resize: none;
}
hr {
	margin: 10px 0px;
}
address {
	margin-bottom: 0px;
}
.barva{
 color:#40b400;
}
.bila{
 color:#ffffff !important;
}
.btn {
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	border-radius: 0;
}
.btn:focus, .btn:active {
	outline: none;
	color: #ffffff;
}
.btn-custom {
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
}
.btn-custom:hover, .btn-custom:focus {
	color: #fff;
}
.btn-custom-outline {
	border-radius: 3px;
	padding: 0.8em 1.8em;
	color: #fff;
	font-weight: 700;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	text-transform: uppercase;
	background-color: transparent;
	border-color: #ffffff;
}
.btn-custom-outline:hover, .btn-custom-outline:focus {
	color: #ffffff;
	background-color: rgba(255,255,255,.5);
}
.btn-bar a {
	margin-right: 10px;
}
.form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 3px;
	height: 38px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #fff;
}
.margin-t-md {
	margin-top: 30px;
}
.margin-b-md {
	margin-bottom: 30px;
}
.title {
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 20px;
}
.slog {
	font-size: 16px;
	max-width: 420px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.bg-dark {
	background: #f4f4f4;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
.parallax {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
}
.animationload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 999999;
}
.loader {
	width: 200px;
	height: 200px;
	font-size: 24px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../img/preloader.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
/* -- Topbar -- */
.tagline {
	background: #f6f6f6;
	font-size: 13px;
	color: #2d2e2e;
}
.email, .phone {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	padding: 11px 0;
	font-size: 15px;
}
.tagline .pull-left i {
	font-weight: 400;
	display: inline-block;
	margin-right: 5px;
}
.email a {
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.email a:hover {
	color: #1dc6df;
}
.top_socials {
	margin: 0 12px;
}
.top_socials li {
	width: 30px;
	display: inline-block;
	vertical-align: top;
	margin-right: 0;
	padding: 0;
}
.top_socials a {
	display: block;
	line-height: 40px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	text-align: center;
	background-color: transparent;
	font-size: 16px;
	font-weight: 400;
}
/* -- Navbar -- */
.navbar-custom {
	background-color: #ffffff;
	margin-bottom: 0px;
	width: 100%;
	z-index: 1000;
	border: none;
	color: #333;
	border-radius: 0px;
	position: relative;
	transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-moz-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-webkit-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-o-transition: background-color 1s ease-in-out, border 1s ease-in-out;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 2px rgba(0,0,0,.1);
}
.navbar-custom .navbar-brand {
	margin: -2px 0 0 0;
	height: 50px;
	width: 300px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.navbar-custom .navbar-brand:hover {
	width: 320px;
	height: 51px;
}
.navbar-custom .nav {
	padding: 15px 0px;
}
.navbar-custom .navbar-nav>li>a {
	color: #666;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.navbar-custom .navbar-nav>.active>a, .navbar-custom .navbar-nav>.active>a:hover, .navbar-custom .navbar-nav>.active>a:focus, .navbar-custom .navbar-nav>.open>a, .navbar-custom .navbar-nav>.open>a:hover, .navbar-custom .navbar-nav>.open>a:focus, .navbar-custom .navbar-nav>li>a:hover, .navbar-custom .navbar-nav>li>a:focus {
	background-color: transparent;
}
.main-home {
	height: 90vh;
	padding: 60px 0;
	z-index: 1;
	text-align: center;
	position: relative;
	font-size: 13px;
	color: #fff;
	background: #000;
	min-height: 400px;
}
.home__header-content {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.home-bg {
	background-size: cover;
	z-index: -1;
	position: absolute;
	top: 0;
	opacity: 0.50;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../img/slider.jpg) no-repeat top;
}
.intro-title {
	font-weight: 900;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 48px;
	text-shadow: rgba(0,0,0,0.498039) 2px 2px 2px;
	letter-spacing: 0.02em;
	margin: 0px 0px 20px 0px;
}
.intro-title span {
	margin-left: 5px;
}
.intro-text {
	font-size: 16px;
  letter-spacing: -.5px;
	color: #ffffff;
	margin-bottom: 5px;
}
.intro-text-last {
	margin-bottom: 40px;
}

.typed-cursor {
	opacity: 1;
	-webkit-animation: blink .6s infinite;
	-moz-animation: blink .6s infinite;
	-ms-animation: blink .6s infinite;
	-o-animation: blink .6s infinite;
	animation: blink .6s infinite;
}
@-webkit-keyframes blink {
0% {
	opacity: 1;
}
50% {
	opacity: 1;
}
50.01% {
	opacity: 0;
}
100% {
	opacity: 0;
}
}
@-moz-keyframes blink {
0% {
	opacity: 1;
}
50% {
	opacity: 1;
}
50.01% {
	opacity: 0;
}
100% {
	opacity: 0;
}
}
@-ms-keyframes blink {
0% {
	opacity: 1;
}
50% {
	opacity: 1;
}
50.01% {
	opacity: 0;
}
100% {
	opacity: 0;
}
}
@-o-keyframes blink {
0% {
	opacity: 1;
}
50% {
	opacity: 1;
}
50.01% {
	opacity: 0;
}
100% {
	opacity: 0;
}
}
@keyframes blink {
0% {
	opacity: 1;
}
50% {
	opacity: 1;
}
50.01% {
	opacity: 0;
}
100% {
	opacity: 0;
}
}
#about-us .features-box {
	overflow: hidden;
	clear: both;
	margin-bottom: 30px;
}
.features-box i {
	font-size: 36px;
}
.features-box .features-line {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.features-box p {
	color: #9aa7af;
}
.advanced-about {
	overflow: hidden;
	clear: both;
}
.advanced-about ul li {
	margin: 8px 0px;
  font-size:1.1em
}
.advanced-about ul li i {
	margin-right: 10px;
}
.fun-facts {
	overflow: hidden;
	color: #888;
}
.facts {
	margin: 20px 0px;
}
.facts i {
	font-size: 36px;
}
.facts h1 {
	font-family: 'Roboto Slab', serif;
}
/* image hover effect */
.item-img-wrap {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.item-img-wrap img {
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.item-img-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.item-img-overlay span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 250ms linear;
	transition: opacity 250ms linear;
}
.item-img-wrap:hover .item-img-overlay span {
	opacity: 1;
}
.item-img-wrap:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.work-desc {
	width: 100%;
	padding: 10px 20px;
	background: #f8f8f8;
	border: 1px solid #e3e3e3;
	border-top: none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	position: relative;
}
.work-desc h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 5px;
}
.work-desc span {
	margin-top: 10px;
}
#inner-section {
	background: url(../img/paralax1.jpg) center;
}
.intermediate-container .subheading h4 {
	color: #ffffff;
	font-style: italic;
	font-family: 'Roboto Slab', serif;
}
.intermediate-container .heading h2 {
	font-size: 40px;
	line-height: 47px;
	text-transform: uppercase;
	margin-top: 30px;
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: 700;
}
.team h4, .skill h4 {
	font-family: 'Roboto Slab', serif;
}
.team h5 {
	color: #9aa7af;
}
.skill-chart {
	margin: 0px auto;
}
.skill i {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
.service-item i {
	float: left;
	font-size: 28px;
	line-height: 36px;
	width: 30px;
}
.service-item .service-detail {
	margin-left: 50px;
}
.service-item .service-detail h4 {
	font-family: 'Roboto Slab', serif;
      margin-top: -30px;
}
.service-item .service-detail p {
	color: #9aa7af;
}
#testimonials {
	background: url(../img/paralax2.jpg) center;
}
.testi-slide {
	color: #f1f2f3;
}
.testi-slide img {
	width: 48px;
	height: 48px;
	border: 3px solid #ffffff;
}
.testi-slide h5 {
	font-weight: 300;
	font-family: 'Roboto Slab', serif;
	line-height: 24px;
}
.owl-theme .owl-controls .owl-page span {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #ffffff;
	background: transparent;
}
.partners {
	margin: 0 15px 30px 15px;
	overflow: hidden;
}
.partner {
	padding: 15px;
	text-align: center;
	-webkit-box-shadow: -1px -1px 0px 0px #ebeef0;
	-moz-box-shadow: -1px -1px 0px 0px #ebeef0;
	box-shadow: -1px -1px 0px 0px #ebeef0;
}
.partner > img {
	max-width: 100%;
	max-height: 100%;
}
.form-main {
	padding-top: 30px;
}
.error {
	margin: 8px 0px;
	display: none;
	color: red;
	font-family: 'Roboto Slab', serif;
}
#ajaxsuccess {
	font-size: 16px;
	width: 100%;
	display: none;
	clear: both;
	margin: 8px 0px;
	font-family: 'Roboto Slab', serif;
}
#contact .con_sub_text {
	margin-top: 20px;
}
#contact textarea.form-control {
	height: 120px;
}
#contact i {
	margin-bottom: 0px;
	font-size: 36px;
	line-height: 36px;
}
#contact h4 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}
#contact a.support {
	display: block;
	font-size: 30px;
}
.info-contact {
	font-size: 16px;
}
/* patička stránek */
#footer {
	padding: 45px 0;
	background-color: #222;
	color: white;
}
#footer p {
	color: white;
}
#footer h3 {
	margin-bottom: 20px;
}
#footer-widget-area-1 {
}
#footer-widget-area-2 {
}
#footer-widget-area-3 {
}
#footer-widget-area-4 {
}
@media (max-width: 767px) {
#footer-widget-area-1 + #footer-widget-area-2 {
	margin-top: 40px;
}
#footer-widget-area-2 + #footer-widget-area-3 {
	margin-top: 40px;
}
#footer-widget-area-3 + #footer-widget-area-4 {
	margin-top: 40px;
}
}
/* dolní lišta patičky */
.copyright {
	padding: 25px 0 0 0;
}
@media (max-width: 767px) {
#footer-bottom-widget-area-1 + #footer-bottom-widget-area-2 {
	margin-top: 50px;
}
#footer-bottom-widget-area-2 + #footer-bottom-widget-area-3 {
	margin-top: 50px;
}
#footer-bottom-widget-area-3 + #footer-bottom-widget-area-4 {
	margin-top: 50px;
}
.copyright {
	text-align: center;
}
}
.textwidget {
	margin-bottom: 15px;
}
.back-to-top {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 10px;
	right: 20px;
	display: none;
	text-align: center;
	z-index: 10000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.back-to-top i {
	color: #fff;
	font-size: 15px;
	display: block;
	line-height: 33px;
}
.fa-mala {
	font-size: 14px !important;
	line-height: 14px !important;
}
@media only screen and (max-width: 767px) {
.navbar-custom .navbar-brand {
	padding: 13px 15px 20px 15px;
	margin-top: 17px;
	height: auto;
}
.navbar-custom .navbar-toggle {
	margin: 23px 15px 23px 0px;
}
.intro-title, .intermediate-container .heading h2 {
	font-size: 30px;
}
#home {
	padding: 200px 0px 120px;
}
.features-box .col-sm-4 {
	text-align: center !important;
}
.advanced-about .col-sm-6:first-of-type, .skill {
	margin-bottom: 30px;
}
.facts {
	margin-bottom: 50px;
}
}
/* * Bootstrap Image Gallery CSS * https://github.com/blueimp/Bootstrap-Image-Gallery * * Copyright 2013, Sebastian Tschan * https://blueimp.net * * Licensed under the MIT license: * http://www.opensource.org/licenses/MIT */
.blueimp-gallery .modal-body {
	position: relative;
	text-align: center;
	padding: 0 0 56.25% 0;
	overflow: hidden;
	cursor: pointer;
}
.blueimp-gallery .modal-footer {
	margin: 0;
}
.blueimp-gallery .modal-body img, .blueimp-gallery .modal-body .video-content video, .blueimp-gallery .modal-body .video-content iframe, .blueimp-gallery .modal-body .video-content a {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.blueimp-gallery .modal-body .video-content video {
	display: none;
}
.blueimp-gallery .modal-body .video-playing video {
	display: block;
}
.blueimp-gallery .modal-body .video-content iframe {
	width: 100%;
	height: 100%;
	border: none;
	left: 100%;
}
.blueimp-gallery .modal-body .video-playing iframe {
	left: 0;
}
.blueimp-gallery .modal-body .video-playing img, .blueimp-gallery .modal-body .video-playing a {
	display: none;
}
.blueimp-gallery .modal-body .video-content a {
	cursor: pointer;
}
.blueimp-gallery .modal-body .video-content a:after {
	font-family: "Glyphicons Halflings";
	-webkit-font-smoothing: antialiased;
	content: "\e029";
	font-size: 64px;
	line-height: 64px;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	margin: -32px 0 0 -32px;
}
.blueimp-gallery .modal-body .video-loading a {
	background: url(../img/loading.gif) center no-repeat;
	background-size: 64px 64px;
}
.blueimp-gallery .modal-body .video-loading a:after {
	content: none;
}
.blueimp-gallery, .blueimp-gallery>.slides>.slide>.slide-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-moz-backface-visibility: hidden
}
.blueimp-gallery>.slides>.slide>.slide-content {
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	opacity: 1
}
.blueimp-gallery {
	position: fixed;
	z-index: 999999;
	overflow: hidden;
	background: #000;
	background: rgba(0,0,0,.9);
	opacity: 0;
	display: none;
	direction: ltr;
	-ms-touch-action: none;
	touch-action: none
}
.blueimp-gallery-carousel {
	position: relative;
	z-index: auto;
	margin: 1em auto;
	padding-bottom: 56.25%;
	box-shadow: 0 0 10px #000;
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.blueimp-gallery-display {
	display: block;
	opacity: 1
}
.blueimp-gallery>.slides {
	position: relative;
	height: 100%;
	overflow: hidden
}
.blueimp-gallery-carousel>.slides {
	position: absolute
}
.blueimp-gallery>.slides>.slide {
	position: relative;
	float: left;
	height: 100%;
	text-align: center;
	-webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
	-moz-transition-timing-function: cubic-bezier(.645,.045,.355,1);
	-ms-transition-timing-function: cubic-bezier(.645,.045,.355,1);
	-o-transition-timing-function: cubic-bezier(.645,.045,.355,1);
	transition-timing-function: cubic-bezier(.645,.045,.355,1)
}
.blueimp-gallery, .blueimp-gallery>.slides>.slide>.slide-content {
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-ms-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	transition: opacity .5s linear
}
.blueimp-gallery>.slides>.slide-loading {
	background: url(../img/loading.gif) center no-repeat;
	background-size: 64px 64px
}
.blueimp-gallery>.slides>.slide-loading>.slide-content {
	opacity: 0
}
.blueimp-gallery>.slides>.slide-error {
	background: url(../img/error.png) center no-repeat
}
.blueimp-gallery>.slides>.slide-error>.slide-content {
	display: none
}
.blueimp-gallery>.next, .blueimp-gallery>.prev {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 40px;
	height: 40px;
	margin-top: -23px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 2px #000;
	text-align: center;
	background: #222;
	background: rgba(0,0,0,.5);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 3px solid #fff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: .5;
	cursor: pointer;

}
.blueimp-gallery>.next {
	left: auto;
	right: 15px
}
.blueimp-gallery>.title {
	position: absolute;
	bottom: 15px;
	left: 15px;
	margin: 0 40px 0 0;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	opacity: .8;
	/*display: none */
  background: rgba(0,0,0,.7);
  left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    width: 80%;
}
.blueimp-gallery>.close {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 15px;
	right: 15px;
	left: auto;
	margin: -15px;
	font-size: 30px;
	text-decoration: none;
	cursor: pointer
}
.blueimp-gallery>.play-pause {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 15px;
	height: 15px;
	background: url(../img/play-pause.png) 0 0 no-repeat;
	cursor: pointer;
	opacity: .5;
	display: none
}
.blueimp-gallery-playing>.play-pause {
	background-position: -15px 0
}
.blueimp-gallery>.close:hover, .blueimp-gallery>.next:hover, .blueimp-gallery>.play-pause:hover, .blueimp-gallery>.prev:hover, .blueimp-gallery>.title:hover {
	color: #fff;
	opacity: 1
}
.blueimp-gallery-controls>.close, .blueimp-gallery-controls>.next, .blueimp-gallery-controls>.play-pause, .blueimp-gallery-controls>.prev, .blueimp-gallery-controls>.title {
	display: block;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0)
}
.blueimp-gallery-left>.prev, .blueimp-gallery-right>.next, .blueimp-gallery-single>.next, .blueimp-gallery-single>.play-pause, .blueimp-gallery-single>.prev {
	display: none
}
.blueimp-gallery>.close, .blueimp-gallery>.next, .blueimp-gallery>.play-pause, .blueimp-gallery>.prev, .blueimp-gallery>.slides>.slide>.slide-content {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
body:last-child .blueimp-gallery>.slides>.slide-error {
	background-image: url(../img/error.svg)
}
body:last-child .blueimp-gallery>.play-pause {
	width: 20px;
	height: 20px;
	background-size: 40px 20px;
	background-image: url(../img/play-pause.svg)
}
body:last-child .blueimp-gallery-playing>.play-pause {
	background-position: -20px 0
}
.blueimp-gallery>.indicator {
	position: absolute;
	top: auto;
	right: 15px;
	bottom: 15px;
	left: 15px;
	margin: 0 40px;
	padding: 0;
	list-style: none;
	text-align: center;
	line-height: 10px;
	display: none
}
.blueimp-gallery>.indicator>li {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 6px 3px 0 3px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 1px solid transparent;
	background: #ccc;
	background: rgba(255,255,255,.25) center no-repeat;
	border-radius: 5px;
	box-shadow: 0 0 2px #000;
	opacity: .5;
	cursor: pointer
}
.blueimp-gallery>.indicator>.active, .blueimp-gallery>.indicator>li:hover {
	background-color: #fff;
	border-color: #fff;
	opacity: 1
}
.blueimp-gallery-controls>.indicator {
	display: block;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0)
}
.blueimp-gallery-single>.indicator {
	display: none
}
.blueimp-gallery>.indicator {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.blueimp-gallery>.slides>.slide>.video-content>img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-moz-backface-visibility: hidden
}
.blueimp-gallery>.slides>.slide>.video-content>video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.blueimp-gallery>.slides>.slide>.video-content>iframe {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	border: none
}
.blueimp-gallery>.slides>.slide>.video-playing>iframe {
	top: 0
}
.blueimp-gallery>.slides>.slide>.video-content>a {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: -64px auto 0;
	width: 128px;
	height: 128px;
	background: url(../img/video-play.png) center no-repeat;
	opacity: .8;
	cursor: pointer
}
.blueimp-gallery>.slides>.slide>.video-content>a:hover {
	opacity: 1
}
.blueimp-gallery>.slides>.slide>.video-playing>a, .blueimp-gallery>.slides>.slide>.video-playing>img {
	display: none
}
.blueimp-gallery>.slides>.slide>.video-content>video {
	display: none
}
.blueimp-gallery>.slides>.slide>.video-playing>video {
	display: block
}
.blueimp-gallery>.slides>.slide>.video-loading>a {
	background: url(../img/loading.gif) center no-repeat;
	background-size: 64px 64px
}
body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a {
	background-image: url(../img/video-play.svg)
}
/*# sourceMappingURL=blueimp-gallery.min.css.map */


.p-h1{
	font-family: 'Source Sans Pro', sans-serif;
  font-size: 42px;
}

#p-h3{
	
  font-size: 26px;
  
}
.nic{display:none;}

.p-h5{
	
  color: white !important;
  font-weight: bolder;
  
}

.icon{
	
  font-size: 32px;
  
  
}
.d_none{
display:none;
}

