/* ===========================================================
   POLMARC - szablon indywidualny
   Kolorystyka: czerwien #d42027 / #a8181e, granat #1c2430
   Fonty: Montserrat (naglowki), Open Sans (tekst)
   =========================================================== */

html, body
{
    height: 100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333;
}
.footer li{
	list-style: none;
}
a:hover, a:visited, a{
	text-decoration: none;
}
a{
	color: #c11b21;
}
a:hover{
	color: #93151a;
}
h1, h2, h3, h4{
	font-family: 'Montserrat', 'Open Sans', sans-serif;
}
h1, h2{
	text-transform: uppercase;
	font-weight: 800;
}
h1{
	font-size: 36px;
	color: #1c2430;
	margin-top: 10px;
}
h2{
	font-size: 30px;
	color: #1c2430;
}
h3{
	font-size: 22px;
	color: #333;
	font-weight: 700;
	margin-top: 25px;
}
h4{
	font-size: 19px;
	font-weight: 700;
}
p{
	font-size: 17px;
	line-height: 1.65;
}
.img-responsive{
	margin-bottom: 5px;
	display: inline-block;
}
.img-thumbnail{
	margin:4px 0;
}

.subpage{
	margin: 10px 0;
}
.kname{
	font-weight: bold;
}

.my-top-margin {
    margin-top: 20px;
}

P.footer-fast-contact{
	font-size:15px;
	font-weight: bold;
}
.dropdown-menu{
	font-size:15px;
}
.dropdown-menu>li>a{
	padding: 8px 20px;
}
.dropdown-menu>li>a:hover{
	background: #fdeeee;
	color: #93151a;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		left:0;
		right:auto;
	}
}

.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.header-phone {
	margin-left:15px;
	background: #d42027;
	border-radius: 30px;
	color: #fff !important;
}
.navbar-default .navbar-nav>li>a.header-phone{
	color: #fff;
	padding-left: 22px;
	padding-right: 22px;
}
.navbar-default .navbar-nav>li>a.header-phone:hover{
	background: #a8181e;
	color: #fff;
}
.cookies-info{
	width:100%;
	position:fixed;
	bottom:15px;
	background: white;
	padding:5px;
	z-index:1002;
	border:1px solid gray;
	text-align:center;
}

.adult-only-info{
	width:100%;
	height:100%;
	background: black;
	position:fixed;
	top:0px;
	padding-top:150px;
	color:white;
	z-index:1002;
	text-align:center;
}

/*header area*/
.top-header{
	background: #fff !important;
	position: fixed;
	width: 100%;
	z-index: 998;
	height:auto;
	box-shadow: 0 2px 10px rgba(0,0,0,.08);
}
.header-backup{
	width: 20px;
	height: 70px;
	background: transparent;
	margin:auto;
}
.top-header img{
	margin-top:10px;
	max-height: 60px;
	transition:all .5s ease 0s;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
  transition:all .5s ease 0s;
  -webkit-transition:all .5s ease 0s;
  -moz-transition:all .5s ease 0s;
  -o-transition:all .5s ease 0s;
  -ms-transition:all .5s ease 0s;
}

.navbar-toggle span{
	color: #fff;
}
ul.nav{
	margin: 15px 0;
	padding: 0;
}
.navbar-default .navbar-nav>li>a {
	font-family: 'Montserrat', 'Open Sans', sans-serif;
 	font-size: 15px;
	color: #1c2430;
	text-transform: uppercase;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	padding: 14px 15px;
	font-weight: 700;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #c11b21;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #1c2430;
}
li a.active{
	color: #c11b21 !important;
}
li a.active.header-phone{
	color: #fff !important;
}
.navbar-default .navbar-toggle {
  border-color: #d42027;
  margin-top: 4px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color: #fdeeee;
}

