body, html {
	width:100%;
	height:100%;
	font-family:Exo 2,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#777;
	background-color:#;
	 font-weight:300;
}
h1,h2,h3,h4,h5,h6 {
	margin:0 0 35px;
	text-transform:uppercase;
	
	font-family: 'Exo 2', sans-serif;
	font-weight:700;
	letter-spacing:1px;
}
p {
	margin:0 0 25px;
	font-size:18px;
	line-height:1.5;
	font-family: 'Exo 2', sans-serif;
}
p2 {
	margin:0 0 25px;
	font-size:16px;
	line-height:2;
	font-family: 'Exo 2', sans-serif;
}

p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
@media(min-width:768px) {
	p {
		margin:0 0 35px;
		font-size:18px;
		line-height:1.6;
	}
}
a {
	color: #555;
}
a:hover, a:focus {
	text-decoration: none;
	color: #000;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 1px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #666;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.1;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.1;
    }
}
.pulsate {
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.5;
    color: #cc0000;
}

/* Navigation */
#nav {
	z-index: 9999;
}
#nav.affix {
	position: static;
	color: transparent;
	top: 0;
	width: 100%;
	text-align: justify;
}
.navbar .navbar-nav {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 10px;

	
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-custom {
	margin-bottom: 0;
	background-color: black;
	border-radius: 0px;
	padding: 0px;

}
.navbar-custom a {
	color: white;
}
.navbar-custom .nav li a {
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #a6a2a2;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #000;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: transparent;
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}
.btn-default {
	text-transform: uppercase;
	color: #555;
	background-color: transparent;
	border-color: #777;
	padding: 10px 15px;
	margin: 0;
	font-size: 16px;
	border-radius: 0;
	margin-top: 20px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #fff;
	background-color: #121d1f;
	border-color: #121d1f;
}
/* Header Section */
.intro {
	display:table;
	width:100%;
	height:100vh;
	padding:100px 0 100px 0;
	text-align:center;
	color:#fff;
	background-image:radial-gradient(circle at 30% 30%,rgba(0,0,0,0.58),rgba(0,0,0,0.88)),url('http://pcall.pl/img/4.jpg');
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
}
.intro .intro-body {
	display:table-cell;
	vertical-align:middle;
}
.intro .intro-body .brand-heading {
	font-size:40px;
}
.intro .intro-body .intro-text {
	font-size:18px;
}
@media(min-width:768px) {
	.intro {
		height:100vh;
		padding:0;
	}
	.intro .intro-body .brand-heading {
		font-size:130px;
		color: white;
text-shadow: 15px 5px 20px #182019;
		margin-top:90px;
		margin-bottom:20px;
		border-top:2px solid #fff;
		border-bottom:2px solid #fff;
		display:inline-block;
		padding:10px 0;
	}
	.intro .intro-body .intro-text {
		font-size:20px;
			font-weight:300;
			letter-spacing:3px;
	}
}
.section-title.center {
	padding: 10px 0 40px 0;
}
.intro h1 {
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #fff;
}
.intro p {
	font-size: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
}
header .intro-text {
	padding-top: 10px;
	padding-bottom: 10px;
}
/* About Section */
#about {
	padding: 50px 0;
}
#about .about-text {
	margin-left: 10px;
	text-align: center;
}
#about img {
	height: 160px;
	display: inline-block;
}
#about p {
	margin-top: 40px;
	margin-bottom: 30px;
	line-height: 30px;
	
}
/* Time Section */
#time {
	padding: 50px 0;
}
#time .time-text {
	margin-left: 10px;
	text-align: center;
	
}
#time img {
	display: inline-block;
}
#time p {
	margin-top: 40px;
	margin-bottom: 30px;
	line-height: 22px;
}
/* Price Section */
#price {
	padding: 50px 0;
	background: #f6f6f6;
}
#price .price-text {
	margin-left: 10px;
	text-align: left;
	
	font-family: 'Exo 2', sans-serif;
	
}
#price img {
	height: 160px;
	display: inline-block;
}
#price p {
	margin-top: 40px;
	margin-bottom: 30px;
	line-height: 22px;
}
/* Complaint Section */
#complaint {
	padding: 50px 0;
	margin-bottom: 30px;
	background: #f6f6f6;
}
.categories {
	padding-bottom: 90px;
	text-align: center;
}

ul.cat li {
	display: block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li {
	margin-left: 20px;
}
ol.type li a {
	border: 1px solid #777;
	color: #555;
	padding: 8px 20px;
}
ol.type li a.active {
	background: #222;
	border: 1px solid #222;
	color: #fff;
}
ol.type li a:hover {
	background: #222;
	border: 1px solid #222;
	color: #fff;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tub div {
    display: none;
}

.tub div:target {
    display: inline-block;
}

/* Contact Section */
#contact {
	padding: 50px 0 60px 0;
}
#contact h3 {
	padding-top: 20px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
#contact form {
	padding: 30px 0;
}
#contact .text-danger {
	color: #E87E04;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #2c3e50;
	background-color: rgba(255,255,255,0.8);
	background-image: none;
	border: 1px solid #999;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #2c3e50;
}
.form-control:-moz-placeholder {
color: #2c3e50;
}
.form-control::-moz-placeholder {
color: #2c3e50;
}
.form-control:-ms-input-placeholder {
color: #2c3e50;
}
#contact .social {
	margin-bottom: 30px;
	padding-left: 0px;
	float: left;
}
#contact .social ul li {
	display: inline-block;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer Section*/
#footer {
	background: #f6f6f6;
	color: #777;
	padding: 30px 0 25px 0;
}
#footer p {
	font-size: 13px;
}
#footer a {
	color: #555;
}
#footer a:hover {
	color: #000;
}