﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oswald:700');

#hiring {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}

.btn-flip {
  opacity: 1;
  outline: 0;
  color: #fff;
  line-height: 40px;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  font-family: "Open Sans";
  text-transform: uppercase;
}
.btn-flip:hover, .btn-flip:active, .btn-flip:focus {
	text-decoration: none;
}
.btn-flip:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.btn-flip:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
.btn-flip:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #000;
  display: block;
  transition: 0.5s;
  position: absolute;
  background: #adadaf;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
}
.btn-flip:before {
  top: 0;
  left: 0;
  opacity: 1;
  color: #fff;
  display: block;
  padding: 0 30px;
  line-height: 40px;
  transition: 0.5s;
  position: relative;
  background: #ff0000;
  content: attr(data-front);
  transform: translateY(0) rotateX(0);
}

.addressBlock {
	margin: 10px 0;
	text-align: center;
}

#bibeau {
	position: relative;
	background-image: url('../images/bibeau-image.jpg');
	background-size: cover;
	border-radius: 10px;
	max-width: 100%;
	height: 247px;
}
#bibeau>#bibeau-button {
	position: absolute;
	top: 100px;
	left: 15px;
	width: 200px;
}
#bibeau-button>a {
	display: block;
	margin-top: 10px;
}
body {
	font-family: 'Open Sans', sans-serif;
	background-color: #ac1f24;
}
.bottomBlock {
	border-bottom: 2px #990000 solid;
	margin-bottom: 25px;
}
.btn-primary {
	background-color: #ac1f24;
	border: 0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
	background-color: #ac1f24;
	border: 0;
}
button.list-group-item:hover, button.list-group-item:focus {
	background-color: #ac1f24;
	color: #fff;
}

.centerAlign {
	text-align: center;
}

.extraPadding {
	padding-bottom: 250px !important;
}

.famImg {
	display: block;
	margin-top: 10px;
	border-radius: 4px;
}
.foot-links {
	list-style: none;
	padding-left: 5px;
	margin-left: 15px;
	border-left: 1px #fff solid;
}
footer {
	font-size: 12px;
	color: #fff;
	padding-bottom: 20px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #000;
	text-decoration: underline;
}
footer .navbar-nav {
	margin: 7.5px 0;
}
footer .nav>li>a {
	font-weight: bold;
}
footer .nav>li>a:focus, footer .nav>li>a:hover {
	background-color: transparent;
	text-decoration: underline;
}
footer>.container>.row {
	margin-left: 0;
	margin-right: 0;
}

.gray {
	margin: 10px 0;
}
.gray img {
}
.gray h3, .gray p {
	padding: 0 10px;
}
.gray p:last-child {
	padding-bottom: 10px;
}
.grey-bg {
	background-color: #999;
	padding: 20px 0;
	width: 100%;
}

h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
}
.head {
	float: left;
	border-radius: 10px;
	margin: 0 10px 10px 0;
}

img.imgLink {
	cursor: pointer;
}
.imgDiv {
	position: relative;
}
.imgTitle {
	position: absolute;
	top: 0;
	left:0;
	background-color: #fff;
	padding: 10px;
	font-weight: bold;
	border-radius: 0 0 10px 0;
	font-size: 12px;
}

.less-padding {
	padding: 20px 0 20px 0 !important;
}
.list-group-item {
	border: 0;
	border-radius: 4px !important;
}

.mapCol {
	height: 520px;
}
.map_canvas {
	width: 100%;
	height: 360px;
	position: relative;
}
.map_canvas2 {
	width: 100%;
	position: relative;
}
.map_canvas img {
	position: absolute;
	top: 0;
	left: 0;
}
.map-phone {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	padding: 6px;
	border-radius: 0 0 6px 0;
	z-index: 1;
}

.navbar-collapse {
	border: 0;
}
.navbar-inverse {
	background-color: #000;
	border: 0;
	padding: 4px 0;
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-nav>li>a {
	-webkit-transition: background-color .6s, color .6s;
	transition: background-color .6s, color .6s;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	background-color: #ac1f24;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background-color: #ac1f24;
}
.navbar-toggle {
	float: left;
}
#navbar .nav {
	margin: 40px 0 0 20px;
}
.nav-pills>li>a {
	color: #ac1f24;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color: #000;
}

#phone {
	float: right;
	color: #fff;
}
#phone span {
	float: left;
	display: block;
	padding: 2px 4px 2px 2px;
	font-size: 12px;
}
#phone span a {
	color: #fff;
	text-decoration: underline;
}
#phone span a.btn {
	text-decoration: none;
}

.reddot {
	color: #990000;
	font-weight: bold;
	font-size: 16px;
}

.section-header {
	position: relative;
}
.section-img {
	border-radius: 0 0 0 4px;
}
.section-title {
	position: absolute;
	background-color: #fff;
	font-weight: bold;
	padding: 4px 6px;
	border-radius: 0 0 4px 0;
}
.sectionTitle {
	background-color: #990000;
	color: #ffffff;
	padding: 6px 0;
	text-transform: uppercase;
	cursor: pointer;
}
.smTxt {
	font-size: 13px;
}
.staffBox {
	clear: both;
}
.spaceTop {
	margin-top: 20px;
}

.thumbnail {
	border: 0;
}

.white-bg {
	background-color: #fff;
	width: 100%;
	padding: 200px 0 20px 0;
}
.white-line {
	border-top: 1px #fff solid;
}

@media (min-width: 768px) {
	#bibeau {
		width: 720px;
		height: 247px;
	}
	#bibeau>#bibeau-button {
		top: 80px;
		left: 15px;
		width: 220px;
		font-size: 12px;
	}
	.extraPadding {
		padding-bottom: 20px !important;
	}
	.imgTitle {
		font-size: 14px;
	}
	.map_canvas {
		height:260px;
	}
	#phone span {
		display: block;
		font-size: 14px;
		float: none;
	}
	.white-bg {
	padding: 153px 0 20px 0;
}
.white-line {
}
@media (min-width: 992px) {
	#bibeau {
		width: 940px;
		height: 323px;
	}
	#bibeau>#bibeau-button {
		top: 140px;
		left: 50px;
		width: 250px;
		font-size: 13px;
	}
	.imgTitle {
		font-size: 17px;
	}
}

@media (min-width: 1200px) {
	#bibeau {
		width: 1140px;
		height: 391px;
	}
	#bibeau>#bibeau-button {
		top: 180px;
		left: 50px;
		width: 300px;
		font-size: 14px;
	}
	#bibeau-button>a {
		margin-top: 10px;
	}
	.imgTitle {
		font-size: 20px;
	}
}
