/* this is a custom CSS stylesheet */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900');
/*font-family: 'Montserrat', sans-serif;*/


body {
	background-color: #000;
	background: url(../power-station-welding-images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	color: #000
}
h1 {
	color: #ab0909;
	font-size: 1.35em;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	padding-bottom: 15px;
	font-weight:700;
}
h2 {
	color: #444;
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	padding-bottom: 15px;
	font-weight:700;
}
h3 {
	color: #444;
	font-size: 1.18em;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	padding-bottom: 15px;
	font-weight:700;
}
h3 a {
	text-decoration: underline;
}
p {
	padding-bottom: 8px;
}
a {
	color: #ab0909;
	font-weight: 700;
}

.customer {
	font-weight: 700;
	padding-bottom: 0;
}
.project-list img {
	max-width: 100%;
	height: auto;
	margin: 10px 0;
}
.img-placeholder {
	background-color: #AAA7A7;
	width: 100%;
	height: 300px;
	margin: 10px 0;
	text-align: center;
	padding: 50px;
}
.photo-caption {
	font-style: italic;
	text-align:center;
	font-size: 14px;
	padding-top: 10px;
}

.photo {
	text-align: center;
	margin-bottom: 15px;
}
.photo img {
	max-width: 100%;
	height: auto;
	border: solid 1px #000;
	-webkit-box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.5);
box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.5);
}

main {
	background-color: #d2d2d2;
	padding: 15px 0;
	margin-top: -6px;
}

form {
	margin-bottom: 15px;
}
.contact-info {
	text-align: center;
}
.contact-info strong {
	color: #bb131a;
}
.testimonial {
	background-color: rgba(255,255,255,0.3);
	padding: 12px;
	border-radius: 8px;
	border: solid 3px #eee;
	position: relative;
	padding-left: 60px;
	margin-bottom: 30px;
}
.quote:before {
	content: "\f10d";
    font-family: FontAwesome;
    left:-8px;
    position:absolute;
    top:-12px;
	font-size: 30px;
	border-radius: 50%;
	padding: 6px 12px;
	border: solid 4px #bb131a;
	background-color: #fff;
	opacity: 0.7;
}
.t-name {
	font-style: italic;
	padding-bottom:0;
}

/*-- HEADER --*/

.top-rail {
	width: 100%;
	height: 50px;
	background-color: #9d9d9f;
	background-image: url(../power-station-welding-images/metal-background.jpg);
}
.top-phone {
	text-transform: uppercase;
	color: #000000;
	font-size: 22px;
	text-align: center;
	font-weight: 900;
	visibility: visible;
	display: block;
	height: 50px;
	padding-top: 12px;
}
.top-phone a {
	color: #760001 !important;
}
.top-address {
	font-size: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: 0;
	visibility:hidden;
}

.top-address a {
	color: #000000;
	font-weight: 900;
}
.top-address a:hover {
	text-decoration:none;
}
.header-photo {
	background: url(../power-station-welding-images/electrical-substation-welder.jpg) no-repeat top right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	background-color: #ce0000;
	height: 186px;
}
.slogan h2 {
	position: absolute;
	bottom: 5px;
	color: #fff;
	font-style: italic;
	font-size: 11px;
	padding-bottom: 5px;
	font-weight: 400;
}

/* NAVIGATION */
.navigation {
	background-color: #bb131a;
	height: 50px;
	margin-left: -15px;
	margin-right: -15px;
}
.navbar {
	min-height: auto;
	margin-bottom: 0;
}
.navbar-toggle {
	background-color: #000;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.nav>li>a {
	padding: 8px 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}
.nav>li>a:focus, .nav>li>a:hover {
	color: #bb131a;
	background-color: transparent;
}
/*-- to center navigation --*/
.navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: center;
    }
.navbar .navbar-collapse {
	text-align: center;
	}



/*FOOTER*/

.footer {
	background-image:url(../power-station-welding-images/metal-background.jpg);
	border-top: solid 10px rgba(0,0,0,0.4);
	border-bottom: solid 10px rgba(0,0,0,0.6);
	padding: 15px 0;
}
.copyright {
	text-align:center;
	font-size: 12px;
	margin-top: 10px;
	font-weight: bold;
}
.bottom-logo {
	text-align:center;
}
.bottom-logo img {
	max-width: 100%;
	height: auto;
}
.verified {
	text-align:center;
}
.verified img {
	max-width: 50%;
	height: auto;
}
.footer-phone {
	color: #000;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	text-align:center;
	margin-top: 20px;
}
.footer-phone a {
	color: #000 !important;
}
.footer-phone a:hover {
	text-decoration:none;
}
.location {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
.location a {
	color: #fff;
	display:block;
	background-color: #bb131a;
	padding: 3px;
	border-radius: 20px;
	width: 75%;
	border: solid 1px #000;
	text-align:center;
	margin: auto;
}
.location a:hover {
	text-decoration:none;
	border: solid 1px #FFF;
}




/*RESPONSIVE SIZES*/

@media (min-width:768px) {
	.top-phone {
	visibility: hidden;
	height: 0;
	font-size: 0;
}
.top-address {
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 900;
	visibility: visible;
	margin-top: -18px;
   color: #000;
   /*text-shadow:
       1px 1px 0 #000,
     -1px -1px 0 #000,  
      -1px -1px 0 #000,
      -1px -1px 0 #000,
       -1px -1px 0 #000;*/
}
.header-photo {
	height: 240px;
}
.slogan h2 {
	font-size: 18px;
}
.navigation {
	background-color: #bb131a;
	height: 36px;
	margin-left: -15px;
	margin-right: -15px;
}	
.nav>li>a {
	padding: 8px 8px 3px 8px;
	font-weight: 400;
	font-size: 14px;
}
.nav>li>a:focus, .nav>li>a:hover {
	color: #fff;
	background-color: #ce181e;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,1);
	-webkit-transition: background-color 500ms ease-out 1s;
    -moz-transition: background-color 500ms ease-out 1s;
    -o-transition: background-color 500ms ease-out 1s;
    transition: background-color 500ms ease-out 1s;
}
	.footer-phone {
		font-size: 30px;
	}
}


@media (min-width:992px) {
.header-photo {
	height: 240px;
}
.nav>li>a {
	padding: 8px 15px;
	font-size: 16px;
	font-weight: 700;
}
	.footer-phone {
		font-size: 40px;
	}	
}

@media (min-width:1200px) {
.header-photo {
	height: 290px;
}
.nav>li>a {
	padding: 8px 25px;
}	
}