/*slider area*/
.slider-row{
	margin: 0;
	padding: 0;
}
.slider-wrapper{
	margin: 0;
	padding: 0 !important;
	background: #000 !important;
}
.carousel-caption h1{
	font-size: 72px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
	text-shadow: 0 5px 8px rgba(0,0,0,.7);
}
.carousel-caption p{
	font-size: 30px;
	color: #fff;
	text-shadow: 0 3px 5px rgba(0,0,0,.7);
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
}
.carousel-caption a{
	display: inline-block;
	background: #d42027;
	color: #fff;
	font-size: 20px;
	padding: 12px 35px;
	text-transform: uppercase;
	border:0;
	border-radius: 30px;
	font-weight: bold;
	transition:all .3s ease 0s;
	-webkit-transition:all .3s ease 0s;
	-moz-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	-ms-transition:all .3s ease 0s;
}
.carousel-caption a:hover{
	background: #a8181e;
	color: #fff;
}
.carousel-control{
	width: 5%;
}

.item{
	position: relative;
}
.carousel-caption {
	position: absolute;
	text-align: left;
	left: 12%;
    line-height: 1;
    top: 50%;
    margin-top: -100px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin-left: 0;
  margin-top: 50px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  font-size: 18px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin-right: 0;
  margin-top: 50px;
}

/* ===========================================================
   Strona glowna - sekcje pol-
   =========================================================== */
.pol-home{
	padding: 0;
	margin: 0;
}
.pol-section{
	padding: 60px 0 50px 0;
	text-align: center;
}
.pol-intro{
	background: #fff;
}
.pol-services{
	background: #f4f6f8;
}
.pol-zones{
	background: #fff;
}
.pol-works{
	background: #f4f6f8;
}

/* ciemny pas "dlaczego my" */
.pol-why{
	background: #1c2430;
}
.pol-why h2{
	color: #fff;
}
.pol-why-row{
	margin-top: 30px;
}
.pol-why-item{
	text-align: left;
	margin-bottom: 30px;
	padding: 0 10px;
}
.pol-why-icon{
	float: left;
	width: 64px;
	height: 64px;
	line-height: 64px;
	border-radius: 50%;
	background: rgba(212,32,39,.15);
	border: 2px solid #d42027;
	color: #ef4d54;
	font-size: 26px;
	text-align: center;
}
.pol-why-icon svg{
	vertical-align: middle;
}
.pol-why-txt{
	margin-left: 88px;
}
.pol-why-txt h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	margin-top: 5px;
	margin-bottom: 8px;
}
.pol-why-txt p{
	color: #a7b0bd;
	font-size: 15px;
	margin-bottom: 0;
}
.pol-kicker{
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 15px;
	color: #c11b21;
	margin-bottom: 5px;
}
.pol-heading-line{
	width: 70px;
	height: 4px;
	background: #d42027;
	margin: 18px auto 25px auto;
	border-radius: 2px;
}
.pol-lead{
	font-size: 19px;
	max-width: 850px;
	margin: 0 auto 20px auto;
}
.pol-line-left{
	margin-left: 0;
}
.pol-intro-txt{
	text-align: left;
}
.pol-intro-txt .pol-lead{
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}
.pol-intro p{
	margin-bottom: 18px;
}

