* {
	font-family: 'PT Sans';
}
h1, h2, h3, h4, h5, h6 {
	color: #000033!important;
	font-family: 'Lato', sans-serif;
	font-weight: 900!important
}
body {
	background-color: #FFFFFF;
}
.bg-white {
	background-color: #f1f1f1!important;
}
.fleft {
	float: left!important;
}
.text-center {
	text-align: center;
}
.nopadding {
	padding: 0!important;
}
.nobradius {
	border-radius: 0!important;
}
.white {
	background-color: white;
}
.nomargin {
	margin: 0!important;
}
.nomargintop {
	margin-top: 0!important;
}
.nopaddingtop {
	padding-top: 0!important;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
section:after {
	content: " ";
	display: block;
	clear: both;
}
section {
	padding: 30px 0;
}
section .section-title {
	margin-top: 0;
	font-weight: 700;
	text-transform: uppercase;
}
.owl-carousel img {
	/*width: 240px!important*/
}
.owl-next, .owl-prev {
	position: absolute;
	font-size: 30px;
	top: 50%;
}
.owl-centered .owl-stage {
	display: table !important;
}
.owl-centered .owl-item {
	display: table-cell;
	float: none!important;
	vertical-align: middle;
}
.owl-centered .owl-item > div {
 	text-align: center;
}
.owl-next {
	right: 0;
}
.owl-prev {
	left: 0;
}
.hy-navbar {
	background-color: white;
	position: relative;
	min-height: 50px;
}
.hy-navbar-header {
	display: inline-block;
	padding: 12px 0;
}
.hy-navbar-header > a {
	text-decoration: none;
}
.hy-navbar-right {
	float: right;
}
.hy-navbar-right ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.hy-navbar-right ul li, .hy-navbar-right ul li a {
	display: inline-block;
	vertical-align: middle;
	padding: 27px 6px;
	text-transform: uppercase;
	font-weight: 900;
}
.bx-prev, .bx-next {
	transform: scale(1.6);
	-webkit-transform: scale(1.6);
	-moz-transform: scale(1.6);
}
/*.bx-next {
	background-position: -105px -16px;
}
.bx-prev {
	background-position: -7px -17px;
}*/
.slider-container {
	width: 100%;
	min-height: 100px;
	margin-top: 35px;
	/*background: url(../images/B.Plant-2-800x365.jpg);*/
	-webkit-background-size: cover;
	/*background-size: cover;*/
	/*background-position: -100px auto;*/
}
.slider-container img {
	width: 100%;
}

footer {
	background-color: #cfcfcd;
	padding: 30px 0;
}
/*footer > div > div {
	padding: 30px 0;
}*/
footer .border {
	width: 100%;
	height: 1px;
	border-top: 1px solid rgba(0,0,0,.2);
	margin: 14px 0;
}
footer .branch-wrapper p {
	line-height: 1.8em;
}
footer .quick-links p {
	margin-bottom: 0!important;
}

.about-container {
	padding-bottom: 20px;
}
.about-container h4 {
	margin-top: 20px;
	font-weight: bold;
}
.about-container p {
	margin-bottom: 5px;
}
.career-container {
	padding: 30px 0;
}
.career-container div.image {
	margin: 0 15px 15px 0;
}
.career-container > p:before {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 12px;
	vertical-align: middle;
	margin-right: 8px;
}

.well-contact {
	margin-top: 20px;
}

#image-prev .wrapper {
	padding: 10px 12px;
}
#image-prev .wrapper h4 {
	text-transform: uppercase;
	font-weight: 700;
}
#image-prev .wrapper > div {
	width: 100%;height: 100%;
	overflow: hidden;
	border-radius: 6px;
}
#image-prev img {
	max-width: 100%;
}
section#project ul {
	padding-left: 0
}
i.fa {
	margin-right: 6px;
	color: #000033!important;
	width: 10px;
}
.bubble-container {
	position: relative;
}
.bubble-container .bubble {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 4px solid #000036;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f1f1f1;
}
.bubble-container .arrow {
    position: absolute;
    left: -32px;
    top: 36px;
}
.arrow div:nth-child(1) {
    width: 40px;
    height: 4px;
    position: absolute;
    background-color: #000036;
    transform: rotate(45deg)
}
.arrow div:nth-child(2) {
    width: 40px;
    height: 4px;
    position: absolute;
    background-color: #000036;
    top: 26px;
    transform: rotate(-45deg)
}
.bubble-container .line {
	width: 50%;
	height: 4px;
	background-color: #000036;
	/*border-top: 4px dotted #000036;*/
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 630px) {
	.hy-navbar-header, .hy-navbar-right {
		width: 100%;
		text-align: center;
	}
	.hy-navbar-right {
		float: none;
	}
	.hy-navbar-right ul li, .hy-navbar-right ul li a {
		padding: 9px 1px;
	}
	footer p {
		margin-bottom: 20px;
	}
	.career-container h2 {
		margin-top: 20px!important;
	}
}
@media (max-width: 992px) {
	.hy-navbar-header {
		display: block;
		text-align: center;
	}
	.hy-navbar-header, .hy-navbar-right {
		float: none;
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 975px) {
	.margintop-sm-20 {
		margin-top: 20px!important;
	}
	footer .col-md-4:not(:last-child) {
		margin-bottom: 20px
	}
}