@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('../vendor/font-awesome/css/font-awesome.min.css');

/* General */
body {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	overflow-x: hidden;
	webkit-tap-highlight-color: #9e0b0f;
}
a {
	color: #9e0b0f;
	outline: none;
}
a.active,
a:active,
a:focus,
a:hover {
	color: #ce0e14;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
img::selection {
	background: transparent;
}
img::-moz-selection {
	background: transparent;
}
p {
	font-size: 16px;
	line-height: 1.5;
}
p.large {
	font-size: 18px;
}
section {
	padding: 60px 0;
}
section h2.section-heading {
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 30px;
}
@media (max-width: 992px) {
	section {
	padding: 45px 0;
	}
}
small {
	display: block;
	margin-bottom: 1.5em !important;
}
.bordered {
	border: 1px solid #00ffff;
}
.bg-light-gray {
	background-color: #e7e7e7;
}
.bg-primary {
	background-color: #9e0b0f;
}
.img-centered {
	margin: 0 auto;
}
.text-muted {
	color: #898989;
}
.text-primary {
	color: #9e0b0f;
}

/* Buttons & Forms */
.btn-primary {
	color: white;
	background-color: #9e0b0f;
	border-color: #9e0b0f;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-color: #ce0e14;
	border-color: #ce0e14;
	color: white;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #9e0b0f;
	border-color: #9e0b0f;
}
.btn-primary .badge {
	color: #9e0b0f;
	background-color: white;
}
.btn-xl {
	color: white;
	background-color: #9e0b0f;
	border-color: #9e0b0f;
	text-transform: uppercase;
	border-radius: 5px;
	letter-spacing: 1px;
	padding: 15px 35px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
	background-color: #ce0e14;
	border-color: #ce0e14;
	color: white;
	text-decoration: none !important;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
	background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
	background-color: #9e0b0f;
	border-color: #9e0b0f;
}
.btn-xl .badge {
	color: #9e0b0f;
	background-color: white;
}
.btn-stoked {
	color: black;
	border-color: black;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 6px;
	font-size: 18px;
	padding: 20px 40px;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
	outline: none;
}

/* Page-top */
#page-top {
	background-color: #f9f9f9;
	padding: 20px 0;
	position: relative;
	text-align: center;
	width: 100%;
	top: 0;
	z-index: 999;
}
#page-top .pcs-logo {
	background-color: #fff;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	background-size: 88px 160px;
	background-position: center;
	border: 1px solid #e7e7e7;
	display: block;
	margin-top: -20px;
	position: absolute;
	width: 160px;
	height: 160px;
	z-index: 9999;
}
#page-top .btn-primary {
	background-color: #01ba30;
	border-color: #01ba30;
	float: left;
}
ul.social-buttons {
	float: right;
	margin-bottom: 0;
}
ul.social-buttons li a {
	display: block;
	background-color: #222222;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 40px;
	color: white;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
	background-color: #ce0e14;
}
#page-top .facebook a {
	background-color: #3b5998;
}
#page-top .google-plus a {
	background-color: #dc4e41;
}
#page-top .linkedin a {
	background-color: #007ab9;
}
@media (max-width: 992px) {
	#page-top .pcs-logo {
	background-size: 66px 120px;
	height: 120px;
	width: 120px;
	margin-top: -5px;
	}
	#page-top .btn-primary {
	display: none;
	}
}

/* Navigation */
.navbar-default {
	background-color: white;
	margin-bottom: 0px;
	position: relative !important;
	z-index: 998;
}
.navbar .nav li a {
	color: black;
	font-size: 0.875em;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.navbar .nav li a:hover,
.navbar .nav li a:focus {
	color: #9e0b0f;
	outline: none;
}
.navbar-nav > .active > a {
	background-color: #9e0b0f;
	border-radius: 0;
	color: white;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	color: #fff;
	background-color: #e7e7e7;
	font-size: 0.875em;
	text-decoration: none;
	outline: 0;
}
@media (max-width: 992px) {
	.nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
	}
}

/* Header */
header {
	background-image: url('../img/header-bg.jpg');
	background-repeat: repeat-x;
	background-size: contain;
}
header span {
	background-color: #9e0b0f;
	color: white;
}
header .intro-text {
	padding-top: 120px;
	padding-bottom: 120px;
}
header .intro-text h1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	margin: 0px;
}
header .intro-text .intro-lead-in {
	color: #9e0b0f;
	font-size: 18px;
	letter-spacing: 0.25em;
	line-height: 18px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
header .intro-text p {
	margin-bottom: 30px;
}
header img {
	width: 100%;
}
@media (max-width: 992px) {
	header .intro-text {
	padding-top: 75px;
	padding-bottom: 75px;
	}
	header .intro-text h1 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 10px;
	}
	header .intro-text .intro-lead-in {
	font-size: 16px;
	line-height: 16px;
	}
	header .intro-text p {
	font-size: 14px;
	}
	header .col-md-4 {
	display: none;
	}
}