/* karta szybkiego kontaktu */
.pol-contact-card{
	background: #1c2430;
	border-radius: 10px;
	padding: 30px 25px;
	margin-top: 25px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0,0,0,.18);
	border-top: 4px solid #d42027;
}
.pol-contact-card h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 20px;
}
.pol-contact-card h3 svg{
	color: #ef4d54;
}
.pol-contact-tags{
	margin-bottom: 22px;
	color: #ef4d54;
}
.pol-tag-chip{
	display: inline-block;
	background: rgba(212,32,39,.15);
	color: #f6b3b6;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 12px;
	border-radius: 20px;
	margin: 2px;
}
.pol-contact-phone{
	display: block;
	background: #d42027;
	color: #fff !important;
	border-radius: 8px;
	padding: 10px 15px;
	margin-bottom: 12px;
	text-align: left;
	transition: all .3s ease 0s;
}
.pol-contact-phone:hover{
	background: #a8181e;
}
.pol-contact-phone svg{
	font-size: 22px;
	vertical-align: middle;
	margin-right: 14px;
}
.pol-contact-phone span{
	display: inline-block;
	vertical-align: middle;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 1.1;
}
.pol-contact-phone span small{
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: .8;
}
.pol-contact-social{
	margin-top: 18px;
}
.pol-contact-social a{
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 50%;
	background: rgba(255,255,255,.08);
	color: #f6b3b6 !important;
	font-size: 20px;
	margin: 0 6px;
	transition: all .3s ease 0s;
}
.pol-contact-social a:hover{
	background: #d42027;
	color: #fff !important;
}
.pol-btn{
	display: inline-block;
	background: #d42027;
	color: #fff !important;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	padding: 14px 35px;
	border-radius: 30px;
	margin-top: 15px;
	transition: all .3s ease 0s;
	box-shadow: 0 4px 12px rgba(212,32,39,.35);
}
.pol-btn:hover{
	background: #a8181e;
	color: #fff;
}
.pol-btn-dark{
	background: #1c2430;
	color: #fff !important;
	box-shadow: 0 4px 12px rgba(0,0,0,.25);
}
.pol-btn-dark:hover{
	background: #151b25;
	color: #f6b3b6 !important;
}
.pol-btn-wa{
	background: #25d366;
	color: #fff !important;
	box-shadow: 0 4px 12px rgba(37,211,102,.4);
}
.pol-btn-wa:hover{
	background: #1aa84f;
	color: #fff !important;
}

/* kafelki uslug */
.pol-features-row{
	margin-top: 35px;
}
.pol-feature{
	background: #fff;
	border-radius: 8px;
	padding: 30px 20px;
	margin-bottom: 30px;
	min-height: 250px;
	box-shadow: 0 3px 15px rgba(0,0,0,.06);
	border-bottom: 4px solid #d42027;
	transition: all .3s ease 0s;
}
.pol-feature:hover{
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,.12);
}
.pol-feature-icon{
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	background: #fdeeee;
	color: #a8181e;
	font-size: 30px;
	margin: 0 auto;
}
.pol-feature-icon svg{
	vertical-align: middle;
}
.pol-feature h3{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	text-transform: uppercase;
}
.pol-feature p{
	font-size: 15px;
	color: #666;
	margin-bottom: 0;
}

/* strefy dzialania - otwarte kolumny z separatorami */
.pol-zone-col{
	padding: 10px 20px;
	margin-top: 30px;
	text-align: left;
}
@media (min-width: 992px) {
	.pol-zones .col-md-3 + .col-md-3 .pol-zone-col{
		border-left: 1px solid #e3e7ec;
	}
}
.pol-zone-head{
	text-align: left;
	margin-bottom: 15px;
	border-bottom: 3px solid #d42027;
	padding-bottom: 12px;
}
.pol-zone-head svg, .pol-zone-head i.fas{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	color: #d42027;
	font-size: 24px;
}
.pol-zone-head h3{
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	margin: 0;
	color: #1c2430;
	font-size: 19px;
}
.pol-zone-col p{
	font-size: 15px;
	color: #555;
	margin-bottom: 10px;
}
.pol-zone-note{
	margin-top: 35px;
	font-size: 17px;
	font-weight: 600;
	color: #555;
}
.pol-zone-note svg{
	color: #d42027;
}

