html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
body {
	background: #f7f5f5;
	background-color: #f7f5f5;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
    font-weight: 400;
    font-size: 100%;
    line-height: 1.5em;
    font-family: "Open Sans", "open-sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}

/*           Typography          */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .navbar, .brand, .btn-simple {
  font-family: "brandon-grotesque", sans-serif;
}
h1 {
	font: 300 2.875em/1.30435 "brandon-grotesque", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.075em;
	margin-bottom: 0.375em;
}
h2 {
	font: 300 35px/50px "Open Sans", "open-sans", sans-serif;
	font-family: "open-sans",sans-serif;
	color: #323a45;
	margin: 0px 55px;
	text-align:center;
}
h3 {
	font: 700 40px/1.5em "brandon-grotesque", sans-serif;
	color: #323a45;
	text-transform: uppercase;
	margin-bottom: 18px;
}
p {
	font-size: 16px;
	line-height: 1.6180em;
}
a {
	color: #d70a52;
}
a:hover, a:focus {
	color: #ea0757;
	text-decoration: none;
}
a:focus, a:active {
	outline: 0;
}
.text-left{
	margin:0px;
}
.hero .description h1 {
	text-shadow: 0 1px 5px rgba(0,0,0,0.2);
	color: #f7f8fb;
}
.hero .description h2 {
	text-shadow: 0 1px 5px rgba(0,0,0,0.2);
	font: italic 300 1.5em "Open Sans", "open-sans", sans-serif;
	margin-top: 0.50em;
	margin-bottom: 2.25em;
	letter-spacing: 0.025em;
	color: #e8ecf6;
	font-family: "open-sans",sans-serif;
	font-style: italic;
	font-weight: 300;
}
p.bfc-page-title {
    margin: 60px 0 30px 0;
    text-align: center;
    text-transform: uppercase;
    color: #f7f8fb;
    font: bold 15px/15px "brandon-grotesque", sans-serif;
	font-size: 20px;
	letter-spacing: 0.075em;
	text-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.page-control .section p {
	font-size: 18px;
	line-height: 36px;
	color: #747c83;
	margin-bottom: 30px;
	margin-top: 0px;
	letter-spacing: 0.0025em;
}
.header-text {
	text-transform: uppercase;
	color: #ea0757;
	margin: 45px 0px 30px 0px;	
	font-size: 35px;
	position: relative;
	line-height: 48px;
	letter-spacing: 0.025em;
}
/*			Featured Video Overlay			*/

.overlay {
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.5);
	position: fixed;
	z-index: 4;
	opacity: 0;
	left: -100%;
	transition: opacity .5s;
	-webkit-transition: opacity .5s;
}
.video-container {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.close {
	width: 20px;
	fill: white;
	position: absolute;
	right: 0;
	top: -30px;
}
.close:hover {
	fill: rgba(255,255,255,0.5);
	cursor: pointer;
}
.show {
	opacity: 1;
}

/*           Navigation            */

#navbar-full .navbar {
	border-radius: 0 !important;
	margin-bottom: 0;
	z-index: 4;
}
.navbar-nav {
	text-align: center;
}
.navbar {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	border: 0 none;
	padding-top: 0px;
}
.navbar-nav > li {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
}
.navbar-nav > li > a {
	margin-top: 15px;
	margin-bottom: 11px;
	padding: 30px 15px;
}
.navbar-transparent {
	background-color: rgba(0,0,0,.0);
}
.navbar-brand {
	width: 200px;
	height: 100px;
	font-weight: 600;
	font-size: 20px;
}
.navbar-transparent .navbar-brand, 
[class*="navbar-bfc"] .navbar-brand {
	color: #FFFFFF;
	opacity: 1;
	background-image: url(../img/logos/boxfire_corporation.png);
}
.navbar-transparent .navbar-brand:focus, 
.navbar-transparent .navbar-brand:hover, 
[class*="navbar-bfc"] .navbar-brand:focus, 
[class*="navbar-bfc"] .navbar-brand:hover {
	background-color: transparent;
	opacity: 1;
	filter: alpha(opacity=100);
}
.navbar-transparent .navbar-nav > li > a, 
[class*="navbar-bfc"] .navbar-nav > li > a {
	font-size: 13px;
	color: #000000;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1em;
	display: block;
	transition: all 0.2s ease-in-out;
	letter-spacing: 0.025em;
}
.navbar-transparent .navbar-nav > .active > a,
.navbar-transparent .navbar-nav > .active > a:hover,
.navbar-transparent .navbar-nav > .active > a:focus,
.navbar-transparent .navbar-nav > li > a:hover,
.navbar-transparent .navbar-nav > li > a:focus, 
[class*="navbar-bfc"] .navbar-nav > .active > a,
[class*="navbar-bfc"] .navbar-nav > .active > a:hover,
[class*="navbar-bfc"] .navbar-nav > .active > a:focus,
[class*="navbar-bfc"] .navbar-nav > li > a:hover,
[class*="navbar-bfc"] .navbar-nav > li > a:focus {
	background-color: transparent;
	border-radius: 3px;
	color: #ea0757;
	opacity: 1;
	filter: alpha(opacity=100);
}
.navbar:not(.navbar-transparent).navbar-bfc-white .navbar-brand {
	color: #FFFFFF;
	opacity: 1;
	background-image: url(../img/logos/boxfire_corporation-active.png);
}
.navbar:not(.navbar-transparent).navbar-bfc-white {
	background-color: rgba(255, 255, 255, 0.98);
	border-bottom: solid 1px #e4e4e4;
}
.navbar:not(.navbar-transparent).navbar-bfc-white .navbar-nav > li > a {
	color: #2d333f;
}
.navbar:not(.navbar-transparent).navbar-bfc-white .navbar-nav > li > a:hover,
.navbar:not(.navbar-transparent).navbar-bfc-white .navbar-nav > li > a:focus {
	color: #ea0757;
}
.collapser {
	transition: all 400ms;
	display: block;
	height: 0px;
}

/*			Homepage Hero Area			*/

.hero {
	width: 100%;
	height: 1000px;
	overflow: hidden;
	display: block;
	background-size: 100%;
}
.filter-gradient {
	position: relative;
}
.filter-gradient:after {
	background-size: 2000px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
	content: "";
	opacity: .85;
}
.filter-gradient.blue:after {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczMTkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMmQzMzNmIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMmQzMzNmIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnMzE5KSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(45,51,63,1) 0%, rgba(45,51,63,0.93) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,51,63,1)), color-stop(100%,rgba(45,51,63,0.93))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(45,51,63,1) 0%,rgba(45,51,63,0.93) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(45,51,63,1) 0%,rgba(45,51,63,0.93) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(45,51,63,1) 0%,rgba(45,51,63,0.93) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(45,51,63,1) 0%,rgba(45,51,63,0.93) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d333f', endColorstr='#2d333f',GradientType=0 ); /* IE6-8 */
}
.filter-gradient.red:after {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiM4ZTAwMDkiIHN0b3Atb3BhY2l0eT0iMC44NyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNTYxMTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(224, 23, 36, 0.7)  1%, rgba(86,17,17,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,rgba(224, 23, 36, 0.7) ), color-stop(100%,rgba(86,17,17,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(224, 23, 36, 0.7)  1%,rgba(86,17,17,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(224, 23, 36, 0.7)  1%,rgba(86,17,17,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(224, 23, 36, 0.7)  1%,rgba(86,17,17,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(224, 23, 36, 0.7)  1%,rgba(86,17,17,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de8e0009', endColorstr='#561111',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.hero .hero-background {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.hero .hero-background img {
	width: 100%;
	position: relative;
}

/*			Featured Video Background v3			*/

.hero .container {
	z-index: 2;
	position: absolute;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}
.hero .description {
	margin-top: 360px;
	padding: 5px;
	text-align: center;
}
.play {
	width: 70px;
	height: 70px;
	background: #222;
	display: block;
	margin: 0 auto;
	position: relative;
	border-radius: 50%;
}
.play:hover {
	background: #333;
	cursor: pointer;
}
.play:after {
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 20px;
	border-color: transparent transparent transparent #ffffff;
}
header {
  position: relative;
  background-color: transparent;
  height: 100%;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}
video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url('../img/featured-sat-tint.jpg') no-repeat;
	background-size: cover;
	transition: 1s opacity;
}
@media (pointer: coarse) and (hover: none) {
  header {
    background: url('../img/featured-sat-tint.jpg') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}

/*				Sections				*/

.section {
	padding: 90px 0px;
	position: relative;
	background-color: #f7f8fb;
}

/*			Presentation Areas			*/

.section-presentation {
	min-height: 743px;
	overflow: hidden;
	border-bottom:1px solid #e1e4e6;
}
.left, 
.right {
    position: relative;
    display: inline-block;
    width: 49%;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.presentation-content {
    width: 100%;
    max-width: 28.125em;
    z-index: 3;
    margin: 0 auto;
}
.presentation-1 .description,
.presentation-3 .description,
.presentation-2 .description,
.presentation-4 .description {
	padding: 50px 30px;
}
.section-presentation.presentation-1 .ani-wrapper img,
.section-presentation.presentation-3 .ani-wrapper img {
    position: absolute;
    left: 0;
}
.section-presentation.presentation-2 .ani-wrapper img,
.section-presentation.presentation-4 .ani-wrapper img {
    position: absolute;
    right: 0;
}
.section-presentation.presentation-4 {
	min-height: 815px;
}
.section-presentation img {
	display:inline-block;
}

@media screen and (min-width: 90.625em) {
  .page-control .presentation-content {
    max-width: 34.375em;
  }
}

/*			Services Areas			*/

.section-services {
	padding-top: 45px;
	background-color: #2d333f;
	width: 100%;
	min-height: 100px;
	text-align: center;
}
.section-services h4 {
	font-family: "Open Sans", "open-sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin: 24px 0 -15px;
}
.page-control .section-services p {
	color: #e8ecf6;
	margin-bottom: 30px;
	margin-top: 60px;
	letter-spacing: 0.0025em;
	font: 300 35px/50px "Open Sans", "open-sans", sans-serif;
	font-family: "open-sans",sans-serif;
}

/*			Clients Area			*/

.section-clients {
	padding:90px 0px;
	background-color: #2d333f;
	text-align:left;
}
.section-clients .header-text {
    text-transform: uppercase;
    font-weight: 300;
    color: #e8ecf6;
    font-size: 35px;
    position: relative;
    line-height: 24px;
	text-align: left;
	letter-spacing: 0.025em;
	margin: 0px 0px 45px 0px;
}
.section-clients .card {
	width: 100%;
	min-height: 450px;
	padding: 0px;
	border-radius: 0px;
	margin-top: 0px;
	border-color: transparent;
}
.section-clients .card  h4 {
	font-family: "Open Sans", "open-sans", sans-serif;
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 30px;
	color: #92c6d6;
	letter-spacing: 0.025em;
}
.section-clients p {
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
}
.section-clients .card p.list {
	margin: 0px 0px 5px 0px;
	color: #e8ecf6;
	letter-spacing: 0.025em;
}
.section-clients .private{
	border-right: 1px solid #414a5b;
}
.section-clients .card p.list-1 {
	margin: 0px;
	font-weight: 300;
	color: #e8ecf6;
	letter-spacing: 0.025em;
}
.section-clients .card p.list-naics {
    line-height: 28px;
    margin: 9px 0px 9px 0px;
    font-size: 12px;
	color: #e8ecf6;
	letter-spacing: 0.025em;
}

/*			Footer Area			*/

.footer {
	background-color: #1c2026;
	line-height: 20px;
}
.footer .copyright {
	color: #777777;
	margin: 25px 15px;
	line-height: 20px;
	float:left;
	font-size:14px;
}
.footer .social-area {
	padding: 13px 15px;
	float: right;
}
.footer .social-area > a:not(.btn) {
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	padding: 10px 5px;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
}
.footer .social-area > a:not(.btn):hover, 
.footer .social-area > a:not(.btn):focus {
	color: #ffffff;
}
.btn-social {
	opacity: 0.85;
	padding: 8px 9px;
}
.btn-social .fa {
	font-size: 18px;
	vertical-align: middle;
	display: inline-block;
}
.btn-social.btn-simple {
	padding: 0px;
	font-size: 16px;
}
.btn-social.btn-simple .fa {
	font-size: 20px;
	position: relative;
	top: -3px;
	width: 24px;
}
.btn-facebook, .btn-twitter, .btn-linkedin {
	border-color: #3e3e40;
	color: #3e3e40;
}
.btn-facebook:hover, .btn-facebook:focus, 
.btn-facebook:active, .btn-facebook.active,
.btn-twitter:hover, .btn-twitter:focus, 
.btn-twitter:active, .btn-twitter.active,
.btn-linkedin:hover, .btn-linkedin:focus, 
.btn-linkedin:active, .btn-linkedin.active {
	background-color: transparent;
	color: #3e3e40;
	border-color: #3e3e40;
	opacity: 1;
}

/*			Secondary Hero Areas			*/

.hero.about, 
.hero.approach, 
.hero.services, 
.hero.contact {
	height: 660px;
}
.hero .secondary.description {
	margin-top: 220px;
}

/*			Secondary Presentation Areas			*/

.about .header-text, 
.services .header-text, 
.contact .header-text,
.section-positions .header-text,
.approach .header-text {
    text-transform: uppercase;
    font-weight: 300;
    color: #ea0757;
    font-size: 35px;
    position: relative;
    line-height: 24px;
	margin: 0px 0px 60px 0px;
	text-align: center;
	letter-spacing: 0.025em;
}
.section-presentation .secondary.description {
	padding: 0;
	text-align: center;
	position: relative;
	margin: 0px auto;
}
.section-presentation .secondary.description p.mission {
	color: #747c83;
	margin-bottom: 30px;
	margin-top: 30px;
	letter-spacing: 0.0025em;
	font: 300 35px/50px "Open Sans", "open-sans", sans-serif;
	font-family: "open-sans",sans-serif;
}
/*			Core Values			*/

.header-text.core-values {
    color: #e8ecf6;
	text-align: center;
	margin: 90px 0px 0px 0px;
}
.page-control .carousel-inner {
	top: 120px;
	min-height: 335px;
}
.page-control .carousel.fade {
	opacity: 1;
}
.page-control .carousel.fade .item {
	-moz-transition: opacity ease-in-out .6s;
	-o-transition: opacity ease-in-out .6s;
	-webkit-transition: opacity ease-in-out .6s;
	transition: opacity ease-in-out .6s;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	display: block !important;
	z-index: 1;
}
.page-control .carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .6s;
	-o-transition: opacity ease-in-out .6s;
	-webkit-transition: opacity ease-in-out .6s;
	transition: opacity ease-in-out .6s;
	z-index: 2;
}
.page-control .carousel.fade .item:first-child {
	top: auto;
	position: relative;
}
.page-control .carousel-caption {
	position: relative;
	z-index: 3;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	width: 60%;
	text-shadow: none;
	left: 20%;
}
.page-control .carousel-caption  h3 {
	color: #ea0757;
	font-size: 24px;
	top: 135px;
	position: relative;
	letter-spacing: 0.025em;
}
.page-control .carousel-caption  p {
	color: #e8ecf6;
	font-size: 20px;
	line-height: 1.75em;
	top: 135px;
	position: relative;
}
.page-control .carousel-indicators {
	top: 75px;
	z-index: 3;
	bottom: 10px;
	left: 0px;
	width: 100%;
	padding-left: 0;
	margin-left: 0%;
	text-align: center;
	list-style: none;
}
.page-control .carousel-indicators li {
	width: 105px !important;
	height: 105px !important;
	border-radius: 105px;
	margin: 1px 10px;
	border: solid 2px #e8ecf6;
	background-image: url('../img/sprites/about_sprites.png');
	background-color: transparent;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
    -moz-transition: border 0.1s;
    -o-transition: border 0.1s;
    -webkit-transition: border 0.1s;
    transition: border 0.1s;
}
.page-control .carousel-indicators li i {
    position: relative;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
	bottom: -120px;
	left: 46px;
    display: block;
    width: 10px;
    height: 6px;
    background-image: url('../img/carrot.png');
    -moz-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
}
.page-control .carousel-indicators .integrity {
	background-position: 0px 3px;
}
.page-control .carousel-indicators .innovation {
	background-position: 0px -368px;
}
.page-control .carousel-indicators .quality {
	background-position: 0px -742px;
}
.page-control .carousel-indicators .service {
	background-position: 0px -1128px;
}
.page-control .carousel-indicators .growth {
	background-position: 0px -1504px;
}
.page-control .carousel-indicators .active {
	border: solid 2px #ea0757;
	-moz-transition: border 0.3s;
	-o-transition: border 0.3s;
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}
.page-control .carousel-indicators .integrity.active {
	background-position: 0px -185px;
}
.page-control .carousel-indicators .innovation.active {
	background-position: 0px -556px;
}
.page-control .carousel-indicators .quality.active {
	background-position: 0px -930px;
}
.page-control .carousel-indicators .service.active {
	background-position: 0px -1316px;
}
.page-control .carousel-indicators .growth.active {
	background-position: 0px -1692px;
}
.page-control .carousel-indicators .integrity.active i,
.page-control .carousel-indicators .innovation.active i,
.page-control .carousel-indicators .quality.active i,
.page-control .carousel-indicators .service.active i,
.page-control .carousel-indicators .growth.active i {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
/*			Section Benefits			*/
.section-benefits h2 {
	margin: 0px 55px 45px 55px;
}
.section-benefits .card {
	width: 100%;
	min-height: 300px;
	text-align: center;
}
.section-benefits .card.row2 {
	padding-top: 0px;
	padding-bottom: 30px;
}
.section-benefits .card .icon i {
	color: #ea0757;
	width: 105px !important;
	height: 105px !important;
	line-height: 80px;
	text-align: center;
	border-radius: 105px;
	margin: 0 auto;
	margin-top: 20px;
	background-image: url('../img/sprites/team_sprites.png');
	background-position: -2px -2px;
	background-color: transparent;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.section-benefits .card .icon .anywhere {
	background-position: -2px -2px;
}
.section-benefits .card .icon .health {
	background-position: -2px -208px;
}
.section-benefits .card .icon .salary {
	background-position: -2px -416px;
}
.section-benefits .card .icon .learn {
	background-position: -2px -630px;
}
.section-benefits .card  h4 {
	margin: 30px 0 -15px;
	font: 700 15px/1.5em "brandon-grotesque", sans-serif;
	color: #323a45;
	text-transform: uppercase;
	margin-bottom: 18px;
	letter-spacing: 0.025em;
}
.section-benefits .card  p {
	font-size: 15px;
	line-height: 30px;
	color: #777;
}

/*			Quote			*/

.section-quote {
	background-color: #2d333f;
}
.section-quote .container .description {
	margin-top: 0px;
	color: white;
	padding: 0px 105px;
}
.section-quote .container .description h2.about {
	text-shadow: 0 1px 5px rgba(0,0,0,0.2);
	text-align: center;
	color: #e8ecf6;
	font-family: "open-sans",sans-serif;
	font-weight: 300;
	font-size: 22px;
	font-style: italic;
	line-height: 44px;
	letter-spacing: 0.0025em;
	margin: 0px;
}

/*			Section Positions			*/

.section-positions .header-text.next-set {
	margin: 90px 0px 60px 0px;
	text-align: center;
}
.section-positions ul .lists {
	text-align: left;
	margin: 0px auto;
	width: 100%;
}
.section-positions li {
	float: left;
	display: block;
	margin-left: 30px;
	width: 353px;
	margin-top: 1px;
	margin-bottom: 40px;
	border: 1px solid #d0d5d8;
}
.section-positions li:last-child {
	margin-right: 0;
}
.section-positions li:nth-child(3n) {
	margin-right: 0;
}
.section-positions li:nth-child(3n+1) {
	clear: left;
}
.section-positions li h3 {
	margin: 0px;
	padding-bottom: 15px;
	display: block;
	background: #ffffff;
}
.section-positions li:hover {
	border-top: solid 2px #ea0757;
	margin-top: 0px;
}
.section-positions li:hover span {
	color: #ea0757;
	border-color: #ea0757;
}
.section-positions a {
	display: block;
	position: relative;
	height: 250px;
	padding: 45px 45px 51px;
	text-transform: none;
	background: white;
	font: "Open Sans", "open-sans", sans-serif;
	font-family: "open-sans",sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0.025em;
	color: #323a45;
}
.section-positions a span {
	display: inline-block;
	position: absolute;
	bottom: 25px;
	left: 45px;
	color: #8a959e;
	font-size: 18px;
	line-height: 23px;
	border-bottom: solid 1px #d0d5d8;
	letter-spacing: 0.025em;
}
.section-positions .info {
	display: none;
}

/*			Section Footnote			*/

.section-note {
	width: 100%;
	height: 550px;
	overflow: hidden;
	display: block;
	padding:0px 0px 45px 0px;
	background-color: #272e36;
}
.section-note .container .description {
	margin-top: 0px;
	color: white;
	padding: 35px 105px;
	text-align: center;
}
.section-note .container .description h1 {
	font-family: brandon-grotesque,sans-serif;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: .08em;
	font-weight: 400;
	text-transform: uppercase;
	margin: 2.6em 0 .6em 0;
}
.section-note .container .description h2 {
	font-size: 16px;
	line-height: 1.6em;
	letter-spacing: .005em;
	color: #abb0b7;
	font-family: "Open Sans",open-sans,sans-serif;
	font-style: italic;
	margin-bottom: 39px;
}

/*			Approach			*/

.approach-detail {
	background: url(../img/approach-detail.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.approach .header-text {
	padding-top: 78px;
	margin-bottom: 20px;
}
.approach h5 {
	font-weight: 300;
	color: #000000;
	font-size: 24px;
	position: relative;
	margin: 10px 0px 30px 0px;
	text-align: center;
	letter-spacing: 0.0125em;
}

/*			Services			*/

.services {
	text-align: center;
	min-height: 0;
}
.services.detail {
	background-color: #2d333f;
	border: 0;
	padding-top: 120px;
}
.services.detail .header-text {
	color: #e8ecf6;
}
.rule {
	height: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	padding: 0 15px 0 15px;
}
.services.detail p {
	color: #e8ecf6;
	margin: 60px 90px 60px 90px;
	font-family: "Open Sans", "open-sans", sans-serif;
	font-weight: 300;
}
.services .card h4 {
	font-family: "Open Sans", "open-sans", sans-serif;
	font-weight: 300;
	font-size: 20px;
	text-transform: uppercase;
	color: #92c6d6;
	letter-spacing: 0.0025em;
	border-bottom: 1px solid rgba(96, 125, 139, .5);
	border-top: 1px solid rgba(96, 125, 139, .5);
}
.services.detail p.list {
	margin: 0px 0px 5px 0px;
	color: #e8ecf6;
	letter-spacing: 0.0025em;
}
.services.detail p.list2 {
	margin: 0px 0px 5px 0px;
	color: rgba(215, 223, 225, 1);
	letter-spacing: 0.0025em;
}
.services .header-text.next-set {
	margin: 0;
}
.services.detail p.service {
	margin: 60px 90px 60px 90px;
}

/*			Section	Contact			*/
.section.contact {
	min-height: 0;
}
.section-contact-info {
	background-color: #2d333f;
}
.section-contact-info .container .description {
	color: #ffffff;
	max-width: 690px;
}
.section-contact-info .header-text {
	color: #e8ecf6;
	margin: 0px 0px 90px 0px;
	text-align: left;
}
#fixed-notification {
    display: none;
    background: #2d333f;
	color: #ffffff;
    height: 50px;
    padding: 11px 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 20;
    text-align: center;
    -webkit-backface-visibility: hidden;
}
.fixed-notification-content p{
	display: inline-block;
	font: 400 13px/25px "brandon-grotesque", sans-serif;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.075em;
	vertical-align: middle;
}
#fixed-notification .close {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    height: 10px;
    width: 10zpx;
    background-image: url('../img/sprites/close.png');
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 21;
}
/*			Contact Form			*/
form .infield { 
	position: relative; 
	margin: 0px 0px 30px 0px;
}
form fieldset .infield label {
	position: absolute; 
	top: 0; 
	left: 0; 
	cursor: text;
	width: 100%;
	display: block;
	margin: 5px 5px 5px 8px;
	padding: 0;
	color: #777;
	text-align: left;
}
form fieldset .infield input,
form fieldset .infield textarea {
	display: block;
	padding: 5px 5px 5px 8px;
	width: 100%;
	margin: 0;
	color: #000;
	border-radius:5px;
	border: solid 1px #f7f8fb;
	transition: border 0.1s;
	background-color: #f7f8fb;
}
form .infield textarea {
	resize: vertical;
	overflow: scroll;
}
.infield input:focus,
.infield textarea:focus {
	border: solid 1px #d7dfe1;
}
/*			Address			*/
.section-contact-info .container .description.detail {
	color: #ffffff;
	margin: 120px 120px;
}
.section-contact-info .header-text.address {
	margin: 0px 0px 30px 0px;
}
.section-contact-info .header-text.email {
	margin: 60px 0px 30px 0px;
}
.section-contact-info .header-text.phone {
	margin: 60px 0px 30px 0px;
}
.section-contact-info  p.address {
	color: #e8ecf6;
}
/*			Map			*/
.section-map {
	padding:0px; 
	position:relative; 
	height:500px;
}
.map-overlay {
	width:100%; 
	min-height:500px; 
	position:absolute; 
	top:0;
}
.map {
	border:0; 
	width:100%; 
	height:500px;
}

/*			Button Styles		*/

a.btn, p.btn {
	-moz-transition: background 0.3s;
	    transition-property: background;
	    transition-duration: 0.3s;
	    transition-timing-function: ease;
	    transition-delay: 0s;
	-o-transition: background 0.3s;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	text-transform: uppercase;
}
 a.btn-md {
	-moz-transition: background 0.3s;
	    transition-property: background;
	    transition-duration: 0.3s;
	    transition-timing-function: ease;
	    transition-delay: 0s;
	-o-transition: background 0.3s;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	text-transform: none;
}
p.btn input {
	display: inline-block;
	padding: 21px 40px 19px;
	background: transparent;
	border: 0;
	border-radius: 5px;
	color: white;
	font-size: 15px;
	line-height: 1em;
	font-family: "brandon-grotesque", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
p.btn input:hover, p.btn input:focus {
	color: #ffffff;
	border-color: #ea0757;
	background-color: #d70a52;
	outline: 0 !important;
}
.btn {
	border-width: 2px;
	background-color: #ea0757;
	font-weight: 400;
	opacity: 1;
	filter: alpha(opacity=1);
	padding: 8px 16px;
	border-color: #ea0757;
	color: #ffffff;
}
.btn:hover, .btn:focus {
	color: #ffffff;
	border-color: #ea0757;
	background-color: #d70a52;
	outline: 0 !important;
}
.btn:active, .btn.active  {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0 !important;
	background-image: none;
	box-shadow: none;
}
.btn-lg {
	font-size: 18px;
	border-radius: 5px;
	padding: 15px 30px;
	font-weight: 400;
}
.btn-md {
	font-size: 16px;
	width: 145px;
	border-radius: 30px 30px;
	padding: 15px 30px;
	font-weight: 400;
	text-transform: none;
}
.btn-md {
	border-width: 2px;
	background-color: #E0E4E7;
	font-weight: 400;
	opacity: 1;
	filter: alpha(opacity=1);
	padding: 8px 16px;
	border-color: #E0E4E7;
	color: #ea0757;
}
.btn-md:hover, 
.btn-md:focus {
	color: #ea0757;
	border-color: #d9dcdf;
	background-color: #d9dcdf;
	outline: 0 !important;
}
.btn-md:active, 
.btn-md.active {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0 !important;
	background-image: none;
	box-shadow: none;
}
.btn-lg.values {
	border-radius: 10px;
}

/*			.form-control			*/

.form-control::-moz-placeholder{
   color: #DDDDDD;
   opacity: 1;
}
.form-control:-moz-placeholder{
   color: #DDDDDD;
   opacity: 1;
}
.form-control::-webkit-input-placeholder{
   color: #DDDDDD;
   opacity: 1;
}
.form-control:-ms-input-placeholder{
   color: #DDDDDD;
   opacity: 1;
}
.form-control, .input-group-addon{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*             Inputs               */
.form-control {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: none;
    color: #444444;
    height: 38px;
    padding: 6px 16px;
}
.form-control:focus {
    background-color: #FFFFFF;
    border: 1px solid #9A9A9A;
    box-shadow: none;
    outline: 0 none;
}
.form-control + .form-control-feedback {
    border-radius: 6px;
    font-size: 14px;
    padding: 0 12px 0 0;
    position: absolute;
    right: 25px;
    top: 13px;
    vertical-align: middle;
}
.input-lg {
    height: 56px;
    padding: 10px 16px;
}
.has-success .form-control, 
.has-error .form-control, 
.has-success .form-control:focus, 
.has-error .form-control:focus {
    border-color: #E3E3E3;
    box-shadow: none;
}
.has-success .form-control, 
.has-success .form-control-feedback {
    color: #05AE0E;
}
.has-error .form-control, 
.has-error .form-control-feedback {
    color: #FF3B30;
}
.has-success .form-control:focus {
    border-color: #05AE0E;
}
.has-error .form-control:focus {
    border-color: #FF3B30;
}
.input-group-addon {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
}
.form-control:focus + .input-group-addon, 
.form-control:focus ~ .input-group-addon {
    background-color: #FFFFFF;
    border-color: #9A9A9A;
}
.input-group .form-control:first-child, 
.input-group-addon:first-child, 
.input-group-btn:first-child > .btn, 
.input-group-btn:first-child > .dropdown-toggle, 
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-right: 0 none;
}
.input-group .form-control:last-child, 
.input-group-addon:last-child, 
.input-group-btn:last-child > .btn, 
.input-group-btn:last-child > .dropdown-toggle, 
.input-group-btn:first-child > .btn:not(:first-child) {
    border-left: 0 none;
}
.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control {
    background-color: #EEEEEE;
    color: #999999;
    cursor: not-allowed;
}

/*				Media Queries			*/

@media (max-width: 550px) {
	.page-control .hero .description h1 {
		font: 300 2.175em/1.30435 "brandon-grotesque", sans-serif;
	}
	.page-control .hero .description h2 {
		font: italic 300 1.175em "Open Sans", "open-sans", sans-serif;
		margin-top: 1.175em;
		margin-bottom: 1.35em;
		margin-left:5px;
		margin-right:5px;
		font-family: "open-sans",sans-serif;
		font-style: italic;
		font-weight: 300;	
	}
	.page-control .hero .description a {
		margin-top: 1.775em;
	}
	.page-control .presentation-content h2 {
		font: 300 22px/22px "Open Sans", "open-sans", sans-serif;
		font-family: "open-sans",sans-serif;
	}
	.page-control .section p {
		margin: 6px 0px 15px 0px;
		font-size: 1em;
		line-height: 1.4em;
	}

}
@media (min-width: 320px) {
	.navfull .container-fluid {
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.page-control .carousel-indicators li {
	    width: 52px !important;
	    height: 52px !important;
	    border-radius: 52px;
	    margin: 1px 2px;
	    background-image: url('../img/sprites/about_sprites_mobile.png');
	}
	.page-control .carousel-indicators li i {
	    bottom: -60px;
	    left: 20px;
	}
	.page-control .carousel-caption {
	    width: 100%;
		left: 0%;
	}
	.carousel-caption {
	    bottom: 90px;
		left: 0px;
		right: 0px;
	}
	.page-control .carousel-caption h3 {
	    font-size: 20px;
	    letter-spacing: 0.025em;
	}
	.page-control .carousel-caption p {
		margin: 0px 15px 15px 15px;
		font-size: 1.015em;
		line-height: 1.715em;
		letter-spacing: 0.0025em;
	}
	.page-control .carousel-indicators .integrity {
		background-position: -1px 2px;
	}
	.page-control .carousel-indicators .innovation {
		background-position: -1px -182px;
	}
	.page-control .carousel-indicators .quality {
		background-position: -1px -368px;
	}
	.page-control .carousel-indicators .service {
		background-position: -1px -558px;
	}
	.page-control .carousel-indicators .growth {
		background-position: -1px -744px;
	}
	.page-control .carousel-indicators .integrity.active {
		background-position: -1px -91px;
	}
	.page-control .carousel-indicators .innovation.active {
		background-position: -1px -275px;
	}
	.page-control .carousel-indicators .quality.active {
		background-position: -1px -461px;
	}
	.page-control .carousel-indicators .service.active {
		background-position: -1px -651px;
	}
	.page-control .carousel-indicators .growth.active {
		background-position: -1px -837px;
	}
	.section-benefits h2 {
		font: 300 26px/36px "Open Sans", "open-sans", sans-serif;
		font-family: "open-sans",sans-serif;
		margin: 0px 15px 15px 15px;
	}
	.section-benefits .card {
		padding: 0px 15px;
	}
	.services .card h4 {
		margin: 0px 45px 30px 45px;
		padding: 30px 45px;
	}
	.services .card h4.no-transform {
		text-transform: none;
		color: rgba(215, 223, 225, 1);
		margin: 30px 45px;
	}
}
@media (min-width: 414px) {
	.page-control .carousel-indicators li {
	    width: 69px !important;
	    height: 69px !important;
	    border-radius: 69px;
	    background-image: url('../img/sprites/about_sprites_mobile-2.png');
	}
	.page-control .carousel-indicators li i {
	    bottom: -78px;
	    left: 28px;
	}
	.carousel-caption {
	    bottom: 75px;
	}
	.page-control .carousel-caption p {
		margin: 0px 30px 15px 30px;
	}
	.page-control .carousel-indicators .integrity {
		background-position: -1px 3px;
	}
	.page-control .carousel-indicators .innovation {
		background-position: -1px -241px;
	}
	.page-control .carousel-indicators .quality {
		background-position: -1px -488px;
	}
	.page-control .carousel-indicators .service {
		background-position: -1px -741px;
	}
	.page-control .carousel-indicators .growth {
		background-position: -1px -988px;
	}
	.page-control .carousel-indicators .integrity.active {
		background-position: -1px -121px;
	}
	.page-control .carousel-indicators .innovation.active {
		background-position: -1px -365px;
	}
	.page-control .carousel-indicators .quality.active {
		background-position: -1px -612px;
	}
	.page-control .carousel-indicators .service.active {
		background-position: -1px -865px;
	}
	.page-control .carousel-indicators .growth.active {
		background-position: -1px -1112px;
	}
}
@media (min-width: 460px) {
	.page-control .carousel-caption p {
		margin: 0px 45px 15px 45px;
	}
}
@media (min-width: 500px) {
	.page-control .carousel-caption p {
		margin: 0px 75px 15px 75px;
	}
	.section-benefits .card {
		padding: 0px 90px;
	}
}
@media (min-width: 540px) {
	.page-control .carousel-caption p {
		margin: 0px 90px 15px 90px;
	}
}
@media (min-width: 580px) {
	.page-control .carousel-caption p {
		margin: 0px 105px 15px 105px;
	}
}
@media (min-width: 670px) {
	.page-control .carousel-indicators li {
	    width: 105px !important;
	    height: 105px !important;
	    border-radius: 105px;
	    background-image: url('../img/sprites/about_sprites.png');
	}
	.page-control .carousel-indicators li i {
		bottom: -120px;
		left: 46px;
	}
	.carousel-caption {
	    bottom: 30px;
	}
	.page-control .carousel-caption p {
		margin: 0px 150px 15px 150px;
	}
	.page-control .carousel-indicators .integrity {
		background-position: 0px 3px;
	}
	.page-control .carousel-indicators .innovation {
		background-position: 0px -368px;
	}
	.page-control .carousel-indicators .quality {
		background-position: 0px -742px;
	}
	.page-control .carousel-indicators .service {
		background-position: 0px -1128px;
	}
	.page-control .carousel-indicators .growth {
		background-position: 0px -1504px;
	}
	.page-control .carousel-indicators .integrity.active {
		background-position: 0px -185px;
	}
	.page-control .carousel-indicators .innovation.active {
		background-position: 0px -556px;
	}
	.page-control .carousel-indicators .quality.active {
		background-position: 0px -930px;
	}
	.page-control .carousel-indicators .service.active {
		background-position: 0px -1316px;
	}
	.page-control .carousel-indicators .growth.active {
		background-position: 0px -1692px;
	}
}
@media (min-width: 768px) {
	.main .container {
		margin-bottom: 50px;
	}
	#video_background {
		display: none;
	}
	.navbar-transparent .navfull .container-fluid {
		padding-top: 45px;
		padding-right: 70px;
		padding-left: 70px;
	}
	.navfull .container-fluid {
		padding-top: 0px;
		padding-right: 70px;
		padding-left: 70px;
		-webkit-transition: padding-top 300ms ease-out 0.2s;
		-moz-transition: padding-top 300ms ease-out 0.2s;
		-o-transition: padding-top 300ms ease-out 0.2s;
		-ms-transition: padding-top 300ms ease-out 0.2s;
		transition: padding-top 300ms ease-out 0.2s;
	}
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		background-color: rgba(0,0,0,0);
		border-color: #428BCA;
	}
	.navbar-transparent .navbar-nav > li > a:hover, 
	.navbar-transparent .navbar-nav > li > a:focus, 
	[class*="navbar-bfc"] .navbar-nav > li > a:hover, 
	[class*="navbar-bfc"] .navbar-nav > li > a:focus {
		background-color: rgba(0,0,0,0);
		border-radius: 3px;
		color: #ea0757;
		opacity: 1;
	}
	.navbar-transparent .navbar-nav > li > a, 
	[class*="navbar-bfc"] .navbar-nav > li > a {
		color: #FFFFFF;
		border-color: #FFFFFF;
		opacity: 1;
	}
    .page-control .carousel-indicators li {
		margin: 1px 10px;
	}
	.page-control .carousel-indicators li i {
		bottom: -120px;
		left: 46px;
	}
	.carousel-caption {
	    bottom: 30px;
		left: 0px;
		right: 0px;
	}
	.page-control .carousel-caption h3 {
	    font-size: 24px;
	    letter-spacing: 0.025em;
	}
	.page-control .carousel-caption p {
		margin: 0px 150px 15px 150px;
		font-size: 20px;
		line-height: 35px;
	}
	.section-benefits .card {
		padding: 0px 60px;
	}
	.section-benefits h2 {
		font: 300 30px/40px "Open Sans", "open-sans", sans-serif;
		font-family: "open-sans",sans-serif;
		margin: 0px 105px 15px 105px;
	}
	.services .card h4 {
		margin: 0px 0px 30px 0px;
		padding: 30px 45px;
	}
	.services .card h4.no-transform {
		text-transform: none;
		color: rgba(215, 223, 225, 1);
		margin: 30px 15px;
	}
	.pad-left {
		padding-left: 0px;
	}
	.pad-right {
		padding-right: 0px;
	}
}
@media (min-width: 868px) {
	.page-control .carousel-caption p {
		margin: 0px 180px 15px 180px;
	}
}
@media (max-width: 975px) {
	.section-contact-info .container .description.detail {
	    color: #ffffff;
	    margin: 0px 0px 0px 0px;
	}
}
@media (max-width: 767px) {
	.nav > li {
		text-align: center;
	}
	.navbar-toggle .icon-bar {
		background: #000000;
		width: 24px;
		height: 4px;
		border-radius: 8px;
	}
	.navbar-toggle {
		padding: 31px 15px;
	}
	.page-control .hero {
		height: 600px;
	}
	.page-control .hero .hero-background img {
		width: auto;
		height: 100%;
	}
	.page-control .hero .description {
		margin-top: 145px;
	}
	.page-control .hero .secondary.description {
		margin-top: 230px;
	}
	.page-control .hero .buttons {
		margin: 20px 0;
	}
	.page-control .presentation-content h2 {
		font-size: 24px;
		margin-top: 30px;
		margin-bottom: 3px;
		line-height: 1.105em;
	}
	.page-control .section p {
		margin: 0px 0px 15px 0px;
		font-size: 15px;
		line-height: 30px;
	}
	.page-control .section-clients {
		padding-left: 15px;
	}
	.page-control .section-clients .card {
		min-height: 200px;
	}
	.page-control .section-clients .card.private {
		border: none;
		margin-bottom: 25px;
	}
	.page-control .section-clients .card.private h4{
		margin:30px 0px;
	}
	.page-control .section-clients .card.company-data {
		border-top: 1px solid #414a5b;
	}
	.page-control .section-clients .card.company-data h4 {
	    margin: 30px 0px;
	}
	.page-control .section-presentation {
	    min-height: 300px;
	}
	.page-control .section-presentation .description {
	    padding-top: 0px;
	}
	.about .header-text, 
	.section-positions .header-text,
	.approach .header-text,
	.services .header-text,
	.contact .header-text {
		text-transform: uppercase;
		font-weight: 300;
		color: #ea0757;
		font-size: 30px;
		position: relative;
		line-height: 24px;
		margin: 0px 0px 60px 0px;
		text-align: center;
		letter-spacing: 0.0125em;
	}
	.approach .header-text {
		margin: 0px 0px 15px 0px;
	}
	.approach h5 {
	    margin: 0px 0px 30px 0px;
	}
	.services .header-text {
		color: #ffffff;
	}
	.about .header-text.core-values {
		color: #ffffff;
		margin: 90px 0 0px 0px;
	}
	.contact .header-text {
		color: #ffffff;
	}
	.about .secondary.description p.bfc-page-title,
	.approach .secondary.description p.bfc-page-title,
	.services .secondary.description p.bfc-page-title,
	.contact .secondary.description p.bfc-page-title {
		text-align: center;
	}
	.about .secondary.description p,
	.approach .secondary.description p,
	.services .secondary.description p,
	.contact .secondary.description p {
		margin: 0px 15px 15px 15px;
		font-size: 1.015em;
		line-height: 2.015em;
		text-align: center;
	}
	.services.detail p {
	    margin: 60px 30px 60px 30px;
	}
	.services p.list {
		margin: 0px 0px 5px 0px;
	}
	.services h4.next-set {
		margin: 30px 45px 30px 45px;
	}
	.section-contact-info .header-text.address,
	.section-contact-info .header-text.email,
	.section-contact-info .header-text.phone {
	    margin: 30px 0px 30px 0px;
		text-align: left;
	}
	.page-control .section-positions li {
		width: 82.25%;
		text-align: left;
	}
	.page-control .section-positions li:last-child {
		margin-right: 0;
	}
	.page-control .section-positions li:nth-child(3n) {
		margin-right: 0;
	}
	.page-control .section-positions li:nth-child(3n+1) {
		clear: left;
	}
	.footer nav.pull-left, .footer:not(.footer-big) nav > ul li, .pull-right {
		float: none !important;
	}
	.section-quote .container .description {
	    padding: 0px 15px;
	}
	.section-quote .container .description h2.about {
		font-size: 1.015em;
		line-height: 1.445em;
		letter-spacing: 0.0025em;
	}
}
@media (max-width: 768px) {
	.navbar-transparent {
		background: rgba(255,255,255,1);
	}
	.navbar-transparent .navbar-brand {
	    background-image: url(../img/logos/boxfire_corporation-active.png);
		margin-left: 30px;
	}
	.navbar.navbar-bfc-white:not(.navbar-transparent) .navbar-brand {
	    color: #FFFFFF;
	    opacity: 1;
	    background-image: url(../img/logos/boxfire_corporation-active.png);
		margin-left: 30px;
	}
	.container > .navbar-collapse {
	    text-align:center;
	}
}