/* About */
#about .img-circle {
	border: 4px solid white;
}
#about .circle-1 {
	display: block;
	margin-left: 50%;
	margin-top: 0px;
	height: 150px;
	width: 150px;
	position: absolute;
}
#about .circle-2 {
	display: block;
	margin-left: 25%;
	margin-top: 50px;
	height: 200px;
	width: 200px;
	position: absolute;
}
#about .circle-3 {
	display: block;
	margin-left: 50%;
	margin-top: 200px;
	height: 100px;
	width: 100px;
	position: absolute;
}
#about button.btn {
	margin-right: 10px;
	margin-top: 20px;
}
#about button.stroked {
	color: #333333;
	background-color: transparent;
	border: 2px solid #333333;
}
@media (max-width: 992px) {
	#about .col-md-5 {
	display: none;
	}
}

/* About-2 */
#about-2 .col-md-6 {
	padding: 0 30px;
}
#about-2 h3 {
	margin-top: 0px;
	margin-bottom: 15px;
}
#about-2 p {
	margin-bottom: 5px;
}
@media (max-width: 992px) {
	#about-2 .col-md-6:first-child p {
	margin-bottom: 30px;
	}
}

/* Services Section */
#services .fa-stack {
	float: left;
	margin-right: 5px;
}
#services h4 {
	height: 80px;
	padding-top: 20px;
	margin-bottom: 5px;
}
#services p {
	margin-bottom: 20px;
}

/* Testimonials Section */
#testimonials {
	padding: 50px 0;
}
#testimonials .col-lg-8 {
	background-color: white;
	border-radius: 20px;
	padding: 30px;
}
#testimonials p {
	margin-bottom: 20px;
}
#testimonials h4 {
	color: #333333;
}
#testimonials .fa-quote-left {
	color: #e7e7e7;
	float: left;
	margin-right: 20px;
}

/* Community */
#community h2 {
	margin-bottom: 0px;
}
#community .img-circle {
	border: 5px solid #e7e7e7;
	float: left;
	margin: 30px;
}
#community h4 {
	padding-top: 30px;
}
@media (max-width: 992px) {
	#community h4 {
	padding-top: 0px;
	}
	#community .img-circle {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	}
}

/* Footer */
footer {
	background-color: #1c1c1c;
	color: white;
	font-size: 14px;
	padding: 0;
	padding-top: 30px;
}
footer a,
footer a:focus,
footer a:hover {
	color: #ccc !important;
}
footer li .fa-stack,
footer li h5 {
	color: #898989 !important;
}
footer a:focus,
footer a:hover {
	color: #ce0e14;
}
footer h4 {
	margin-top: 30px;
	margin-bottom: 15px;
}
footer li h5 {
	color: #898989 !important;
	line-height: 28px;
	margin-bottom: 0;
}
footer p {
	font-size: 14px;
}
.gallery-thumb {
	background-position: top;
	background-size: cover;
	cursor: pointer;
	filter: alpha(opacity=75);
	opacity: .75;
	height: 60px;
	margin-bottom: 5px;
}
.gallery-thumb:hover {
	background-color: #ce0e14;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
.modal-content {
	border: none;
	border-radius: 0;
	outline: 0;
}
.close {
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	filter: alpha(opacity=50);
	opacity: 0.5;
	margin-top: 10px;
	margin-right: 15px;
	position: absolute;
	right: 0;
	text-shadow: none;
}
.close:hover,
.close:focus {
	color: #fff;
	cursor: pointer;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
.modal-content img {
	width: 100%;
}
footer ul.contacts {
	margin: 0;
	padding: 0;
}
footer li {
	list-style: none;
}
footer li .fa-stack {
	float: left;
	margin-right: 5px;
}
footer li .fa-stack-1x {
	background-color: #898989 !important;
	border-radius: 100%;
}
footer .copyright {
	background-color: #111111;
	color: #898989;
	font-size: 12px;
	line-height: 1;
	margin-top: 50px;
	padding: 30px 0;
	text-transform: uppercase;
}
@media (max-width: 992px) {
	#community h4 {
	padding-top: 0px;
	}
	#community .img-circle {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	}
}

/* Contact */
#contact {
	background-color: #222222;
	background-image: url('../img/map-image.png');
	background-position: center;
	background-repeat: no-repeat;
}
#contact .section-heading {
	color: white;
}
#contact .form-group {
	margin-bottom: 25px;
}
#contact .form-group input,
#contact .form-group textarea {
	padding: 20px;
}
#contact .form-group input.form-control {
	height: auto;
}
#contact .form-group textarea.form-control {
	height: 236px;
}
#contact .form-control:focus {
	border-color: #9e0b0f;
	box-shadow: none;
}
#contact ::-webkit-input-placeholder {
	text-transform: uppercase;
	font-weight: 700;
	color: #e7e7e7;
}
#contact :-moz-placeholder {
	/* Firefox 18- */
	text-transform: uppercase;
	font-weight: 700;
	color: #e7e7e7;
}
#contact ::-moz-placeholder {
	/* Firefox 19+ */
	text-transform: uppercase;
	font-weight: 700;
	color: #e7e7e7;
}
#contact :-ms-input-placeholder {
	text-transform: uppercase;
	font-weight: 700;
	color: #e7e7e7;
}
#contact .text-danger {
	color: #e74c3c;
}