/* kroki - os czasu */
.pol-steps{
	background: #fdeeee;
}
.pol-steps-row{
	margin-top: 45px;
	position: relative;
}
@media (min-width: 768px) {
	.pol-steps-row:before{
		content: "";
		position: absolute;
		top: 44px;
		left: 14%;
		right: 14%;
		border-top: 3px dashed #f0b9bb;
	}
}
.pol-step{
	position: relative;
	padding: 0 15px;
	margin-bottom: 25px;
}
.pol-step-circle{
	position: relative;
	width: 90px;
	height: 90px;
	line-height: 86px;
	margin: 0 auto;
	border-radius: 50%;
	background: #fff;
	border: 3px solid #d42027;
	color: #a8181e;
	font-size: 32px;
	box-shadow: 0 5px 15px rgba(212,32,39,.25);
	text-align: center;
}
.pol-step-circle svg{
	vertical-align: middle;
}
.pol-step-num{
	position: absolute;
	top: -5px;
	right: -8px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50%;
	background: #d42027;
	color: #fff;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 16px;
	text-align: center;
}
.pol-step h3{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 19px;
	text-transform: uppercase;
}
.pol-step p{
	font-size: 15px;
	color: #6d6a5e;
	margin-bottom: 0;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

/* liczniki */
.pol-stats{
	background: #1c2430;
	padding: 45px 0 25px 0;
	text-align: center;
}
.pol-stat{
	margin-bottom: 20px;
}
.pol-stat-number{
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 42px;
	color: #ef4d54;
	line-height: 1.1;
}
.pol-stat-label{
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #a7b0bd;
	margin-top: 6px;
}

/* opinie */
.pol-reviews{
	background: #fff;
	position: relative;
	overflow: hidden;
}
.pol-quote-mark{
	font-family: Georgia, serif;
	font-size: 160px;
	line-height: .5;
	color: rgba(212,32,39,.25);
	height: 55px;
}
.pol-reviews-stars{
	color: #d42027;
	font-size: 26px;
	margin: 10px 0 15px 0;
	letter-spacing: 6px;
}

/* FAQ */
.pol-faq{
	background: #f4f6f8;
}
.pol-faq-list{
	max-width: 820px;
	margin: 30px auto 0 auto;
	text-align: left;
}
.pol-faq-item{
	margin-bottom: 12px;
}
.pol-faq-q{
	display: block;
	background: #fff;
	color: #333 !important;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	padding: 16px 45px 16px 20px;
	border-radius: 6px;
	border-left: 4px solid #d42027;
	position: relative;
	transition: all .3s ease 0s;
	box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.pol-faq-q:hover{
	background: #fdeeee;
	color: #93151a !important;
}
.pol-faq-q svg, .pol-faq-q i.fas{
	color: #a8181e;
	margin-right: 8px;
}
.pol-faq-arrow{
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -8px;
	font-size: 13px;
	color: #a8181e;
	transition: transform .3s ease 0s;
}
.pol-faq-q:not(.collapsed) .pol-faq-arrow{
	transform: rotate(180deg);
}
.pol-faq-a{
	padding: 15px 20px 10px 24px;
	font-size: 16px;
	color: #555;
	line-height: 1.6;
}

/* oferta */
.pol-offer{
	background: #fff;
}
.pol-offer-item{
	max-width: 900px;
	margin: 40px auto 0 auto;
	text-align: left;
	background: #f4f6f8;
	border-radius: 10px;
	padding: 30px;
	border-left: 5px solid #d42027;
}
.pol-offer-icon{
	float: left;
	width: 72px;
	height: 72px;
	line-height: 72px;
	border-radius: 50%;
	background: #fff;
	color: #a8181e;
	font-size: 30px;
	text-align: center;
	box-shadow: 0 3px 10px rgba(0,0,0,.08);
}
.pol-offer-icon svg{
	vertical-align: middle;
}
.pol-offer-txt{
	margin-left: 100px;
}
.pol-offer-txt h3{
	margin-top: 0;
	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: 22px;
}
.pol-offer-txt p{
	font-size: 16px;
	color: #555;
}
.pol-check-list{
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
.pol-check-list li{
	font-size: 15px;
	color: #444;
	padding: 4px 0;
}
.pol-check-list li svg{
	color: #a8181e;
	margin-right: 8px;
}
.pol-offer-cta{
	margin-top: 45px;
}
.pol-offer-cta p{
	max-width: 750px;
	margin: 0 auto;
	font-weight: 600;
}
@media (max-width: 767px) {
	.pol-offer-icon{
		float: none;
		margin: 0 auto 15px auto;
	}
	.pol-offer-txt{
		margin-left: 0;
	}
	.pol-offer-item{
		padding: 20px;
		text-align: center;
	}
	.pol-check-list{
		text-align: left;
		display: inline-block;
	}
}

/* pas CTA */
.pol-cta{
	background: #d42027;
	background: linear-gradient(135deg, #d42027 0%, #a8181e 100%);
	color: #fff;
	padding: 60px 0;
	text-align: center;
}
.pol-cta h2{
	color: #fff;
}
.pol-cta p{
	color: #fff;
	font-size: 18px;
	max-width: 750px;
	margin: 15px auto;
}
.pol-cta-phones{
	margin: 25px 0 10px 0;
}
.pol-cta-phones .pol-btn{
	margin: 8px 10px;
}
.pol-cta-thanks{
	font-size: 15px !important;
	opacity: .85;
}

/*about area*/
.about h2{
	font-size: 30px;
	color: #1c2430;
	margin-top: 35px;
}
.about h3{
	font-size: 24px;
	color: #333;
	margin-top: 35px;
}
.about h4{
	font-size: 20px;
	color: #555;
	margin-bottom: 20px;
}
.about-img img{
	width: 100%;
}
.single-about-detail{
	position: relative;
}
.about-details{
	background: #1c2430;
	border-top: 2px solid #fff;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.about-details h3{
	font-size: 24px;
	color: #fff;
	margin-top: 0;
}
.about-details p{
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 0 25px;
	padding-bottom: 30px;
}
.single-about-detail:hover .about-details{
	background: #a8181e;
}

/*contact section*/
.contact-caption{
	background: #1c2430;
	border-radius: 8px;
}
.contact-heading h2{
	color: #fff;
	font-size: 30px;
}
.contact-info{
	padding-left: 60px;
}
.contact-info h4{
	color:black;
}
#contact{
		position: relative;
	overflow: hidden;
}
#contact p{
	color:white;
}
.contact-info h3{
	padding-left: 0;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #2e3949;
	padding-bottom: 12px;
	margin-bottom: 0;
}
.contact-form h3{
	padding-left: 0;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #2e3949;
	padding-bottom: 12px;
	margin-bottom: 5;
	margin-top:10px;
}
.contact-info ul{
	margin: 0;
	padding: 0;
}
.contact-info ul li{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
}
.contact-info i.fa{
	font-size: 16px;
  	padding-right: 12px;
  	width: 25px;
  	height: 38px;
}
.contact-info ul li span{
	font-weight: bold;
}
.contact-form input{
	width: 100%;
	height: 40px;
	background: #fff;
	font-size: 13px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
	border:0;
	border-radius: 4px;
	margin-bottom: 12px;
}
#ContactForm input[type=submit]{
	max-width: 300px;
	height: 55px;
	background: #d42027;
	color: #fff;
	padding:7px 25px;
	text-transform: uppercase;
	border:0;
	border-radius: 30px;
	font-weight: bold;
	transition:all .3s ease 0s;
	-webkit-transition:all .3s ease 0s;
	-moz-transition:all .3s ease 0s;
	-o-transition:all .3s ease 0s;
	-ms-transition:all .3s ease 0s;
}
#ContactForm input[type=submit]:hover{
	background: white;
	color: #a8181e;
}
.contact-form textarea{
	font-family: 'Open Sans', sans-serif;
	padding:12px;
	width: 100%;
	height: 140px;
	border:0;
	border-radius: 4px;
	margin-bottom: 12px;
}
.info-detail{
	border-top: 1px solid #3a4759;
	padding-top: 15px;
}
.form{
	border-top: 1px solid #3a4759;
	padding-top: 15px;
	text-align: right;
}
input.contact-form-submit{
	color: #fff;
	background:#d42027;
	font-weight: bold;
}
input.contact-form-submit:hover{
	background:#a8181e;
}
.contact-form{
	padding:0 5%;
}

/*gmap*/
#map{
	height: 350px;
}
.map{
	position: relative;
	overflow: hidden;
}
.contact{
	position: relative;
	width: 100%;
	margin-top: 0px;
	left: 0;
	background: rgba(0, 0, 0, 0.51);
}
.contact-caption{
	margin-top: 50px;
	margin-bottom: 50px;
}

/* stopka 3-kolumnowa (pol) */
.pol-footer{
	background: #1c2430;
	text-align: left;
	padding: 55px 0 0 0;
}
.pol-footer-col{
	margin-bottom: 30px;
}
.pol-footer h4{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 8px;
	padding-bottom: 12px;
	position: relative;
}
.pol-footer h4:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45px;
	height: 3px;
	background: #d42027;
	border-radius: 2px;
}
.pol-footer-about{
	color: #a7b0bd;
	font-size: 14px;
	margin-top: 15px;
}
.pol-footer-social{
	margin-top: 18px;
}
.pol-footer-social a{
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 50%;
	background: rgba(255,255,255,.08);
	color: #f6b3b6 !important;
	font-size: 18px;
	margin-right: 8px;
	transition: all .3s ease 0s;
}
.pol-footer-social a:hover{
	background: #d42027;
	color: #fff !important;
}
.pol-footer-list{
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
.pol-footer-list li{
	color: #a7b0bd;
	font-size: 14px;
	padding: 5px 0;
}
.pol-footer-list li a{
	color: #a7b0bd;
	transition: all .3s ease 0s;
}
.pol-footer-list li a:hover{
	color: #f6b3b6;
}
.pol-footer-list svg{
	color: #ef4d54;
	margin-right: 8px;
}
.pol-footer-contact{
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
.pol-footer-contact li{
	padding: 8px 0;
	color: #a7b0bd;
	font-size: 15px;
}
.pol-footer-contact li svg{
	color: #ef4d54;
	font-size: 17px;
	width: 22px;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 4px;
}
.pol-footer-contact li span{
	display: inline-block;
	vertical-align: top;
}
.pol-footer-contact li span small{
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #7f8896;
}
.pol-footer-contact li a{
	color: #fff;
	font-weight: 600;
}
.pol-footer-contact li a:hover{
	color: #f6b3b6;
}
.pol-footer-bottom{
	background: #151b25;
	margin-top: 25px;
	padding: 16px 0;
	text-align: center;
}
.pol-footer-bottom p{
	color: #7f8896;
	font-size: 13px;
	margin: 0;
}

/*footer*/
.footer{
	color:white;
	background: #1c2430;
	min-height:40px;
	padding: 30px;
}
.footer-para{
	margin: 0;
	padding: 0;
}
.footer p{
	font-size: 12px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 5px 0;
}
.footer a{
	font-size: 14px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 0;
	padding: 25px 0;
}
.footer a:hover{
	color:#f6b3b6;
}
.footer a i.fa{
	font-size: 24px;
	color: #b1b1b1;
	padding: 22px 10px;
}
.footer a i.fa:hover{
	color: #ef4d54;
}

.carousel-inner{
	position: relative;
}


.footer-icon {margin:5px;}

.contact-footer-row{
	padding-top:40px;
	padding-bottom:40px;
	background: #fff;
}
.contact-footer-row i, .contact-footer-row svg{
	 font-size:30px;
	 color: #a8181e;
}
.footer-social-media{
	padding-top:40px;
	padding-bottom:40px;
	background-color: #f4f6f8;
}
.footer-social-media i, .footer-social-media svg{
	color: #a8181e;
	font-size: 30px;
}


/*======================css for carousel=========================*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  	z-index: 2;
    opacity: 1;
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* just for demo purpose */
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 100%;
    }


/******************************
responsive area
********************************/

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav>li>a {
	  font-size: 14px;
	  padding: 14px 10px;
	}
	.carousel-caption h1 {
  		font-size: 60px;
  	}
  	.carousel-caption p {
  		font-size: 26px;
  	}

  	.carousel-caption a {
		font-size: 18px;
		padding: 10px 30px;
	}
}
@media (min-width: 992px) {
	.row .no-float {
		 display: table-cell;
		 float: none;
	}
	.row-eq-height { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
  }
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav>li>a {
	  font-size: 12px;
	  padding: 10px 7px;
	}
	.carousel-caption h1 {
  		font-size: 46px;
  	}
  	.carousel-caption p {
  		font-size: 22px;
  	}
	.carousel-caption a {
		font-size: 16px;
		padding: 9px 25px;
	}
  	#map{
		height: 350px;
	}
	.contact{
		margin-top:-1050px;
		height: 1050px;
	}
	.contact-caption {
	 margin-top: 70px;
	}
	.pol-feature{
		min-height: 270px;
	}
	.pol-step p{
		max-width: none;
	}
}

/* xs */
@media (min-width: 480px) and (max-width: 767px) {
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
	.navbar-default .navbar-nav>li>a {
	  font-size: 15px;
	}
	.carousel-caption {
	    margin-top: -110px;
	}
	.carousel-caption h1 {
  		font-size: 36px;
  	}
  	.carousel-caption p {
  		font-size: 18px;
  	}
	.carousel-caption a {
		font-size: 14px;
		padding: 8px 20px;
	}
	#map{
		height: 300px;
	}
	.contact{
		height: 1120px;
		margin-top: -1120px;
	}
	.contact-info ul {
	  margin-left: 4px;
	}
	.contact-info i.fa {
	  width: 25px;
	}
	.contact-caption {
	  margin-top: 80px;
	}
	.pol-feature, .pol-zone-col{
		min-height: 0;
	}
	.pol-section{
		padding: 40px 0 35px 0;
	}
}

/* XS Portrait */
@media (max-width: 479px) {
	h1{
		font-size:26px;
	}
	h2{
		font-size: 24px;
	}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
        max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
	.top-header img.logo {
	  margin: 20px 10px;
	}
	.header-logo{
		z-index:999;
	}
	.navbar-default .navbar-nav>li>a {
	  font-size: 14px;
	  text-align: left;
	}
	.header-backup{
		  height: 50px;
	}
	.carousel-caption {
	    margin-top: -60px;
	}
	.carousel-caption h1 {
  		  font-size: 20px;
  	}
  	.carousel-caption p {
  		font-size: 12px;
  	}
	.carousel-caption a {
		font-size: 12px;
		padding: 5px 14px;
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	  margin-top: 30px;
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	  margin-top: 30px;
	}
	p{
		font-size: 15px !important;
	}
	.pol-lead{
		font-size: 16px !important;
	}
	.pol-feature, .pol-zone-col{
		min-height: 0;
	}
	.pol-section{
		padding: 35px 0 30px 0;
	}
	.pol-btn{
		font-size: 15px;
		padding: 12px 25px;
	}
	.pol-stat-number{
		font-size: 32px;
	}
	.contact-caption{
		margin-top: 20%;
	}
	#map{
		height: 300px;
	}
	.contact{
		height: 950px;
		margin-top: -950px;
	}
	.vcenter {
		display: inline-block;
		vertical-align: middle;
	}
	.contact-heading h2 {
	  font-size: 26px;
	  margin-left: 15px;
	}
	.contact-info h3 {
	  margin-left: 8px;
	  font-size: 20px;
	  padding-bottom: 8px;
	}
	.info-detail {
	  margin-left: 8px;
	}
	.contact-info ul li {
	  font-size: 12px;
	}
	.contact-info i.fa {
	  font-size: 13px;
	  width: 20px;
	  height: 18px;
	}
	.contact-info, .contact-form{
		padding: 10px;
	}
	.contact-form h3 {
	  font-size: 20px;
	  padding-bottom: 8px;
	  margin-bottom: 0;
	  margin-right: 0px;
	}
	.footer a i.fa {
	  font-size: 18px;
	  padding: 25px 7px;
	}
	.footer p {
  		font-size: 10px;
  	}
}

.video-container-parent{
	max-width:640px;
	margin:5px auto;
}

.video-container{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -ms-animation: spin .7s infinite linear;
    -webkit-animation: spinw .7s infinite linear;
    -moz-animation: spinm .7s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes spinw {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@-moz-keyframes spinm {
    from { -moz-transform: rotate(0deg);}
    to { -moz-transform: rotate(360deg);}
}
